Skip to content

Remove Enable Signal from Generated HDL #2425

Discussion options

You must be logged in to vote

Your TopEntity still has an unused enable as an input because it still has Hidden*Enable. Generally I don't use hidden arguments on the topEntity. So for you I would write it like this:

topEntity ::
  Clock System -> Reset System -> Signal System (BitVector 1)
topEntity clk rst = exposeClockResetEnable blinky clk rst enableGen

This should rid it of any enable signals.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ThePerfectComputer
Comment options

Answer selected by ThePerfectComputer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants