interface Ifc_rgbttl_dummy;
interface AXI4_Master_IFC#(`PADDR, `DATA, `USERSPACE) master;
interface AXI4_Slave_IFC#(`PADDR, `DATA, `USERSPACE) slave;
- interface Get#(Bit#(1)) de;
- interface Get#(Bit#(1)) ck;
- interface Get#(Bit#(1)) vs;
- interface Get#(Bit#(1)) hs;
- interface Get#(Bit#(`RGBTTL_WIDTH)) data_out;
+ (* always_ready *) interface Get#(Bit#(1)) de;
+ (* always_ready *) interface Get#(Bit#(1)) ck;
+ (* always_ready *) interface Get#(Bit#(1)) vs;
+ (* always_ready *) interface Get#(Bit#(1)) hs;
+ (* always_ready *) interface Get#(Bit#(`RGBTTL_WIDTH)) data_out;
endinterface
(*synthesize*)