Path to this page:
Subject: CVS commit: pkgsrc/devel/py-amaranth
From: Adam Ciarcinski
Date: 2024-09-16 11:24:06
Message id: 20240916092407.114DDFC74@cvs.NetBSD.org
Log Message:
py-amaranth: updated to 0.5.2
0.5.2
vendor._gowin: fix clock name quotes for Gowin IDE
Gowin 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.
Files: