db54d55074
This file seems to have missed a scalafmt pass
chick
2021-08-17 16:14:32 -07:00
143af1aa04
Fix all warnings in barstool.macros._ - Fixed up all warnings in barstools macros package - mostly public method return types - removed lot's of extraneous parens and braces - Made code cleaner using more explicit macros - Fixed warnings in 2.13 that will likely turn into errors in future
chick
2021-08-17 16:09:52 -07:00
edb1537561
Formatting code to chisel standard - ran sbt scalafmtAll - lot of small formatting changes - added test that code must stay formatted - part of github actions workflow
chick
2021-08-16 15:35:22 -07:00
4e9b44cad8
Merge pull request #111 from ucb-bar/scala-2.13
Kevin Laeufer
2021-08-16 14:51:43 -07:00
ae01e170db
Adding support for Scala 2.13 Mostly import changes Some formatting changes Runs +test
chick
2021-08-16 10:15:07 -07:00
890d4c3506
Add options for command-line arguments for Chisel and FIRRTL compilers (#921)
Tynan McAuley
2021-08-12 23:37:39 -07:00
d06abdb419
Swap two arguments to resolve bug
Tingyuan LIANG
2021-08-12 23:22:41 +08:00
b2cee7ccb8
GenerateTopSpec get rid of Console.withOut
chick
2021-08-10 18:04:49 -07:00
08eba27126
MultiPort remove random println GenerateSpec fix so "generate top test" does not rely on side-effects of previous test GenerateTopSpec fix so it creates needed input file itself, does not rely on other tests to do that
chick
2021-08-10 16:26:11 -07:00
74d5da6f4a
Move src/ from tapeout to top level get rid of root
chick
2021-08-10 15:40:58 -07:00
352fa91b62
IOCell toBool => asBool MacroCompiler needs more specific firrtl.Utils imports, Comment out legalize SynFlops more precise imports YamlHelpers use FileUtils ResetInverter LegacyModule => Module Retime use Module instead of LegacyModule YamlHelpers uses FileUtils instead of getResource ResetInvert use Module instead of LegacyModule Masks add scalatest wrappers for getting better test reports SpecificExamples drop tapeout prefix, and add scalatest blocks GenerateSpec, let ChiselStage emit the firrt directly to target dir, add some actual tests that files were created GenerateTopSpec use FileUtils FlipChipMacroSpec use FileUtils IOPropertiesSpec use FileUtils
chick
2021-08-10 15:28:25 -07:00
17272e3e0b
qemu: build without -Werror
Kevin Läufer
2021-08-10 12:28:02 -07:00
e113a7b619
Add setting to have sbt not exit if a program calls System.exit Without this a useless and misleading log4j error is reported.
chick
2021-08-09 17:50:47 -07:00
b107a6bdf3
Add some missing resources
chick
2021-08-09 10:10:10 -07:00
db2739bb6c
iocell won't run without this syntax IntelliJ flags this as error, even though it compiles and runs
chick
2021-08-09 09:47:20 -07:00
c907a7377c
Moved a zillion files all over the place so that everything is now in tapeout/src in the correct directory corresponding to internal packages. Everything compiles and tests run TODO: - Figure out assembly step for MacroCompiler - Does root project matter?
chick
2021-08-06 13:09:45 -07:00
2e9fa01b64
generate the .sbtopt file during repo initialization
Tingyuan LIANG
2021-08-02 22:02:18 +08:00
b7e99dc6c3
Merge pull request #922 from ucb-bar/asap7yml
Harrison Liew
2021-07-22 17:43:07 -07:00
cdd8af4153
Merge pull request #106 from ucb-bar/fix_harness_fir
John Wright
2021-07-20 14:08:38 -07:00
09719205cf
Merge pull request #105 from ucb-bar/fix_reparent_circuit
John Wright
2021-07-20 12:33:18 -07:00
76f4bf28e0
Fix naming of example-asap7.yml
Jerry Zhao
2021-07-17 21:53:54 -07:00
f196c38c7f
Merge pull request #104 from ucb-bar/harness_anno_fix
John Wright
2021-07-11 18:23:34 -07:00
346db43361
Update barstools to get the fix in ucb-bar/barstools#104, which uses the correct harness annotation file path (#918)
John Wright
2021-07-11 17:15:50 -07:00
61ab39f829
Restore proper naming of harness annotation file
John Wright
2021-07-11 17:04:47 -07:00
3d571b2d2a
Use github actions for testing - Stripped down version from treadle - commented out several sections - delete travis test - fix run-tests.yml - Let's make this 3.
chick
2021-07-01 11:05:03 -07:00
1d6486f957
Use github actions for testing - Stripped down version from treadle - commented out several sections - delete travis test - fix run-tests.yml - Let's make this 3.
chick
2021-07-01 10:55:18 -07:00