Forum Discussion
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- I have attached the file : test_harness.v --- Quote End --- That's not much to go on with. I'd recommend uploading a synthesizeable example. This thread has a Modelsim testbench for a dual-port altsyncram http://www.alteraforum.com/forum/showthread.php?t=35572 write your code to use a generic so that it replaces your inferred component with an altsyncram component. If you can show that the design can work with altsyncram, then it should also be able to infer an altsyncram from HDL. At that point, you should be able to determine what is wrong with your inference syntax. Cheers, Dave