You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the repository it is:
create_clock -add -name sys_clk_pin -period 8 -waveforem {0 4} [get_nets clk];
but must be
create_clock -add -name sys_clk_pin -period 8 -waveform {0 4} [get_nets clk];
The text was updated successfully, but these errors were encountered:
Sorry, You are right. It is related to the led to believe repository in the blinky project. I was testing the fusesoc repo with the blinky project. Should I open an issue in the led to believe repo? Thanks.
In the repository it is:
create_clock -add -name sys_clk_pin -period 8 -waveforem {0 4} [get_nets clk];
but must be
create_clock -add -name sys_clk_pin -period 8 -waveform {0 4} [get_nets clk];
The text was updated successfully, but these errors were encountered: