mirror of https://github.com/YosysHQ/yosys.git
More formatting undos'
This commit is contained in:
parent
9909049d2a
commit
ded7c9cb03
|
|
@ -301,7 +301,7 @@ struct SmtrModule {
|
||||||
}
|
}
|
||||||
|
|
||||||
void write(std::ostream &out)
|
void write(std::ostream &out)
|
||||||
{
|
{
|
||||||
SExprWriter w(out);
|
SExprWriter w(out);
|
||||||
|
|
||||||
input_struct.write_definition(w);
|
input_struct.write_definition(w);
|
||||||
|
|
@ -322,9 +322,8 @@ struct SmtrModule {
|
||||||
struct FunctionalSmtrBackend : public Backend {
|
struct FunctionalSmtrBackend : public Backend {
|
||||||
FunctionalSmtrBackend() : Backend("functional_rosette", "Generate Rosette compatible Racket from Functional IR") {}
|
FunctionalSmtrBackend() : Backend("functional_rosette", "Generate Rosette compatible Racket from Functional IR") {}
|
||||||
|
|
||||||
void help() override
|
void help() override {
|
||||||
{
|
// |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|
|
||||||
// |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|
|
|
||||||
log("\n");
|
log("\n");
|
||||||
log(" write_functional_rosette [options] [filename]\n");
|
log(" write_functional_rosette [options] [filename]\n");
|
||||||
log("\n");
|
log("\n");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue