Andreas.Olofsson
d6f5de24d7
Changing hierarchy to promote blocks
2020-01-28 18:12:57 -05:00
Andreas Olofsson
7094173ae9
Reorg! Why?
...
- The top level directory was not scaling, too imposing
- Friendlier to download a repo and see a finite number of top level dirs
- We are just getting started...
2016-03-22 08:13:40 -04:00
Andreas Olofsson
7f0491d206
Cleaning up GPIO
...
- AW parameter was missing in p2e
- Blocking input data with input enable (alsom done at io pad)
2016-03-21 11:20:59 -04:00
Andreas Olofsson
4b1372eb3b
Implementing GPIO readback circuit
...
-added test, looks good
-reduced decoder width to 16 regs (seems reasonable for gpio)
2016-03-13 09:28:17 -04:00
Andreas Olofsson
6ad31e5c20
Cleanup GPIO docs table
2016-03-10 14:17:33 -05:00
Andreas Olofsson
e08f5a8fc7
Adding address table to GPIO
2016-03-10 11:13:24 -05:00
Andreas Olofsson
f60f3515e6
Making front page table links to README files
...
-Every folder should be more or less self contained
-Hopefully one day this repo will look more like parallella-examples
2016-03-10 07:38:06 -05:00
Andreas Olofsson
d9f18e7b58
DV cleanup
...
-removing all redundant build files, there must be only one...
2016-03-08 21:23:02 -05:00
Andreas Olofsson
e549a63a04
Reorg/cleanup
2016-03-08 19:37:42 -05:00
Andreas Olofsson
983caa7138
Adding code pointers to readme
2016-03-05 16:42:41 -05:00
Andreas Olofsson
232d004ee2
Adding README for gpio
2016-03-05 16:36:58 -05:00
Andreas Olofsson
1ebe74d285
Cleanup GPIO logic
...
-various bringup bug fixes
-name simplication
-now works in simulation
2016-03-05 16:16:22 -05:00
Andreas Olofsson
53838f35ea
Added test/dv for gpio block
...
-note: with the number of blocks growing, there really needs to be more common iinfrastructure around the builds
-every block should be independent, yet you don't want to repeat the scripts
2016-03-05 16:10:06 -05:00
Andreas Olofsson
16ddde2e39
Fixing up GPIO
...
- adding support for 64 bits
- implementing global edge detect
- implementing most of the features
- (not debugged yet)
2016-03-05 07:28:28 -05:00
Andreas Olofsson
9aed3f19d2
Simplifying module
...
-Interrupt should be kept separate from GPIO (use PIC)
2016-02-26 19:06:38 -05:00
Andreas Olofsson
ebc011b1c7
Adding gpio circuit
...
-work in progress
-compiles and read/write to some registers work
2016-01-23 00:09:14 -05:00
Andreas Olofsson
ebaac22700
Cleanup
2015-04-21 21:43:16 -04:00
Andreas Olofsson
c41a0a8640
Cleaning up licenses for consistency
...
-All files still GPLv3
-Placed at the bottom of the file (I am tired of looking at them!)
2015-04-17 22:21:08 -04:00
Andreas Olofsson
21a058f696
Cleanup
...
Removed useless common directory
Fixed vivados permissions on file
2015-04-11 00:12:57 -04:00
Andreas Olofsson
4666e34623
Fixing bad merge
...
This block will be completely redesigned
2015-04-09 12:10:29 -04:00
Andreas Olofsson
8f22ce2fec
Merge remote-tracking branch 'origin/elink_redesign_fred'
...
Conflicts:
fpga/src/ecfg/hdl/ecfg.v
fpga/src/gpio/hdl/parallella_gpio_emio.v
2015-03-23 15:29:55 -04:00
Andreas Olofsson
054b547541
Merge remote-tracking branch 'origin/elink_redesign'
2015-03-23 15:24:38 -04:00
Fred Huettig
857af62484
Partial integration of new elink
2015-01-28 13:53:09 -05:00
aolofsson
4ab49e07c2
Reorganizing structure to be IP centric
...
-Each directory contains one sub block
-Each directory contains a dv/docs/hdl directory, self contained.
-May need to add constraints directory as well at some point.
-This is the right thing to do, make each block modular and self contained.
2014-11-05 14:31:05 -05:00