Coder Social home page Coder Social logo

Comments (2)

leonardt avatar leonardt commented on August 15, 2024

Here is the output of the printer pass

{"top":"global.top",
"namespaces":{
  "global":{
    "modules":{
      "Op":{
        "type":["Record",[
          ["I0","BitIn"],
          ["I1","BitIn"],
          ["I2","BitIn"],
          ["O","Bit"]
        ]],
        "instances":{
          "inst0":{
            "modref":"global.and_wrapped"
          },
          "inst1":{
            "modref":"global.and_wrapped"
          },
          "inst2":{
            "modref":"global.and_wrapped"
          },
          "inst3":{
            "modref":"global.Or3xNone"
          }
        },
        "connections":[
          ["self.I0","inst0.I0"],
          ["self.I1","inst0.I1"],
          ["inst3.I0","inst0.O"],
          ["self.I1","inst1.I0"],
          ["self.I2","inst1.I1"],
          ["inst3.I1","inst1.O"],
          ["self.I2","inst2.I0"],
          ["self.I0","inst2.I1"],
          ["inst3.I2","inst2.O"],
          ["self.O","inst3.O"]
        ]
      },
      "Or3xNone":{
        "type":["Record",[
          ["I0","BitIn"],
          ["I1","BitIn"],
          ["I2","BitIn"],
          ["O","Bit"]
        ]],
        "instances":{
          "inst0":{
            "genref":"coreir.orr",
            "genargs":{"width":["Int",3]}
          }
        },
        "connections":[
          ["self.I0","inst0.in.0"],
          ["self.I1","inst0.in.1"],
          ["self.I2","inst0.in.2"],
          ["self.O","inst0.out"]
        ]
      },
      "and_wrapped":{
        "type":["Record",[
          ["I0","BitIn"],
          ["I1","BitIn"],
          ["O","Bit"]
        ]],
        "instances":{
          "inst0":{
            "modref":"corebit.and"
          }
        },
        "connections":[
          ["self.I0","inst0.in0"],
          ["self.I1","inst0.in1"],
          ["self.O","inst0.out"]
        ]
      },
      "fold_xor3None":{
        "type":["Record",[
          ["I0","BitIn"],
          ["I1","BitIn"],
          ["I2","BitIn"],
          ["O","Bit"]
        ]],
        "instances":{
          "inst0":{
            "modref":"global.xor_wrapped"
          },
          "inst1":{
            "modref":"global.xor_wrapped"
          }
        },
        "connections":[
          ["self.I0","inst0.I0"],
          ["self.I1","inst0.I1"],
          ["inst1.I0","inst0.O"],
          ["self.I2","inst1.I1"],
          ["self.O","inst1.O"]
        ]
      },
      "top":{
        "type":["Record",[
          ["I",["Array",16,"BitIn"]],
          ["O",["Array",5,"Bit"]]
        ]],
        "instances":{
          "popcount16":{
            "genref":"rosslib.PopCount",
            "genargs":{"width":["Int",16]}
          }
        },
        "connections":[
          ["self.I","popcount16.I"],
          ["self.O","popcount16.O"]
        ]
      },
      "xor_wrapped":{
        "type":["Record",[
          ["I0","BitIn"],
          ["I1","BitIn"],
          ["O","Bit"]
        ]],
        "instances":{
          "inst0":{
            "modref":"corebit.xor"
          }
        },
        "connections":[
          ["self.I0","inst0.in0"],
          ["self.I1","inst0.in1"],
          ["self.O","inst0.out"]
        ]
      }
    }
  }
}
}

from linker.

rdaly525 avatar rdaly525 commented on August 15, 2024

Fixed by removing cullgraph

from linker.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.