eliminate warnings
This commit is contained in:
parent
ed8e0b8337
commit
e89254ebef
2 changed files with 11 additions and 20 deletions
|
@ -68,8 +68,6 @@ mkTop = do
|
|||
|
||||
bus :: Bus <- mkBus
|
||||
busClient :: BusClient <- mkBusClient
|
||||
let a :: List Integer = 1 :> 2 :> Nil
|
||||
b = length a
|
||||
|
||||
persistLed :: Reg (Bit 8) <- mkReg 0
|
||||
messageM $ "Hallo!!" + (realToString 5)
|
||||
|
@ -102,10 +100,7 @@ mkTop = do
|
|||
|
||||
mkSim :: Module Empty
|
||||
mkSim = do
|
||||
let cfg :: BRAM_Configure = defaultValue
|
||||
|
||||
tagEngineTester :: Empty <- mkTagEngineTester
|
||||
count :: Reg (UInt 4) <- mkReg 0;
|
||||
_ :: Empty <- mkTagEngineTester
|
||||
initCFunctions :: Reg Bool <- mkReg False;
|
||||
core :: Core FCLK <- mkCore;
|
||||
|
||||
|
|
Reference in a new issue