Re: [myhdl-list] Describing a rom for Altera Quartus
Brought to you by:
jandecaluwe
From: Christopher F. <chr...@gm...> - 2012-03-27 16:09:14
|
> attribute romstyle : string; > attribute romstyle of q : signal is "M9K"; > > My questions are if there is a way to describe a rom that syntesizes in > Xilinx ISE and Altera Quartus without adding anything by hand (or code). > <snip. There are also synthesis switches for "auto ROM" extraction. You might want to check if these are set or not. Regards, Chris |