1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-17 20:02:53 +08:00

878 Commits

Author SHA1 Message Date
Andreas Olofsson
4a5336d02b Reorg of file
-spell check
-alphabetizing
2016-02-13 21:23:27 -05:00
Andreas Olofsson
ce17642dcc more cleanup 2016-02-13 15:00:51 -05:00
Andreas Olofsson
aeeeb93eaa Adding list of IP vendors 2016-02-13 14:54:31 -05:00
Andreas Olofsson
ea274a3b6b Cleanup 2016-02-13 14:51:10 -05:00
Andreas Olofsson
2bc6b75ecd Reorg 2016-02-13 14:47:24 -05:00
Andreas Olofsson
98a703e437 Adding directory struture snapshot 2016-02-13 14:40:19 -05:00
Andreas Olofsson
4c1043d76c Adding template process directory structure 2016-02-13 14:39:16 -05:00
Andreas Olofsson
b094d63687 Adding table of generally useful constants 2016-02-13 14:31:32 -05:00
Andreas Olofsson
90189c055a Cleanup of links
- md doesn't like parentheses in links
2016-02-13 14:25:14 -05:00
Andreas Olofsson
317b0bb7b4 Merge branch 'master' of https://github.com/parallella/oh 2016-02-13 14:17:24 -05:00
Andreas Olofsson
3cbf57ff38 Adding ASIC design glossary
- Engineers love speaking in code
- You won't be able to communicate effectively until you know the vocabulary
- All definitions based on neutral wiki entries
2016-02-13 14:15:36 -05:00
Andreas Olofsson
fd7aff5dd8 Fixing warning messages in chip synthesis tool
- Don't fight the tools
- No way to remove these warnings and I don't want to have to tell everyone to include maging "don't output this kind of warning flags" that are global to a project...that's just bad practice.
- Didn't take many minutes to remove these warnings and now synthesis runs through with 0 warnings ... much cleaner.. inspires more confidence
2016-02-12 11:04:52 -05:00
Andreas Olofsson
db02f8a8db Clarifying status of modules 2016-02-11 22:13:16 -05:00
Andreas Olofsson
3639cbfdc3 Adding irqc entry 2016-02-11 22:07:08 -05:00
Andreas Olofsson
b516a2cebf Contributing nested interrupt controller 2016-02-11 22:04:36 -05:00
Andreas Olofsson
271e48d3c4 Fixing table formatting issue with logic 2016-02-07 18:09:47 -05:00
Andreas Olofsson
b5f0c775ff Adding constants reference 2016-02-07 18:08:17 -05:00
Andreas Olofsson
4512f04e22 Adding emesh timing diagram 2016-02-04 20:45:31 -05:00
Andreas Olofsson
b8420b853c Formatting 2016-02-03 23:16:42 -05:00
Andreas Olofsson
e8678bb395 Adding commong docs directory 2016-02-03 23:14:32 -05:00
Andreas Olofsson
4b48d138be Merge branch 'master' of https://github.com/parallella/oh 2016-02-03 23:13:48 -05:00
Andreas Olofsson
29237f0639 Fixed burst bit location
-turns out chip design was different
-off by one...
2016-02-03 23:11:46 -05:00
Andreas Olofsson
50d2ec8fbf Adding cute logo picture 2016-02-03 23:10:02 -05:00
Andreas Olofsson
f7ad4af2b7 Tweaks to methodology 2016-02-03 23:09:20 -05:00
Andreas Olofsson
ac0b9b02ad Update AUTHORS 2016-02-02 16:10:00 -05:00
Andreas Olofsson
5dc9375ebb Merge pull request #43 from olajep/pr-txcfg-typo
elink: etx_cfg: Fix transmit mode bits typo
2016-01-27 14:50:41 -05:00
Ola Jeppsson
e3c3569a3e elink: etx_cfg: Fix transmit mode bits typo
Signed-off-by: Ola Jeppsson <ola@adapteva.com>
2016-01-27 20:41:18 +01:00
Andreas Olofsson
48e62c244c Cleanup README + old directory 2016-01-24 23:50:17 -05:00
Andreas Olofsson
c8b9de9f42 Adding gpio and spi paths 2016-01-24 23:42:06 -05:00
Andreas Olofsson
cbb2ba0279 Adding SPI module
-Work in progress!
2016-01-24 23:41:18 -05:00
Andreas Olofsson
3c34ba0daa Adding README file for accelerator 2016-01-23 21:48:53 -05:00
Andreas Olofsson
953877433b Issue cleanup 2016-01-23 21:48:32 -05:00
Andreas Olofsson
62263811fe Fixed bugs
-Fixed these Thursday, forgot to commit...
-Nobody said anything, so I guess nobody tried it yet:-)
2016-01-23 21:19:16 -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
f7f52c3ee9 Fixing broken links 2016-01-21 15:37:08 -05:00
Andreas Olofsson
c3f34d6231 Clarifying the run & modify slide 2016-01-21 14:40:04 -05:00
Andreas Olofsson
20e0e6509c Merge branch 'master' of https://github.com/parallella/oh 2016-01-21 13:16:59 -05:00
Andreas Olofsson
d67f3672d5 Pres tweaks 2016-01-21 13:16:43 -05:00
Andreas Olofsson
f69b8c7b59 Merge pull request #41 from olajep/mailbox-test
Add kernel mailbox interface test
2016-01-21 11:07:46 -06:00
Andreas Olofsson
66f08a22ca Merge branch 'master' of https://github.com/parallella/oh 2016-01-21 11:52:41 -05:00
Andreas Olofsson
562bfc3182 Updated tutorial 2016-01-21 11:51:23 -05:00
Ola Jeppsson
31ffb41247 Add kernel mailbox interface test
Kernel code here, will be included in official 'parallella-linux'
when API:s have stabilized...
https://github.com/olajep/parallella-linux/tree/wip-mailbox

```
Testing blocking wait with interrupts
i: 00 from: 0x00000000 data: 0x00000000
i: 01 from: 0x00000000 data: 0x00000001
i: 02 from: 0x00000000 data: 0x00000002
i: 03 from: 0x00000000 data: 0x00000003
i: 04 from: 0x00000000 data: 0x00000004
i: 05 from: 0x00000000 data: 0x00000005
i: 06 from: 0x00000000 data: 0x00000006
i: 07 from: 0x00000000 data: 0x00000007
i: 08 from: 0x00000000 data: 0x00000008
i: 09 from: 0x00000000 data: 0x00000009
i: 10 from: 0x00000000 data: 0x0000000a
i: 11 from: 0x00000000 data: 0x0000000b
i: 12 from: 0x00000000 data: 0x0000000c
i: 13 from: 0x00000000 data: 0x0000000d
i: 14 from: 0x00000000 data: 0x0000000e
i: 15 from: 0x00000000 data: 0x0000000f

Reading 1000000 messages
received: 1000000       errors: 0       time: 11.65s    rate: 85808
msgs/s
```

Signed-off-by: Ola Jeppsson <ola@adapteva.com>
2016-01-21 16:31:55 +00:00
Andreas Olofsson
80597350e7 Merge branch 'master' of https://github.com/parallella/oh 2016-01-21 15:39:42 +00:00
Andreas Olofsson
9e1c0c198d Adding registers 2016-01-21 15:38:57 +00:00
Andreas Olofsson
333e445c58 Adding tutorial 2016-01-21 09:23:21 -05:00
Andreas Olofsson
ac51816b61 Adding simple accelerator test
-not debugged yet
2016-01-21 07:50:14 -05:00
Andreas Olofsson
0327ca1df3 Merge branch 'master' of https://github.com/parallella/oh 2016-01-20 21:48:06 -05:00
Andreas Olofsson
083e459fb0 Fixing issue with empty ip list 2016-01-20 21:46:48 -05:00
Andreas Olofsson
0804d8ea29 Fixing weird Vivado error
-Seems vivado doesn't like the "|=" operation??
2016-01-20 21:45:55 -05:00
Andreas Olofsson
45829c0231 Adding missing files
-bistream building now
2016-01-20 21:44:17 -05:00