Commit graph

10 commits

Author SHA1 Message Date
Yehowshua Immanuel 44324eb803 need to start re-thinking structure of uart etc 2025-04-18 19:42:03 -04:00
Artturin 7471c0188a Make make fpga work
`ERROR: IO 'ftdi_txd_1' is unconstrained in LPF (override this error with --lpf-allow-unconstrained)`
2025-04-18 18:57:54 +03:00
Artturin 1622e3ab6b Remove all trailing spaces
`git grep -I --name-only -z -e '' | xargs -0 sed -i 's/[ \t]\+\(\r\?\)$/\1/'`

Remember to setup your editor so that these are automatically removed :)
2025-04-18 18:57:53 +03:00
Yehowshua Immanuel 1557cf9cc9 working towards re-factoring into functions 2025-04-16 22:10:49 -04:00
Yehowshua Immanuel 5efef8b19c quieter builds, more type uniformity, full compiles
- made builds less verbose on Mac by removing `-cpp`
 - made type constructors for most instances of `(UInt (TLog n))`
 - addressed cases where types built upon `(UInt (TLog n))` may have
   a max value of `n`, which necessitates changing the type to
   ` (UInt (TLog (TAdd 1 n)))`
 - compiler wouldn't fully evaluate types unless mkBus was
   instantiated
2025-04-10 20:46:53 -04:00
Yehowshua Immanuel 5588fafebd refactor into standalone TagEngineTester 2025-03-24 23:23:39 -04:00
Yehowshua Immanuel cf68a5e683 converted to bluespec haskell 2024-05-19 22:16:33 -04:00
Yehowshua Immanuel e44f6b083b it's been a while 2024-03-20 02:25:31 -04:00
Yehowshua Immanuel 9f90b00b25 wow - loopback in sim actually worksgit status 2023-09-28 06:57:38 -04:00
Yehowshua Immanuel b1c14f5aba first commit 2023-09-23 02:08:37 -04:00