comment out unused module to clear up hierarchy

This commit is contained in:
Scott Beamer 2014-09-13 12:28:32 -07:00
parent 307119ea47
commit 4617d2ee86
1 changed files with 2 additions and 0 deletions

View File

@ -570,6 +570,7 @@ endmodule
// fifo queues originally from fifos.v
/*
module fifo_8x5 (
input clk,
input reset,
@ -620,6 +621,7 @@ module fifo_8x5 (
end
end
endmodule
*/
module fifo_32x32 (
input clk,