Skip to content

Commit b8ce2f8

Browse files
committed
Update for Amaranth v0.5.4.
1 parent e2d41f2 commit b8ce2f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/config.ts

+3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ const amaranth_0_5_0 = 'https://files.pythonhosted.org/packages/d3/34/8a21cc1765
99
const amaranth_0_5_1 = 'https://files.pythonhosted.org/packages/46/1c/74dc024e77038a273160dd1d70a79371142ba9ebeac4b2fb89c272ce6859/amaranth-0.5.1-py3-none-any.whl';
1010
const amaranth_0_5_2 = 'https://files.pythonhosted.org/packages/e1/60/f787f05fe9684ce80aeb9fe23238248461ef42783e53712092ad55a97eec/amaranth-0.5.2-py3-none-any.whl';
1111
const amaranth_0_5_3 = 'https://files.pythonhosted.org/packages/3a/8d/889014b45ecf68727d8c8c1d88d5b858f0b43a42c5b1e51fa2c875ffd4d5/amaranth-0.5.3-py3-none-any.whl';
12+
const amaranth_0_5_4 = 'https://files.pythonhosted.org/packages/f4/c3/a7124071d8cf2dfc958a13fd6d32efb075ce203d275df8fcbb00cbe82ad7/amaranth-0.5.4-py3-none-any.whl';
1213
const pythonPackages = {
14+
'v0.5.4': [rfc3986_2_0_0, jschon_0_11_1, pyvcd_0_4_0, amaranth_0_5_4],
1315
'v0.5.3': [rfc3986_2_0_0, jschon_0_11_1, pyvcd_0_4_0, amaranth_0_5_3],
1416
'v0.5.2': [rfc3986_2_0_0, jschon_0_11_1, pyvcd_0_4_0, amaranth_0_5_2],
1517
'v0.5.1': [rfc3986_2_0_0, jschon_0_11_1, pyvcd_0_4_0, amaranth_0_5_1],
@@ -79,6 +81,7 @@ amaranth_playground.show_verilog(verilog.convert(m, ports=[count]))
7981
# amaranth_playground.show_rtlil(rtlil.convert(m, ports=[count]))
8082
`;
8183
const demoCode = {
84+
'v0.5.4': demoCode_0_5,
8285
'v0.5.3': demoCode_0_5,
8386
'v0.5.2': demoCode_0_5,
8487
'v0.5.1': demoCode_0_5,

0 commit comments

Comments
 (0)