overmach commited on
Commit
363ca5b
·
verified ·
1 Parent(s): 7e11bfc

Minor edit README

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -15,7 +15,7 @@ pretty_name: OSIRIS Dataset
15
 
16
  **OSIRIS** is an end-to-end analog circuit design pipeline capable of producing, validating, and evaluating large volumes of layouts for generic analog circuits.
17
 
18
- The [OSIRIS 🤗 HuggingFace repository](https://huggingface.co/datasets/anonymousUser2/osiris) hosts the randomly generated dataset discussed in the paper.
19
 
20
  This codebse provides the OSIRIS Python script (`osiris.py`) and the Python friendly version of the SkyWater 130nm PDK (`SKY130_PDK`) along with the necessary files to perform place and route operations (in `schematic2layout` folder).
21
 
 
15
 
16
  **OSIRIS** is an end-to-end analog circuit design pipeline capable of producing, validating, and evaluating large volumes of layouts for generic analog circuits.
17
 
18
+ The [OSIRIS 🤗 HuggingFace repository](https://huggingface.co/datasets/hardware-fab/osiris) hosts the randomly generated dataset discussed in the paper.
19
 
20
  This codebse provides the OSIRIS Python script (`osiris.py`) and the Python friendly version of the SkyWater 130nm PDK (`SKY130_PDK`) along with the necessary files to perform place and route operations (in `schematic2layout` folder).
21