aboutsummaryrefslogtreecommitdiff
path: root/rtl/curve/uop
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2017-01-20 17:52:11 -0500
committerRob Austein <sra@hactrn.net>2017-01-20 17:52:11 -0500
commitaf8406afa98ae2c2ddca0c9e16a0cb34eb79519b (patch)
tree6e513cf115ea4465c60ce82dd3ceb50fb6a11bbf /rtl/curve/uop
parenta66be3237f5e9f4b6144cec093b047acfd70ffc6 (diff)
Minimal changes needed to build with core_selector.core_selector
Synthesizes, not yet tested with libhal (driver still needs writing). This changes the bare minimum necessary to get core/platform/alpha/build/Makefile to run to completion with this core added: * Verilog include filename syntax changed from from DOS ("\") to Unix ("/"). * rst_n => reset_n in ecdsa256_wrapper to match all the other cores. * address port changed from 5 bits to 8 bits in ecdsa256_wrapper to match all the other cores. This code could use some cosmetic cleanup, indentation is inconsistent (at least, it displays inconsistently, may depend on tab stop settings or something like that) and end of line still uses DOS convention (CRLF instead of Unix LF), but that stuff can wait.
Diffstat (limited to 'rtl/curve/uop')
-rw-r--r--rtl/curve/uop/uop_add_rom.v2
-rw-r--r--rtl/curve/uop/uop_conv_rom.v2
-rw-r--r--rtl/curve/uop/uop_dbl_rom.v2
-rw-r--r--rtl/curve/uop/uop_init_rom.v2
4 files changed, 4 insertions, 4 deletions
diff --git a/rtl/curve/uop/uop_add_rom.v b/rtl/curve/uop/uop_add_rom.v
index c807736..2c3d953 100644
--- a/rtl/curve/uop/uop_add_rom.v
+++ b/rtl/curve/uop/uop_add_rom.v
@@ -11,7 +11,7 @@ module uop_add_rom
//
// Microcode
//
-`include "..\uop_ecdsa.v"
+`include "../uop_ecdsa.v"
//
diff --git a/rtl/curve/uop/uop_conv_rom.v b/rtl/curve/uop/uop_conv_rom.v
index 3097736..47c8078 100644
--- a/rtl/curve/uop/uop_conv_rom.v
+++ b/rtl/curve/uop/uop_conv_rom.v
@@ -11,7 +11,7 @@ module uop_conv_rom
//
// Microcode
//
-`include "..\uop_ecdsa.v"
+`include "../uop_ecdsa.v"
//
diff --git a/rtl/curve/uop/uop_dbl_rom.v b/rtl/curve/uop/uop_dbl_rom.v
index 1939ca9..728294d 100644
--- a/rtl/curve/uop/uop_dbl_rom.v
+++ b/rtl/curve/uop/uop_dbl_rom.v
@@ -11,7 +11,7 @@ module uop_dbl_rom
//
// Microcode
//
-`include "..\uop_ecdsa.v"
+`include "../uop_ecdsa.v"
//
diff --git a/rtl/curve/uop/uop_init_rom.v b/rtl/curve/uop/uop_init_rom.v
index ac44b55..4847a08 100644
--- a/rtl/curve/uop/uop_init_rom.v
+++ b/rtl/curve/uop/uop_init_rom.v
@@ -11,7 +11,7 @@ module uop_init_rom
//
// Microcode
//
-`include "..\uop_ecdsa.v"
+`include "../uop_ecdsa.v"
//