This commit is contained in:
Jonas Thörnblad 2024-11-13 15:40:22 +01:00
parent 1ea5db1179
commit 49189a3ba7
No known key found for this signature in database
GPG Key ID: 2D318AD00A326F95

View File

@ -1,6 +1,6 @@
//====================================================================== //======================================================================
// //
// rom..v // rom.v
// ------ // ------
// Firmware ROM module. Implemented using Embedded Block RAM // Firmware ROM module. Implemented using Embedded Block RAM
// in the FPGA. // in the FPGA.
@ -80,5 +80,5 @@ module rom (
endmodule // rom endmodule // rom
//====================================================================== //======================================================================
// EOF rom..v // EOF rom.v
//====================================================================== //======================================================================