B
Borge
Guest
I'm looking for a way to synthesize verilog code with a fixed startup
value in a register. I asked some Xilinx people, but they only knew it
for VHDL. Is there a way to translate this to Verilog? May I use
"initial" statements in synthesizeable code?
His VHDL example says:
entity xyz()
end entity
architecture
signal cnt:std_logic_vector(7..0):=0xFF
begin
Thanks,
Břrge
value in a register. I asked some Xilinx people, but they only knew it
for VHDL. Is there a way to translate this to Verilog? May I use
"initial" statements in synthesizeable code?
His VHDL example says:
entity xyz()
end entity
architecture
signal cnt:std_logic_vector(7..0):=0xFF
begin
Thanks,
Břrge