Closed christiaanb closed 6 years ago
So instead of mapping Bit to
Bit
VHDL: std_logic_vector(0 downto 0) Verilog: wire [0:0]
std_logic_vector(0 downto 0)
wire [0:0]
We map Bit to:
VHDL: std_logic Verilog: wire
std_logic
wire
So instead of mapping
Bit
toVHDL:
std_logic_vector(0 downto 0)
Verilog:wire [0:0]
We map
Bit
to:VHDL:
std_logic
Verilog:wire