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

    fixture.run(circuit_fname)
def test_C_sky130():
    circuit_fname = file_relative_to_test('configs/pb_C_sky130.yaml')
    fixture.run(circuit_fname)
def test_ngspice():
    circuit_fname = file_relative_to_test('configs/pb.yaml')

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

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

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