You are on page 1of 1

# # # # ) # e) # )

Define biochip size - should be defined first DIMENSION(#rows,#columns) Define Reservoirs INPUT([TOP/BOTTOM/LEFT/RIGHT],[dispense-row/dispense-col,],dispense-time OUTPUT([TOP/BOTTOM/LEFT/RIGHT],[dispense-row/dispense-col,],dispense-tim WASTE([TOP/BOTTOM/LEFT/RIGHT],[dispense-row/dispense-col,],dispense-time

# Define detector - consider atleast one cell guarding around detection lo cation and # leave at least one cell around it for routing and/or dispensing # DETECTOR(bottom-left-row,bottom-left-col,top-right-row,top-right-col, # detection-row,detection-col,detection-cycle) # # # Define clock - default value is set to 10 cycles/sec CLOCK(frequency) Architecture definition starts here

DIMENSION(10,10) INPUT(BOTTOM,5,1) INPUT(RIGHT,2,1) OUTPUT(TOP,4,1) WASTE(LEFT,4,1) DETECTOR(5,3,3,5,4,4,10) DETECTOR(9,2,7,4,8,3,10) DETECTOR(7,7,5,9,6,8,10) CLOCK(100)

You might also like