1
0
mirror of https://github.com/openpower-cores/a2i.git synced 2026-02-09 17:52:48 +00:00
Commit Graph

15 Commits

Author SHA1 Message Date
Lars Asplund
8614f6800b Created VUnit run script.
VUnit performs dependency scanning to determine compile order. If an early compiled file has an used reference to a library for which no files have been compiled yet, that library is not recognized and leads to a compile error.
Such unused library reference have been removed.
2021-04-01 22:07:52 +02:00
Lars Asplund
fee9c135cc Added VHDL mocks for used UNIMACROs.
These mocks allow for a pure VHDL CI environment. The mocks are currently empty and provide no functionality. This is acceptable as long as no testbenches depend on them.
For now their primary purpose is to allow the project to be compiled by GHDL.

Some files also reference the UNISIM library. These references are not used and have been removed.
2021-03-13 22:54:24 +01:00
Lars Asplund
876f61a137 Removed type mismatch for recursive_synthesis attribute.
The attribute is defined as

attribute recursive_synthesis: boolean

but is frequently used with the integer value 1, for example

attribute recursive_synthesis of gate : function is 1;

These ones have been changed to true
2021-03-13 22:54:06 +01:00
openpowerwtf
d90fe419f6 Merge pull request #30 from openpowerwtf/master
A2L2_AXI updates
2020-10-01 17:06:51 -05:00
wtf
d74ff1d7c8 add rest of ld_queue_size changes from a2o 2020-10-01 17:27:22 -04:00
wtf
fc265d2448 updates for a2l2_axi 2020-10-01 12:58:20 -04:00
OpenPower Cores
11cb330995 Create a2_run_video.md 2020-09-14 19:22:31 -05:00
OpenPower Cores
4301c2e7a9 Create a2_build_video.md 2020-09-14 19:14:47 -05:00
wtf
935fd41b8c add comments 2020-08-27 11:22:43 -04:00
Paul Mackerras
237bab9073 Add in selected comments from internal repository
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
2020-08-25 11:58:35 +10:00
Paul Mackerras
6910c59944 Remove trailing carriage-return characters
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
2020-08-25 11:58:06 +10:00
Tristan Gingold
7e700ddc26 Translate off the unused global signals
So that a2x_axi can be imported into the open source yosys tool
using the ghdl frontend.

Signed-off-by: Tristan Gingold <tgingold@free.fr>
2020-07-18 21:20:59 +02:00
wtf
f270a43654 add attribute decls 2020-07-14 20:10:57 -04:00
wtf
c54bbacfd9 remove latches,macros refs 2020-06-30 14:58:06 -04:00
wtf
7d9acfcad3 create 2020-06-28 18:40:39 -04:00