RAPcores / rapcores

Robotic Application Processor
http://rapcores.org/rapcores/
ISC License
24 stars 6 forks source link

Apply PLL Clock in Nextpnr #186

Open sjkelly opened 3 years ago

sjkelly commented 3 years ago
ctx.addClock("clk_out_a", 100)
ctx.addClock("clk_out_b", 12)
nextpnr-ice40 --pre-pack clocks.py
sjkelly commented 3 years ago

Arggh, name mangling!