From 068bb6df64bfb4e3d2cccd63e3bf6f46e4f6a54e Mon Sep 17 00:00:00 2001 From: dam1n19 <dam1n19@soton.ac.uk> Date: Wed, 17 May 2023 11:40:02 +0100 Subject: [PATCH] SOC1-208: Added top-level module comments to filelist --- .gitignore | 7 ++++--- flist/project/accelerator.flist | 2 ++ flist/project/system.flist | 2 ++ flist/project/wrapper.flist | 2 ++ soctools_flow | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index f1465d4..842fc71 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,8 @@ *.vvp simulate/sim/* .socinit -wrapper/html -system/bootrom -system/html +accelerator/html/* +wrapper/html/* +system/src/bootrom +system/html/* flist/tmp \ No newline at end of file diff --git a/flist/project/accelerator.flist b/flist/project/accelerator.flist index 36135d2..a9d3db2 100644 --- a/flist/project/accelerator.flist +++ b/flist/project/accelerator.flist @@ -6,6 +6,8 @@ // your accelerator. //----------------------------------------------------------------------------- +// DESIGN_TOP accelerator + // ============= Verilog library extensions =========== +libext+.v+.vlib diff --git a/flist/project/system.flist b/flist/project/system.flist index 070cb14..c8bf33e 100644 --- a/flist/project/system.flist +++ b/flist/project/system.flist @@ -12,6 +12,8 @@ // Abstract : Verilog Command File for Top-level Accelerator System //----------------------------------------------------------------------------- +// DESIGN_TOP nanosoc_chip + // ============= Verilog library extensions =========== +libext+.v+.vlib diff --git a/flist/project/wrapper.flist b/flist/project/wrapper.flist index 1df6828..2122cf0 100644 --- a/flist/project/wrapper.flist +++ b/flist/project/wrapper.flist @@ -12,6 +12,8 @@ // Abstract : Verilog Command File for Top-level Accelerator Wrapper //----------------------------------------------------------------------------- +// DESIGN_TOP your_wrapper + // ============= Verilog library extensions =========== +libext+.v+.vlib diff --git a/soctools_flow b/soctools_flow index 7118711..fa8ca0c 160000 --- a/soctools_flow +++ b/soctools_flow @@ -1 +1 @@ -Subproject commit 7118711fe3f7fc93ad65bcd46203de73358b0545 +Subproject commit fa8ca0c8eb2480ca259530dca416776a1923b73a -- GitLab