mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Cleanup
This commit is contained in:
parent
1ce46e5fcd
commit
f909f7d315
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…
Reference in New Issue
Block a user