From ddd80c35c032d1f1dda60e39559965a27255cdf0 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Wed, 9 Aug 2017 13:41:22 -0400 Subject: reset_n vs rst_n, pax guys. --- config/core.cfg | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config/core.cfg') diff --git a/config/core.cfg b/config/core.cfg index 361774a..5c43502 100644 --- a/config/core.cfg +++ b/config/core.cfg @@ -118,6 +118,9 @@ cores = mkmif trng sha1 sha1 sha1 sha256 sha256 sha256 sha512 sha512 sha512 aes # *not* use block memory. When no cores in the build use block # memory, the delay isn't necessary and is therefore omitted. # +# reset name: what name to use for the reset wire, because we don't +# seem to be able to agree on whether this is "reset_n" or "rst_n". +# # extra ports: Extra port definitions in the core instance. # Note this is a blob of text, not interpreted, so formatting and commas # will be copied out verbatim. @@ -189,6 +192,7 @@ core blocks = 4 block memory = yes error wire = no module name = modexpa7_wrapper +reset name = rst_n parameter OPERAND_ADDR_WIDTH = 7 parameter SYSTOLIC_ARRAY_POWER = 1 vfiles = -- cgit v1.2.3