Skip to content

Commit e2d41f2

Browse files
committed
Update for Amaranth v0.5.3.
1 parent 6a35d49 commit e2d41f2

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
@@ -8,7 +8,9 @@ const amaranth_0_4_5 = 'https://files.pythonhosted.org/packages/1a/bf/cff5c705f2
88
const amaranth_0_5_0 = 'https://files.pythonhosted.org/packages/d3/34/8a21cc1765f1952eb35766cf76ec8a1b3e73f32ae78d9bf1c1a88313bdcd/amaranth-0.5.0-py3-none-any.whl';
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';
11+
const amaranth_0_5_3 = 'https://files.pythonhosted.org/packages/3a/8d/889014b45ecf68727d8c8c1d88d5b858f0b43a42c5b1e51fa2c875ffd4d5/amaranth-0.5.3-py3-none-any.whl';
1112
const pythonPackages = {
13+
'v0.5.3': [rfc3986_2_0_0, jschon_0_11_1, pyvcd_0_4_0, amaranth_0_5_3],
1214
'v0.5.2': [rfc3986_2_0_0, jschon_0_11_1, pyvcd_0_4_0, amaranth_0_5_2],
1315
'v0.5.1': [rfc3986_2_0_0, jschon_0_11_1, pyvcd_0_4_0, amaranth_0_5_1],
1416
'v0.5.0': [rfc3986_2_0_0, jschon_0_11_1, pyvcd_0_4_0, amaranth_0_5_0],
@@ -77,6 +79,7 @@ amaranth_playground.show_verilog(verilog.convert(m, ports=[count]))
7779
# amaranth_playground.show_rtlil(rtlil.convert(m, ports=[count]))
7880
`;
7981
const demoCode = {
82+
'v0.5.3': demoCode_0_5,
8083
'v0.5.2': demoCode_0_5,
8184
'v0.5.1': demoCode_0_5,
8285
'v0.5.0': demoCode_0_5,

0 commit comments

Comments
 (0)