lib/ECP5_RAM: mark interfaces always_ready

Elides a couple of unnecessary signals from the design
This commit is contained in:
David Anderson 2024-09-06 10:04:50 -07:00
parent ab20db44f4
commit 2953106ec7
1 changed files with 1 additions and 0 deletions

View File

@ -237,6 +237,7 @@ endfunction
// //
// EBRPort is a port of an EBR memory. // EBRPort is a port of an EBR memory.
(* always_ready *)
interface EBRPort#(type addr, type data); interface EBRPort#(type addr, type data);
method Action put(UInt#(3) chip_select, Bool write, addr address, data datain); method Action put(UInt#(3) chip_select, Bool write, addr address, data datain);
method data read(); method data read();