mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-25 06:17:10 -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
|
end
|
||||||
$fclose(ProgramLabelMapFP);
|
$fclose(ProgramLabelMapFP);
|
||||||
|
|
||||||
foreach(ProgramAddrMapMemory[i]) $display("%x", ProgramAddrMapMemory[i]);
|
|
||||||
foreach(ProgramLabelMapMemory[i]) $display("%s", ProgramLabelMapMemory[i]);
|
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
always @(PCM) begin
|
always @(PCM) begin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue