mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-24 13:57:07 -04:00
Removed debugging code.
This commit is contained in:
parent
cab6b9dfc8
commit
7599b563a6
1 changed files with 0 additions and 3 deletions
|
@ -159,9 +159,6 @@ module FunctionName(reset, clk, ProgramAddrMapFile, ProgramLabelMapFile);
|
|||
end
|
||||
$fclose(ProgramLabelMapFP);
|
||||
|
||||
foreach(ProgramAddrMapMemory[i]) $display("%x", ProgramAddrMapMemory[i]);
|
||||
foreach(ProgramLabelMapMemory[i]) $display("%s", ProgramLabelMapMemory[i]);
|
||||
|
||||
end
|
||||
|
||||
always @(PCM) begin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue