You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
270 B

Simulation of a switched-capacitor SAR ADC with GHDL and d_cosim.
* Model line for the digital control implemented by GHDL.
.model dut d_cosim simulation="./adc" sim_args=["./adc"]
* The bulk of the circuit is in a shared file.
.include ../verilator/adc.shared
.end