synthesis fixes

This commit is contained in:
Blaise Tine
2020-03-05 06:58:51 -05:00
parent b038bdb491
commit 66a46f81ce
47 changed files with 633 additions and 2273 deletions

View File

@@ -1,3 +1,6 @@
`ifndef VX_GENERIC_PRIORITY_ENCODER
`define VX_GENERIC_PRIORITY_ENCODER
`include "VX_define.v"
module VX_generic_priority_encoder
@@ -24,4 +27,6 @@ module VX_generic_priority_encoder
end
end
end
endmodule
endmodule
`endif