M
Mohammed A Khader
Guest
Hi Bert,
Rom Output. I have used a different architecture for simulation which
does the initialization of ROM from a file but rest is same. Yes, I
have simulated and it worked. But after learning the APEX20KE ESBs I
am thinking to add a register at Rom Output(to make it synchronus) and
make some changes to compensate for extra cycle.
I cannot initialize the ROM in a case statement with 1024 of
words(tooooooo Laborious).Is there any other way to do it . I thought
attribute syn_romstyle(From synplicity ) would help me in recognizing
so that I could initialize the ROM Later while programming the FPGA.
How do you do for such cases.
Thanks a lot.
-- Mohammed A Khader.
You sure you define your address as SIGNED ???
I have also synthezied with unsigned but the same error persist.
Its a part of a design , so I have to add some more logic after theIt's also asynchronous. Maybe a clocked process ?
did you simulate ?
Rom Output. I have used a different architecture for simulation which
does the initialization of ROM from a file but rest is same. Yes, I
have simulated and it worked. But after learning the APEX20KE ESBs I
am thinking to add a register at Rom Output(to make it synchronus) and
make some changes to compensate for extra cycle.
I cannot initialize the ROM in a case statement with 1024 of
words(tooooooo Laborious).Is there any other way to do it . I thought
attribute syn_romstyle(From synplicity ) would help me in recognizing
so that I could initialize the ROM Later while programming the FPGA.
How do you do for such cases.
Thanks a lot.
-- Mohammed A Khader.