You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
LFR code:
Generated MINT file:
Log:
The text was updated successfully, but these errors were encountered: