mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-19 03:24:50 -04:00
Cleanup
This commit is contained in:
parent
1ce46e5fcd
commit
f909f7d315
2 changed files with 7 additions and 5 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
@ -161,6 +161,12 @@ examples/asm/sumtest/sumtest
|
|||
examples/asm/example/example
|
||||
examples/asm/trap/trap
|
||||
examples/asm/etc/pause
|
||||
examples/C/fmul
|
||||
examples/exercises/fma16/fma16.sv
|
||||
examples/exercises/fma16/fma16_testgen
|
||||
examples/exercises/fma16/sol
|
||||
examples/exercises/riscvsoc_solutions
|
||||
|
||||
|
||||
# Other
|
||||
external
|
||||
|
@ -168,8 +174,3 @@ config/deriv
|
|||
sim/slack-notifier/slack-webhook-url.txt
|
||||
docs/docker/buildroot-config-src
|
||||
docs/docker/testvector-generation
|
||||
examples/C/fmul
|
||||
examples/exercises/fma16/fma16.sv
|
||||
examples/exercises/fma16/fma16_testgen
|
||||
examples/exercises/fma16/sol
|
||||
examples/exercises/riscvsoc_solutions
|
||||
|
|
|
@ -131,6 +131,7 @@ void genMulTests(uint16_t *e, uint16_t *f, int sgn, char *testName, char *desc,
|
|||
|
||||
int main()
|
||||
{
|
||||
if (system("mkdir -p work") != 0) exit(1); // create work directory if it doesn't exist
|
||||
softfloatInit(); // configure softfloat modes
|
||||
|
||||
// Test cases: multiplication
|
||||
|
|
Loading…
Add table
Reference in a new issue