Skip to content

Commit 4d4c65f

Browse files
committed
ci: Fix tests more
1 parent d01166a commit 4d4c65f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/fixtures/mock_top.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: BSD-2-Clause
22
from amaranth import Module
33
from amaranth.lib import wiring
4-
from amaranth.lib.wiring import In, Out, flipped, connect
4+
from amaranth.lib.wiring import In, Out
55

66
from chipflow_lib.platforms import InputPinSignature, OutputPinSignature, BidirPinSignature
77

tests/test_silicon_step.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def test_submit_happy_path(self, mock_requests_post, mock_dotenv):
7676

7777
print(pformat(config))
7878
assert config["silicon"] == {
79-
'process': 'ihp130',
79+
'process': 'ihp_sg13g2',
8080
'package': 'pga144',
8181
'pads': {},
8282
'power': {

0 commit comments

Comments
 (0)