- Notifications
You must be signed in to change notification settings - Fork184
Tags: amaranth-lang/amaranth
Tags
v0.5.6
tests: skip tests using sby on pypy-3.11They need a fix in sby to work:YosysHQ/sby#323
v0.5.2
vendor._gowin: fix clock name quotes for Gowin IDEGowin IDE seems unhappy with quotes in clock signal names. For instance,with the following SDC:create_clock -name "clk50_0__io" -period 20.0 [get_ports {clk50_0__io}]Gowin IDE will complain with the following error message:ERROR (TA2000) : "top.sdc":2 | 'syntax error' near token '-period'Changing quotes with curly braces fixes the issue.v0.6.0.dev0
examples: convert to `wiring.Component`.
PreviousNext