Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MINT file failed to be generated correctly: "Warning in generating construction graph edges" #26

Open
ryu-bu opened this issue Apr 26, 2021 · 0 comments

Comments

@ryu-bu
Copy link
Collaborator

ryu-bu commented Apr 26, 2021

LFR code:

module antibiotic_resistance (
    finput A,
    foutput a_out
);
    storage [0:9] chamber;

    // send suspended cells to each chambers that contain different concentrations of antibiotics
    assign chamber[0:9] = A;

    // excess cells out
    assign a_out = A;

endmodule

Generated MINT file:

DEVICE antibiotic_resistance

LAYER FLOW 

PORT port_1 portRadius=2000 ;
PORT port_2 portRadius=2000 ;

 

END LAYER

Log:

['antibiotic_resistance.lfr']
output dir: out/
['antibiotic_resistance.lfr']
Initialized the lfrcompiler
LHS not equal to RHS
LHS, RHS sizes are equal
Name: A, Type : IOType.FLOW_INPUT Name: a_out, Type : IOType.FLOW_OUTPUT
Name : antibiotic_resistance
Name: A, Type : IOType.FLOW_INPUT
Name: a_out, Type : IOType.FLOW_OUTPUT

---Top of Stack---
---Bottom of Stack---
output: /home/ryu/CIDAR/LFR-TestCases/mars/out
output: /home/ryu/CIDAR/LFR-TestCases/mars/out/antibiotic_resistance.dot
Warning in generating Construction graph edges ! - Src `A` or Tar `chamber_0` not in the reverse-mapping of construction , under coverage issue
Warning in generating Construction graph edges ! - Src `A` or Tar `chamber_1` not in the reverse-mapping of construction , under coverage issue
Warning in generating Construction graph edges ! - Src `A` or Tar `chamber_2` not in the reverse-mapping of construction , under coverage issue
Warning in generating Construction graph edges ! - Src `A` or Tar `chamber_3` not in the reverse-mapping of construction , under coverage issue
Warning in generating Construction graph edges ! - Src `A` or Tar `chamber_4` not in the reverse-mapping of construction , under coverage issue
Warning in generating Construction graph edges ! - Src `A` or Tar `chamber_5` not in the reverse-mapping of construction , under coverage issue
Warning in generating Construction graph edges ! - Src `A` or Tar `chamber_6` not in the reverse-mapping of construction , under coverage issue
Warning in generating Construction graph edges ! - Src `A` or Tar `chamber_7` not in the reverse-mapping of construction , under coverage issue
Warning in generating Construction graph edges ! - Src `A` or Tar `chamber_8` not in the reverse-mapping of construction , under coverage issue
Warning in generating Construction graph edges ! - Src `A` or Tar `chamber_9` not in the reverse-mapping of construction , under coverage issue
Impement ConstructionGrpah:generate_flow_cn_edges method stub 
Impement ConstructionGrpah:generate_control_cn_edges method stub 
Implement the orphan io generation system
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant