Update verilator top level module to match rom module changes

This commit is contained in:
Joachim Strömbergson 2022-10-06 13:59:01 +02:00
parent f80aaa4e8a
commit cc59d8dc93
No known key found for this signature in database
GPG Key ID: 865B8A548EA61679

View File

@ -222,9 +222,6 @@ module application_fpga(
rom rom_inst(
.clk(clk),
.reset_n(reset_n),
.cs(rom_cs),
.address(rom_address),
.read_data(rom_read_data),