dont do polymorphic rgbttl for now
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 23 Jul 2018 07:03:23 +0000 (08:03 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 23 Jul 2018 07:03:23 +0000 (08:03 +0100)
src/peripherals/rgbttl/rgbttl_dummy.bsv

index 1ec13bae9a466a2eaf9c835bffcf68891eaca7fa..1a89dec7991a70dce738249bee905b34ef0863fc 100644 (file)
@@ -37,7 +37,7 @@ package rgbttl_dummy;
   import BUtils ::*;
   import AXI4_Lite_Types::*;
 
-  interface Ifc_rgbttl_dummy()
+  interface Ifc_rgbttl_dummy;
          interface AXI4_Lite_Slave_IFC#(`ADDR, `DATA, `USERSPACE) slave;
     method  Bit#(1) de; 
     method  Bit#(1) ck;