clash-lang / clash-compiler

Haskell to VHDL/Verilog/SystemVerilog compiler
https://clash-lang.org/
Other
1.42k stars 151 forks source link

Can't set Clash flags in `clashi` #2762

Open martijnbastiaan opened 2 months ago

martijnbastiaan commented 2 months ago

E.g.

clashi> :set -fclash-clear
Some flags have not been recognized: -fclash-clear
christiaanb commented 2 months ago

That’s because they are static flags, not dynamic flags. Making them dynamic would be an enhancement.