diff options
| author | Andrew Wygle <awygle@gmail.com> | 2018-05-12 15:26:18 -0700 |
|---|---|---|
| committer | Andrew Wygle <awygle@gmail.com> | 2018-05-13 11:00:40 -0700 |
| commit | 704348f563e22f48d1f0c3d68fdb0a894c2f3d4c (patch) | |
| tree | 7aaca299584adc52b1956ef8fde7c1e6ad4cc1dd | |
| parent | a34ef88b8e8142a8a6b88c8e14c36c828fe51493 (diff) | |
| download | icestorm-704348f563e22f48d1f0c3d68fdb0a894c2f3d4c.tar.gz icestorm-704348f563e22f48d1f0c3d68fdb0a894c2f3d4c.tar.bz2 icestorm-704348f563e22f48d1f0c3d68fdb0a894c2f3d4c.zip | |
Correct internal global buffers for lm4k
| -rw-r--r-- | icebox/icebox.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/icebox/icebox.py b/icebox/icebox.py index 4b835b0..36572c0 100644 --- a/icebox/icebox.py +++ b/icebox/icebox.py @@ -2081,8 +2081,8 @@ padin_pio_db = { (13, 21, 0), #2 fixed (13, 0, 0), #3 fixed - ( 0, 21, 1), #These two are questionable, but keep the order correct - (25, 21, 1), #They may need to be fixed if other package options are added. + (19, 21, 0), #These two are questionable, but keep the order correct + ( 6, 21, 0), #They may need to be fixed if other package options are added. (12, 0, 1), #6 fixed (12, 21, 1), #7 fixed |
