Verilog states
Verilog states are mapped to std_logic and bit as follows:
For Verilog states with ambiguous strength:
- bit receives '0'
- std_logic receives 'X' if either the 0 or 1 strength component is greater than or equal to strong strength
- std_logic receives 'W' if both the 0 and 1 strength components are less than strong strength
VHDL type bit is mapped to Verilog states as follows:
bit Verilog '0' St0 '1' St1VHDL type std_logic is mapped to Verilog states as follows:
std_logic Verilog 'U' StX 'X' StX '0' St0 '1' St1 'Z' HiZ 'W' PuX 'L' Pu0 'H' Pu1 '-' StX
Model Technology Incorporated Voice: (503) 641-1340 Fax: (503)526-5410 www.model.com sales@model.com |