aboutsummaryrefslogtreecommitdiffstats
path: root/testbench_wb.v
diff options
context:
space:
mode:
authorOlof Kindgren <olof.kindgren@gmail.com>2017-12-27 20:38:19 +0100
committerOlof Kindgren <olof.kindgren@gmail.com>2017-12-27 20:38:19 +0100
commitf1949e9bf122731552616cd5501a26f65636d070 (patch)
treede06eca1da9dc61fb2fac6edaeabca0dee40af22 /testbench_wb.v
parent0495ce8b5a4f2d6dcefae12ae3a44b7205688b5e (diff)
downloadpicorv32-f1949e9bf122731552616cd5501a26f65636d070.tar.gz
picorv32-f1949e9bf122731552616cd5501a26f65636d070.zip
testbench_wb: Add proper attribution for wb_ram module
Diffstat (limited to 'testbench_wb.v')
-rw-r--r--testbench_wb.v19
1 files changed, 19 insertions, 0 deletions
diff --git a/testbench_wb.v b/testbench_wb.v
index 3302a89..5c931cc 100644
--- a/testbench_wb.v
+++ b/testbench_wb.v
@@ -166,6 +166,25 @@ module picorv32_wrapper #(
end
endmodule
+/* ISC License
+ *
+ * Verilog on-chip RAM with Wishbone interface
+ *
+ * Copyright (C) 2014, 2016 Olof Kindgren <olof.kindgren@gmail.com>
+ *
+ * Permission to use, copy, modify, and/or distribute this software for any
+ * purpose with or without fee is hereby granted, provided that the above
+ * copyright notice and this permission notice appear in all copies.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+ * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+ */
+
module wb_ram #(
parameter depth = 256,
parameter memfile = "",