Example #1
0
def test_therm16_model():
    circuit_fname = file_relative_to_test(
        'configs/pb_C_sky130_therm16_model.yaml')
    fixture.run(circuit_fname)
Example #2
0
def test_mac():
    circuit_fname = file_relative_to_test('configs/mac1.yaml')
    fixture.run(circuit_fname)
Example #3
0
def test_generated():
    circuit_fname = file_relative_to_test('configs/generated_pb.yaml')

    fixture.run(circuit_fname)
Example #4
0
def test_C_sky130():
    circuit_fname = file_relative_to_test('configs/pb_C_sky130.yaml')
    fixture.run(circuit_fname)
Example #5
0
def test_ngspice():
    circuit_fname = file_relative_to_test('configs/pb.yaml')

    fixture.run(circuit_fname)
Example #6
0
def test_spectre():
    circuit_fname = file_relative_to_test('configs/pb1.yaml')

    fixture.run(circuit_fname)
Example #7
0
def test_skywater():
    circuit_fname = file_relative_to_test('configs/simple_amp_sky130.yaml')
    fixture.run(circuit_fname)
Example #8
0
def test_simple_config():
    circuit_fname = file_relative_to_test('configs/simple_amp.yaml')
    fixture.run(circuit_fname)
Example #9
0
def test_parameterized_config():
    circuit_fname = file_relative_to_test('configs/parameterized_amp.yaml')
    fixture.run(circuit_fname)
Example #10
0
def test_sampler7():
    circuit_fname = file_relative_to_test('configs/sampler7.yaml')

    fixture.run(circuit_fname)
Example #11
0
def test_dac_therm():
    circuit_fname = file_relative_to_test('configs/dac_therm.yaml')
    fixture.run(circuit_fname)