14 lines
455 B
Plaintext
14 lines
455 B
Plaintext
|
|
use @aiprompts/heromodel_instruct.md
|
|
as instructions how this directory needs to be coded, check all instructions carefully
|
|
|
|
when a test file is created for a model, its $modelname_test.v
|
|
|
|
test this file by running:
|
|
vtest $modelname_test.v
|
|
|
|
always cd to the directory where the test file is, not to the root of the project
|
|
|
|
check the issues and fix them accordingly.
|
|
|
|
when doing implementation or tests do file per file, do not do all files at once. |