[Cryptech-Commits] [test/novena_base] branch master updated (be2f38d -> 2aeb65c)
git at cryptech.is
git at cryptech.is
Tue Feb 3 16:15:08 UTC 2015
This is an automated email from the git hooks/post-receive script.
paul at psgd.org pushed a change to branch master
in repository test/novena_base.
from be2f38d Changing to Verilog 2001 style interface. Changed port names to not have inports called ootput etc. Read and write is better.
new 82d5359 update project file paths to .v and .ucf files
new b2d1815 add a command-line build, for those who like that sort of thing
new c3c708d reformat C code slightly
new 2aeb65c use standard int types
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
rtl/build/.gitignore | 52 ++
rtl/build/Makefile | 22 +
rtl/build/novena_baseline_top.bmm | 0
rtl/build/novena_baseline_top.ucf | 1 +
rtl/build/xilinx.mk | 176 +++++++
rtl/build/xilinx.opt | 42 ++
rtl/iseconfig/.gitignore | 48 ++
rtl/iseconfig/novena_baseline.xise | 30 +-
rtl/src/ipcore/_xmsgs/pn_parser.xmsgs | 15 -
sw/test-adder/Makefile | 8 +-
sw/test-adder/novena-eim.c | 862 ++++++++++++++++++----------------
sw/test-adder/novena-eim.h | 618 ++++++++++++------------
sw/test-adder/test-adder.c | 347 ++++++++------
13 files changed, 1330 insertions(+), 891 deletions(-)
create mode 100644 rtl/build/.gitignore
create mode 100644 rtl/build/Makefile
create mode 100644 rtl/build/novena_baseline_top.bmm
create mode 120000 rtl/build/novena_baseline_top.ucf
create mode 100644 rtl/build/xilinx.mk
create mode 100644 rtl/build/xilinx.opt
create mode 100644 rtl/iseconfig/.gitignore
delete mode 100644 rtl/src/ipcore/_xmsgs/pn_parser.xmsgs
More information about the Commits
mailing list