Skip to content

Commit 0bb0bd8

Browse files
authored
Merge pull request #153 from zeroasiccorp/ci_repair
Ci repair
2 parents f2979bc + 061e190 commit 0bb0bd8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

examples/adder/adder.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ def hello_adder():
2020
# Specify pin constraints
2121
chip.input('adder.pcf')
2222

23-
# Specify pin constraints
24-
chip.input('adder.sdc')
25-
2623
# Compiler options
2724
chip.set('option', 'quiet', True)
2825

tests/examples/test_umi_fir_filter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def test_cli(setup_example_test, part_name):
4848

4949

5050
@pytest.mark.timeout(300)
51+
@pytest.mark.skip(reason="Disabling until switchboard updates are made")
5152
def test_sim(setup_example_test):
5253
umi_fir_filter_dir = setup_example_test('umi_fir_filter')
5354

0 commit comments

Comments
 (0)