# barstools **Repository Path**: cnrv-ucb-bar/barstools ## Basic Information - **Project Name**: barstools - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: HEAD - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-05-18 - **Last Updated**: 2024-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # barstools Useful utilities for BAR projects Passes/Transforms that could be useful if added here: * Check that a module was de-duplicated. Useful for MIM CAD flows and currently done in python. Be sure to publish-local the following repositories: * ucb-bar/chisel-testers (requires ucb-bar/firrtl-interpreter) * ucb-bar/firrtl Example Usage: ``` sbt > compile > project tapeout > runMain barstools.tapeout.transforms.GenerateTop -i .fir -o .v --syn-top --harness-top ``` Building the macro compiler JAR: ``` $ sbt [...] [info] Set current project to root (in build file:/mnt/data/dev/barstools_pcad/) > project macros [info] Set current project to macros (in build file:/mnt/data/dev/barstools_pcad/) > assembly [...] [info] SHA-1: 77d4c759c825fd0ea93dfec26dbbb649f6cd5c89 [info] Packaging [...]/macros/target/scala-2.11/macros-assembly-0.1-SNAPSHOT.jar ... [info] Done packaging. [success] Total time: 28 s, completed Mar 21, 2018 2:28:34 PM ```