|
Message
From: Andres Trapanotto<andres_t@i...>
Date: Thu Mar 31 16:12:23 CEST 2005
Subject: [oc] OCIDE testbench useless???
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Tom Tierens wrote:
| Hello Mark, | | You might want to look at ata_device.v and make some changes: more | specifically at : always @(posedge ata_dior) begin dout = mem[ addr | ]; dout_en = 1; end | | always @(posedge ata_dior) begin dout_en = 0; end | | This code somewhat gives a problem when simulating in modelsim | Changing it to the following might do the trick: | | always @(posedge ata_dior) begin assign dout = mem[ addr ]; dout_en | = 1; end | | always @(posedge ata_dior_) //<--- ;-) begin dout_en = 0; end | | hope this helps ;-) | | Tom Tierens
~ mmmm, perhaps somebody wants to modify the sources? ~ Thanks!
- -- Técnico Andrés Trapanotto INSTITUTO NACIONAL DE TECNOLOGÍA INDUSTRIAL Centro de Investigación Telecomunicaciones, Electrónica e Informática Teléfono (54 11) 4724 6300 Interno 6362 andres_t@i... ___________________________________________ 0800 444 4004 | www.inti.gov.ar -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFCTAVH2yAVX+IAfOURApNFAJ9rxU3r229JAqxqZeIQ5YfyT8yiVQCgh1Hj BO9PilW++YtfjJCBTQsF6eE= =mxS0 -----END PGP SIGNATURE-----
|
 |