olofk / fusesoc

Package manager and build abstraction tool for FPGA/ASIC development
BSD 2-Clause "Simplified" License
1.21k stars 246 forks source link

Typo in the XDC file for PYNQ-Z2 board #708

Open lharnaldi opened 1 week ago

lharnaldi commented 1 week ago

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];

olofk commented 1 week ago

Are you sure you are in the right repository?

lharnaldi commented 1 week ago

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.