Forum Discussion
ymiler
Contributor
2 years agoclock gate conversion issue
Hi My FPGA desgin is prototype which use for ASIC RTL , Part of my desgin includes clock gate which choose 1 clock from several synchronized clocks (generated from same source clock ) Additional...
ShengN_altera
Super Contributor
2 years agoHi,
You need this further assignment set_global_assignment -name SYNTH_GATED_CLOCK_CONVERSION_BASE_CLOCK ON -entity bonsai_top
Report screenshot:
- ymiler2 years ago
Contributor
Indeed , It's working !!
Thanks
Now , I added 1 more clock gate .
Meaning the output clock of CG A is connecting to CG B input clock
( attached new archive file )
I have same case in my prototype RTL release
In this case , Quartus didn't convert the clock gates
please advice