-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SAR_ADC (Chile 2) #1
base: main
Are you sure you want to change the base?
Conversation
@bmurmann Let's review the files but not merge yet. I think we will have some merge conflicts. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some of the xschem symbols contain absolute paths, which makes the schematics non-portable and tough to review outside your personal setup (without modifying). Can you please fix all of these? Example: /foss/pdks/gf180mcuC/libs.tech/xschem/symbols/cap_mim_2p0fF.sym
Ok, we will be fixing the paths, thanks for reviewing the files! |
Just a couple housekeeping comments.
|
Some suggestions:
(2) Do not put |
@msaligane : Please read my suggestions above and comment on the PDK variant intended to be used on this tapeout, and the power supply setup expected for testing, since the PDK did not come with any 3.3V support. |
(6) Do not create multiple pins of the same name. You may label as many wires as you want, but for each unique net that is also a pin, there should only be one pin symbol. Otherwise, netlists generates a huge number of warnings (which may or may not be errors). |
Just a follow up here. Using
makes your |
@RTimothyEdwards, We weren't aware of the 3.3V issue since we were using the standard cells, does this means that we should change the 3.3V transistor sizing to be adecuate for a 4.5-5.5V transistor? |
@papijou2433 : If you intend to use the provided demonstration/prototype board, then you probably want to make your system 5V compatible, because switching out components on the board for 3.3V operation may be difficult. |
@papijou2433 In our TO the standard cells we used are 5v. But we used 5v and 3.3v devices : If I recall, in our last TO, we used:
@RTimothyEdwards is this what will be used in MPW1? |
@papijou2433 I can merge this PR for now. But before that, please open a GitHub issue compiling all the feedback listed above or during our sync-up today. It helps with tracking things. Thanks! |
@msaligane : It is possible to run the whole chip at 3.3V but I don't know that the existing development board is compatible with 3.3V operation (i.e., the FTDI, SPI flash, and other chips on the board). Technically, the padframe we have from GF is 5V on the pad and core sides. It can be run at lower voltage with a corresponding loss of speed. |
@RTimothyEdwards For this TO. We are planning to use custom-made PADs. But yes, it is possible to do so. |
Updated file management and added new testbench files. Added a new startup testbench and makefile.
Fixed symbol paths due to xschemrc
Updated symbol and schematic for bootstrap switch
…DC23-LTC2 into papijou2433-patch-1
…DC23-LTC2 into papijou2433-patch-1
…DC23-LTC2 into papijou2433-patch-1
Updated tools container
No description provided.