Skip to content

Create random combinational circuit in ISCAS format

Notifications You must be signed in to change notification settings

Vincenzo-Petrolo/RCGG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RCGG - Random Circuit Graph Generator (Behavioral)

Create random combinational circuit using ISCAS bench format.

Usage

python3 rcgg.py <options>

Example

python3 rcgg.py -o prova.bench --n_inputs=2 --n_outputs=2 --max_nodes_per_level=4 --max_fan_in=2 --max_fan_out=3 --depth=5

Generate a dataset

make generate_dataset NUM_CIRCUITS=XX

About

Create random combinational circuit in ISCAS format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published