aboutsummaryrefslogtreecommitdiff
path: root/primitives/primitives.core
diff options
context:
space:
mode:
authorJoshua Yun <joshua@joshuayun.com>2025-03-15 17:35:52 -0500
committerJoshua Yun <joshua@joshuayun.com>2025-03-15 17:35:52 -0500
commit59fd8c25ee1452452cb564d6fe4163b7a9394aef (patch)
tree028688a39cd401a40939d86e3bf4a8f5d678d6a4 /primitives/primitives.core
parentc7a29c00b143ff6ee22bb7cffbdd0ae7c21206d1 (diff)
downloadriscv-processor-59fd8c25ee1452452cb564d6fe4163b7a9394aef.tar.gz
feat: added TB support + primitives for flipflops, initial fetch stage (not complete), mem initialization for imem complete
Diffstat (limited to 'primitives/primitives.core')
-rw-r--r--primitives/primitives.core16
1 files changed, 16 insertions, 0 deletions
diff --git a/primitives/primitives.core b/primitives/primitives.core
new file mode 100644
index 0000000..72a19d7
--- /dev/null
+++ b/primitives/primitives.core
@@ -0,0 +1,16 @@
+CAPI=2:
+name: bingchao:riscv:primitives:1.0.0
+description: "RTL Primitives for the RISC-V Processor"
+
+filesets:
+ rtl:
+ files:
+ - rtl/AFF.sv
+ - rtl/AFFR.sv
+ file_type: systemVerilogSource
+
+targets:
+ default: &default
+ filesets:
+ - rtl
+ toplevel: top