Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.14 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.14 KB
layout
home

testsdocs ci

Head over to wulffern.github.io/aicex for the docs.

For the repo see https://github.com/wulffern/aicex

Known issues

Xschem

  • Netlisting seems to be done not by pin number, but by order of B's in .sym. Also, I've experienced different ordering for subckts, and for top cell
  • Be careful of x1[5:0] notation. Xschem does not automatically discover if there is another same x. I would recommend always uniquely naming instances with bus notation

docker

  • The aicex user has a uid of 1000, however, if you try and run it on a machine with a different uid for your user, then it does not seem to work. Don't know how to fix it yet.