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

1246 Commits

Author SHA1 Message Date
Andreas Olofsson
d33f7f3c17 Reorganizing readme for ease of use 2016-02-16 13:25:58 -05:00
Andreas Olofsson
54dcf478fe Adding guide references 2016-02-16 13:00:56 -05:00
Andreas Olofsson
b2fde122eb Adding README documentation 2016-02-16 12:55:50 -05:00
Andreas Olofsson
c8af4a257b Returning to 10 step processs
-empty scripts compiles..good start
-this is starting to feel solid
2016-02-16 12:40:10 -05:00
Andreas Olofsson
9d4f970d88 Reorg 2016-02-16 12:33:42 -05:00
Andreas Olofsson
144f452cba Moving help to top README 2016-02-16 11:41:50 -05:00
Andreas Olofsson
8b47e5c678 Explaining how to work with prprietary foundries 2016-02-16 09:04:18 -05:00
Andreas Olofsson
07fe3b9da3 Updating directory structure 2016-02-16 08:23:23 -05:00
Andreas Olofsson
f56590003f Reorg to remove common
- Easier to navigate (shallow is good)
- "common" is kind of like "misc"...superfluous in this case
2016-02-16 08:20:29 -05:00
Andreas Olofsson
11a10dddda Adding readme to common 2016-02-16 08:17:08 -05:00
Andreas Olofsson
f76890d7e0 Adding readme to foundry 2016-02-16 08:14:46 -05:00
Andreas Olofsson
14c8f6b173 Adding synthesis wrapper files 2016-02-16 08:05:58 -05:00
Andreas Olofsson
97b44d9bc1 Readme cleanup 2016-02-15 16:46:04 -05:00
Andreas Olofsson
158edee578 Merge branch 'master' of github.com:parallella/oh 2016-02-15 16:39:01 -05:00
Andreas Olofsson
68e109e693 Reorg 2016-02-15 16:38:48 -05:00
Andreas Olofsson
45b28344e3 Initial commit of generic synthesis flow 2016-02-15 12:18:29 -05:00
Ola Jeppsson
e60ef57c0e mailbox: Update software example
Switch to kernel devel branch compatible IOCTL's.

Signed-off-by: Ola Jeppsson <ola@adapteva.com>
2016-02-15 10:50:07 +00:00
Andreas Olofsson
924f617f8a updated some tables
Much more formatting work to be done...
2016-02-14 10:24:37 -05:00
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