OpenCores
URL https://opencores.org/ocsvn/minsoc/minsoc/trunk

Subversion Repositories minsoc

[/] [minsoc/] [trunk/] [bench/] [verilog/] - Rev 27

Rev

Go to most recent revision | Changes | View Log | RSS feed

Last modification

  • Rev 27 2010-04-20 14:14:15 GMT
  • Author: rfajardo
  • Log message:
    Simulation library fpga_memory_primitives.v had an issue with its lpm_ram_dq module, which did not output its data.

    The data was being output to doq instead of q, the declared output. doq was also not defined anywhere else.

    Icarus Verilog did not detect this, because Verilog-2001 allows internal wires to be used without being defined. To detect this errors, one can define "`default_nettype none". After doing this, Icarus Verilog detected that error and nothing else.

    doq changed to q, error corrected.
Path Last modification Log RSS feed
[FOLDER] minsoc/ 27  4721d 18h rfajardo View Log RSS feed
[NODE][FOLDER] branches/ 1  4935d 22h root View Log RSS feed
[NODE][FOLDER] tags/ 1  4935d 22h root View Log RSS feed
[NODE][FOLDER] trunk/ 27  4721d 18h rfajardo View Log RSS feed
[NODE][NODE][FOLDER] backend/ 15  4881d 15h rfajardo View Log RSS feed
[NODE][NODE][FOLDER] bench/ 27  4721d 18h rfajardo View Log RSS feed
[NODE][NODE][NODE][FOLDER] verilog/ 27  4721d 18h rfajardo View Log RSS feed
[NODE][NODE][NODE][NODE][FOLDER] sim_lib/ 27  4721d 18h rfajardo View Log RSS feed
[NODE][NODE][NODE][NODE][FOLDER] vpi/ 4  4931d 22h rfajardo View Log RSS feed
[NODE][NODE][NODE][NODE][FILE] minsoc_bench.v 17  4875d 18h rfajardo View Log RSS feed
[NODE][NODE][NODE][NODE][FILE] minsoc_bench_defines.v 17  4875d 18h rfajardo View Log RSS feed
[NODE][NODE][NODE][NODE][FILE] minsoc_memory_model.v 2  4935d 21h rfajardo View Log RSS feed
[NODE][NODE][FOLDER] doc/ 25  4735d 23h rfajardo View Log RSS feed
[NODE][NODE][FOLDER] rtl/ 26  4731d 07h rfajardo View Log RSS feed
[NODE][NODE][FOLDER] sim/ 18  4873d 23h rfajardo View Log RSS feed
[NODE][NODE][FOLDER] sw/ 11  4900d 18h rfajardo View Log RSS feed

powered by: WebSVN 2.1.0

© copyright 1999-2023 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.