diff --git a/compiler/TODO b/compiler/TODO index e8744aaa..31cde6d5 100644 --- a/compiler/TODO +++ b/compiler/TODO @@ -1,7 +1,4 @@ -Develop set of vector/point manipulation functions and replace -everywhere. (Bin) - Use signal names from the technology file. Right now they are hard coded everywhere. For example: DATA, ADDR, etc. @@ -17,7 +14,7 @@ the tech file. Some modules use upper/lower via layer instead of min width DRC rule from tech file. -Fix the size of labels. For some reason, they are HUGE. (Samira) +Fix the size of the labels in freepdk45. They are ok in scn3me_subm though. Add the clock buffer internal to control logic. Simulation uses 1-4-8-16 inverters right now. Replace simulation with simple clock @@ -31,4 +28,3 @@ hierarchical_predecode3x8 to hierarchical_predecode class Fix stimuli.py to be more readable. -Add tests for bitcell, ms_flop, replica_bitcell, sens_amp, tri_gate, write_driver?