Views
No views yet
📚 For full documentation, installation, training, and evaluation instructions, please visit our GitHub repository.
| Model | Description |
|---|---|
| CktGen | Specification-Conditioned Circuit Generator |
| Evaluator | Performance predictor (surrogate) |
| LDT | Latent Diffusion Transformer |
| CktGNN | Graph Neural Network |
| CVAEGAN | Conditional VAE-GAN |
| PACE | Parallel Convolution Encoder |
├── cktgen/ # Main CktGen models
│ ├── cktgen_cond_gen_*.pth # Conditional generation
│ └── cktgen_recon_*.pth # Reconstruction
├── evaluator/ # Performance predictor
│ └── evaluator_*.pth
└── baselines/ # Baseline models
├── cktgnn/
├── ldt/
├── pace/
└── cvaegan/1@article{hou2025cktgen,
2 title = {CktGen: Automated Analog Circuit Design with Generative Artificial Intelligence},
3 journal = {Engineering},
4 year = {2025},
5 doi = {https://doi.org/10.1016/j.eng.2025.12.025},
6 author = {Yuxuan Hou and Hehe Fan and Jianrong Zhang and Yue Zhang and Hua Chen and Min Zhou and Faxin Yu and Roger Zimmermann and Yi Yang},
7}