-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Filelist Management and Auto-generation #1
Comments
Configure
filelist:
rtl:
defines:
- FOO: 59
- BAR
files:
- rtl/verilog/defines.v : is_include_file
- rtl/verilog/subdir : is_include_dir
- rtl/verilog/ethmac.v
- rtl/verilog/eth_crc.v
includes:
- cpu.yml
- an.yml
sim:
filesets: [rtl]
files:
- rtl/verilog/sim_defines.v : is_include_file
- rtl/verilog/sim_rtl.v
fpga:
filesets: [sim]
files:
- rtl/verilog/fpga_defines.v : is_include_file
- rtl/verilog/fpga.v
defines:
- CORES: 59
- CACHE
files:
- rtl/cpu/defines.v : is_include_file
- rtl/cpu/subdir : is_include_dir
- rtl/cpu/core.v
defines:
- AN_DELAY: 24
- MDIO
files:
- rtl/an/defines.v : is_include_file
- rtl/an/subdir : is_include_dir
- rtl/an/an.v
defines:
- CORES: 59
- CACHE
files:
- rtl/cpu/defines.v : is_include_file
- rtl/cpu/subdir : is_include_dir
- rtl/cpu/core.v Usage
All filelist woulde be in pre-defined order. |
I think the filelist file included should not be ".f", should be another yml. |
Checklist
Request a feature? Please fill out the sections below. 👍
Feature Description
project.yml
should always be created when we runscratchip create PROJ
, the project.yml should include everything for re-init the project. Also, a version should be specified to make it's easy to upgrade to new version.scratchip filelist
Type of Feature
Related Features
Additional context
Impact: unknown
Development Phase: proposal
The text was updated successfully, but these errors were encountered: