How can I translate this statement from vhdl sytanx to verilog syntax counter_g <= count xor (‘0’ & count(3 downto 1));
Solution
How can I translate this statement from vhdl sytanx to verilog syntax counter_g <= count xor (‘0’ & count(3 downto 1));
Solution