[SOLVED] What's the alternative std logic VHDL in Verilog? (Std_logic_1164 package)

Status
Not open for further replies.

stackprogramer

Full Member level 3
Joined
Jul 22, 2015
Messages
181
Helped
0
Reputation
0
Reaction score
1
Trophy points
1,298
Activity points
2,668
The Std_logic_1164 package is the IEEE standard for describing digital logic values in VHDL (IEEE STD 1164). It contains definitions for std_logic (single bit) and for std_logic_vector (array).
In Verilog, there is a tool like std_logic_1164 in VHDL?

Thanks in advacne
 

Solution
in verilog, the standard 4 state types are close enough. Any reg type will be a 4 state type
Z X 0 1

Verilog does not have a 9 state type to match the capabilities of VHDL's std_logic_1164
in verilog, the standard 4 state types are close enough. Any reg type will be a 4 state type
Z X 0 1

Verilog does not have a 9 state type to match the capabilities of VHDL's std_logic_1164
 
Solution
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…