Implements M2 of the V2 roadmap: neural_processor_array.v instantiates
N_PROCESSORS independent neural_processor (M1) units, each with its
own dedicated point-to-point job/operand/result interface -- no shared
bus or mux at this level (arbitration is explicitly the Neural
Director's job, M5).
Verified with Verilator (tb_neural_processor_array.v, N_PROCESSORS=4):
7/7 tests pass, including a same-cycle 4-way concurrent launch with
different tile counts and a staggered-start test where a
later-launched, shorter job completes before an earlier-launched,
longer one -- confirming genuine independent concurrent execution
(§18/§34: a blocked/busy processor must not block the others).
Real resource/timing sweep for N_PROCESSORS in {1,2,4,8} (Yosys +
nextpnr-ecp5, real place&route): Fmax stays above the 80MHz target
throughout (159.11 -> 134.70 MHz), but MULT18X18D usage scales
linearly and reaches 88% of the LFE5U-45F's 72 DSPs at N=8 while
LUT/FF stay under 6% -- DSP, not LUT/FF/routing, is the first hard
ceiling on N_PROCESSORS at P_IN=8 (decisions.log DEC-0005). Measured
via a dedicated synthesis-only timing harness after the array's wide
per-processor buses were found to exhaust the device's TRELLIS_IO pin
budget as a bare top-level module beyond N=1 (errors.log ERR-0005) --
not a logic limit, an artifact of testing the array in isolation
before the Memory Manager/Director (M4/M5) exist to consume those
ports on-chip.
Full log trail (development/experiments/errors/decisions/simulation/
synthesis/timing/benchmark.log) in hardware/v2/logs/ per the project's
logging mandate.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_013xXuuRUWZScuo1DeYJxs3v
73381 lines
2.2 MiB
Plaintext
73381 lines
2.2 MiB
Plaintext
{
|
|
"creator": "Yosys 0.68+post (git sha1 c12172fbae8af5e20f6fb52e3d4e92d56ed587b6, Release, AppleClang clang++ 21.0.0.21000101)",
|
|
"modules": {
|
|
"$__ABC9_DELAY": {
|
|
"attributes": {
|
|
"abc9_box_id": "00000000000000000000000000000011",
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"abc9_box": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/abc9_model.v:2.1-7.10"
|
|
},
|
|
"parameter_default_values": {
|
|
"DELAY": "00000000000000000000000000000000"
|
|
},
|
|
"ports": {
|
|
"I": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"O": {
|
|
"direction": "output",
|
|
"bits": [ 3 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
"$specify$7159": {
|
|
"hide_name": 1,
|
|
"type": "$specify2",
|
|
"parameters": {
|
|
"DST_WIDTH": "00000000000000000000000000000001",
|
|
"FULL": "0",
|
|
"SRC_DST_PEN": "0",
|
|
"SRC_DST_POL": "0",
|
|
"SRC_WIDTH": "00000000000000000000000000000001",
|
|
"T_FALL_MAX": "00000000000000000000000000000000",
|
|
"T_FALL_MIN": "00000000000000000000000000000000",
|
|
"T_FALL_TYP": "00000000000000000000000000000000",
|
|
"T_RISE_MAX": "00000000000000000000000000000000",
|
|
"T_RISE_MIN": "00000000000000000000000000000000",
|
|
"T_RISE_TYP": "00000000000000000000000000000000"
|
|
},
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/abc9_model.v:5.5-5.22"
|
|
},
|
|
"port_directions": {
|
|
"DST": "input",
|
|
"EN": "input",
|
|
"SRC": "input"
|
|
},
|
|
"connections": {
|
|
"DST": [ 3 ],
|
|
"EN": [ "1" ],
|
|
"SRC": [ 2 ]
|
|
}
|
|
}
|
|
},
|
|
"netnames": {
|
|
"I": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/abc9_model.v:2.29-2.30"
|
|
}
|
|
},
|
|
"O": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/abc9_model.v:2.39-2.40"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"$__ABC9_SCC_BREAKER": {
|
|
"attributes": {
|
|
"dynports": "00000000000000000000000000000001",
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/abc9_model.v:9.1-11.10"
|
|
},
|
|
"parameter_default_values": {
|
|
"WIDTH": "00000000000000000000000000000000"
|
|
},
|
|
"ports": {
|
|
"I": {
|
|
"direction": "input",
|
|
"offset": -1,
|
|
"upto": 1,
|
|
"bits": [ 2, 3 ]
|
|
},
|
|
"O": {
|
|
"direction": "output",
|
|
"offset": -1,
|
|
"upto": 1,
|
|
"bits": [ 4, 5 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"I": {
|
|
"hide_name": 0,
|
|
"bits": [ 2, 3 ],
|
|
"offset": -1,
|
|
"upto": 1,
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/abc9_model.v:9.47-9.48"
|
|
}
|
|
},
|
|
"O": {
|
|
"hide_name": 0,
|
|
"bits": [ 4, 5 ],
|
|
"offset": -1,
|
|
"upto": 1,
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/abc9_model.v:9.69-9.70"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"$__DFF_N__$abc9_flop": {
|
|
"attributes": {
|
|
"abc9_box_id": "00000000000000000000000000000010",
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"abc9_flop": "00000000000000000000000000000001",
|
|
"abc9_box": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/abc9_model.v:14.1-20.10"
|
|
},
|
|
"ports": {
|
|
"C": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"D": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"Q": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"n1": {
|
|
"direction": "output",
|
|
"bits": [ 5 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"C": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/abc9_model.v:14.36-14.37"
|
|
}
|
|
},
|
|
"D": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/abc9_model.v:14.39-14.40"
|
|
}
|
|
},
|
|
"Q": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/abc9_model.v:14.42-14.43"
|
|
}
|
|
},
|
|
"n1": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/abc9_model.v:14.52-14.54"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"$__DFF_P__$abc9_flop": {
|
|
"attributes": {
|
|
"abc9_box_id": "00000000000000000000000000000001",
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"abc9_flop": "00000000000000000000000000000001",
|
|
"abc9_box": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/abc9_model.v:23.1-29.10"
|
|
},
|
|
"ports": {
|
|
"C": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"D": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"Q": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"n1": {
|
|
"direction": "output",
|
|
"bits": [ 5 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"C": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/abc9_model.v:23.36-23.37"
|
|
}
|
|
},
|
|
"D": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/abc9_model.v:23.39-23.40"
|
|
}
|
|
},
|
|
"Q": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/abc9_model.v:23.42-23.43"
|
|
}
|
|
},
|
|
"n1": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/abc9_model.v:23.52-23.54"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"$paramod$838872d5a4bab89607f53482b205c0fd50d8b82e\\CCU2C": {
|
|
"attributes": {
|
|
"abc9_box_id": "00000000000000000000000000000100",
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"hdlname": "CCU2C",
|
|
"abc9_box": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:3.1-61.10"
|
|
},
|
|
"parameter_default_values": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"ports": {
|
|
"CIN": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"A0": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"B0": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"C0": {
|
|
"direction": "input",
|
|
"bits": [ 5 ]
|
|
},
|
|
"D0": {
|
|
"direction": "input",
|
|
"bits": [ 6 ]
|
|
},
|
|
"A1": {
|
|
"direction": "input",
|
|
"bits": [ 7 ]
|
|
},
|
|
"B1": {
|
|
"direction": "input",
|
|
"bits": [ 8 ]
|
|
},
|
|
"C1": {
|
|
"direction": "input",
|
|
"bits": [ 9 ]
|
|
},
|
|
"D1": {
|
|
"direction": "input",
|
|
"bits": [ 10 ]
|
|
},
|
|
"S0": {
|
|
"direction": "output",
|
|
"bits": [ 11 ]
|
|
},
|
|
"S1": {
|
|
"direction": "output",
|
|
"bits": [ 12 ]
|
|
},
|
|
"COUT": {
|
|
"direction": "output",
|
|
"bits": [ 13 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"A0": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:6.9-6.11"
|
|
}
|
|
},
|
|
"A1": {
|
|
"hide_name": 0,
|
|
"bits": [ 7 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:6.25-6.27"
|
|
}
|
|
},
|
|
"B0": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:6.13-6.15"
|
|
}
|
|
},
|
|
"B1": {
|
|
"hide_name": 0,
|
|
"bits": [ 8 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:6.29-6.31"
|
|
}
|
|
},
|
|
"C0": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:6.17-6.19"
|
|
}
|
|
},
|
|
"C1": {
|
|
"hide_name": 0,
|
|
"bits": [ 9 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:6.33-6.35"
|
|
}
|
|
},
|
|
"CIN": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:5.9-5.12"
|
|
}
|
|
},
|
|
"COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 13 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"D0": {
|
|
"hide_name": 0,
|
|
"bits": [ 6 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:6.21-6.23"
|
|
}
|
|
},
|
|
"D1": {
|
|
"hide_name": 0,
|
|
"bits": [ 10 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:6.37-6.39"
|
|
}
|
|
},
|
|
"S0": {
|
|
"hide_name": 0,
|
|
"bits": [ 11 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:7.9-7.11"
|
|
}
|
|
},
|
|
"S1": {
|
|
"hide_name": 0,
|
|
"bits": [ 12 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:7.13-7.15"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"$paramod\\neural_processor_array\\N_PROCESSORS=s32'00000000000000000000000000000010": {
|
|
"attributes": {
|
|
"hdlname": "neural_processor_array",
|
|
"dynports": "00000000000000000000000000000001",
|
|
"top": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor_array.v:24.1-90.10"
|
|
},
|
|
"parameter_default_values": {
|
|
"ACC_WIDTH": "00000000000000000000000000100000",
|
|
"DATA_WIDTH": "00000000000000000000000000001000",
|
|
"N_PROCESSORS": "00000000000000000000000000000010",
|
|
"P_IN": "00000000000000000000000000001000"
|
|
},
|
|
"ports": {
|
|
"clk": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"rst": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"job_valid": {
|
|
"direction": "input",
|
|
"bits": [ 4, 5 ]
|
|
},
|
|
"job_ready": {
|
|
"direction": "output",
|
|
"bits": [ 6, 7 ]
|
|
},
|
|
"job_node_id": {
|
|
"direction": "input",
|
|
"bits": [ 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39 ]
|
|
},
|
|
"job_bias": {
|
|
"direction": "input",
|
|
"signed": 1,
|
|
"bits": [ 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55 ]
|
|
},
|
|
"job_activation": {
|
|
"direction": "input",
|
|
"bits": [ 56, 57, 58, 59 ]
|
|
},
|
|
"operand_valid": {
|
|
"direction": "input",
|
|
"bits": [ 60, 61 ]
|
|
},
|
|
"operand_ready": {
|
|
"direction": "output",
|
|
"bits": [ 62, 63 ]
|
|
},
|
|
"input_data": {
|
|
"direction": "input",
|
|
"signed": 1,
|
|
"bits": [ 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191 ]
|
|
},
|
|
"weight_data": {
|
|
"direction": "input",
|
|
"signed": 1,
|
|
"bits": [ 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319 ]
|
|
},
|
|
"tile_last": {
|
|
"direction": "input",
|
|
"bits": [ 320, 321 ]
|
|
},
|
|
"result_valid": {
|
|
"direction": "output",
|
|
"bits": [ 322, 323 ]
|
|
},
|
|
"result_ready": {
|
|
"direction": "input",
|
|
"bits": [ 324, 325 ]
|
|
},
|
|
"result_data": {
|
|
"direction": "output",
|
|
"signed": 1,
|
|
"bits": [ 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341 ]
|
|
},
|
|
"result_node_id": {
|
|
"direction": "output",
|
|
"bits": [ 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373 ]
|
|
},
|
|
"np_state": {
|
|
"direction": "output",
|
|
"bits": [ 374, 375, 376, "0", 377, 378, 379, "0" ]
|
|
},
|
|
"np_error": {
|
|
"direction": "output",
|
|
"bits": [ "0", "0" ]
|
|
}
|
|
},
|
|
"cells": {
|
|
"GEN_NP[0].u_np": {
|
|
"hide_name": 0,
|
|
"type": "$scopeinfo",
|
|
"parameters": {
|
|
"TYPE": "module"
|
|
},
|
|
"attributes": {
|
|
"cell_src": "hardware/v2/rtl/neural_processor_array.v:62.15-85.14",
|
|
"module": "$paramod$c0193c7ec190759e8025e35dead4531c56eb80a9\\neural_processor",
|
|
"module_dynports": "00000000000000000000000000000001",
|
|
"module_hdlname": "neural_processor",
|
|
"module_src": "hardware/v2/rtl/neural_processor.v:29.1-382.10"
|
|
},
|
|
"port_directions": {
|
|
},
|
|
"connections": {
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.acc_reg_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 380 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 381 ],
|
|
"LSR": [ 382 ],
|
|
"Q": [ 383 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.acc_reg_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 380 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 384 ],
|
|
"LSR": [ 382 ],
|
|
"Q": [ 385 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.acc_reg_TRELLIS_FF_Q_10": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 380 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 386 ],
|
|
"LSR": [ 382 ],
|
|
"Q": [ 387 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.acc_reg_TRELLIS_FF_Q_11": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 380 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 388 ],
|
|
"LSR": [ 382 ],
|
|
"Q": [ 389 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.acc_reg_TRELLIS_FF_Q_12": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 380 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 390 ],
|
|
"LSR": [ 382 ],
|
|
"Q": [ 391 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.acc_reg_TRELLIS_FF_Q_13": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 380 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 392 ],
|
|
"LSR": [ 382 ],
|
|
"Q": [ 393 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.acc_reg_TRELLIS_FF_Q_14": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 380 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 394 ],
|
|
"LSR": [ 382 ],
|
|
"Q": [ 395 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.acc_reg_TRELLIS_FF_Q_15": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 380 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 396 ],
|
|
"LSR": [ 382 ],
|
|
"Q": [ 397 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.acc_reg_TRELLIS_FF_Q_16": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 380 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 398 ],
|
|
"LSR": [ 382 ],
|
|
"Q": [ 399 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.acc_reg_TRELLIS_FF_Q_17": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 380 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 400 ],
|
|
"LSR": [ 382 ],
|
|
"Q": [ 401 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.acc_reg_TRELLIS_FF_Q_18": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 380 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 402 ],
|
|
"LSR": [ 382 ],
|
|
"Q": [ 403 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.acc_reg_TRELLIS_FF_Q_19": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 380 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 404 ],
|
|
"LSR": [ 382 ],
|
|
"Q": [ 405 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.acc_reg_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 380 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 406 ],
|
|
"LSR": [ 382 ],
|
|
"Q": [ 407 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.acc_reg_TRELLIS_FF_Q_20": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 380 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 408 ],
|
|
"LSR": [ 382 ],
|
|
"Q": [ 409 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.acc_reg_TRELLIS_FF_Q_21": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 380 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 410 ],
|
|
"LSR": [ 382 ],
|
|
"Q": [ 411 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.acc_reg_TRELLIS_FF_Q_22": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 380 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 412 ],
|
|
"LSR": [ 382 ],
|
|
"Q": [ 413 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.acc_reg_TRELLIS_FF_Q_23": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 380 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 414 ],
|
|
"LSR": [ 382 ],
|
|
"Q": [ 415 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.acc_reg_TRELLIS_FF_Q_24": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 380 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 416 ],
|
|
"LSR": [ 382 ],
|
|
"Q": [ 417 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.acc_reg_TRELLIS_FF_Q_25": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 380 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 418 ],
|
|
"LSR": [ 382 ],
|
|
"Q": [ 419 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.acc_reg_TRELLIS_FF_Q_26": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 380 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 420 ],
|
|
"LSR": [ 382 ],
|
|
"Q": [ 421 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.acc_reg_TRELLIS_FF_Q_27": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 380 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 422 ],
|
|
"LSR": [ 382 ],
|
|
"Q": [ 423 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.acc_reg_TRELLIS_FF_Q_28": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 380 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 424 ],
|
|
"LSR": [ 382 ],
|
|
"Q": [ 425 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.acc_reg_TRELLIS_FF_Q_29": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 380 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 426 ],
|
|
"LSR": [ 382 ],
|
|
"Q": [ 427 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.acc_reg_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 380 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 428 ],
|
|
"LSR": [ 382 ],
|
|
"Q": [ 429 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.acc_reg_TRELLIS_FF_Q_30": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 380 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 430 ],
|
|
"LSR": [ 382 ],
|
|
"Q": [ 431 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.acc_reg_TRELLIS_FF_Q_31": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 380 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 432 ],
|
|
"LSR": [ 382 ],
|
|
"Q": [ 433 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.acc_reg_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 380 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 434 ],
|
|
"LSR": [ 382 ],
|
|
"Q": [ 435 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.acc_reg_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 380 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 436 ],
|
|
"LSR": [ 382 ],
|
|
"Q": [ 437 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.acc_reg_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 380 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 438 ],
|
|
"LSR": [ 382 ],
|
|
"Q": [ 439 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.acc_reg_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 380 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 440 ],
|
|
"LSR": [ 382 ],
|
|
"Q": [ 441 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.acc_reg_TRELLIS_FF_Q_8": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 380 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 442 ],
|
|
"LSR": [ 382 ],
|
|
"Q": [ 443 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.acc_reg_TRELLIS_FF_Q_9": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 380 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 444 ],
|
|
"LSR": [ 382 ],
|
|
"Q": [ 445 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0100010001001100"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:134.39-135.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 446 ],
|
|
"B": [ 447 ],
|
|
"C": [ 448 ],
|
|
"D": [ 449 ],
|
|
"Z": [ 450 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_1": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000000000001111"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:119.33-120.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ "0" ],
|
|
"C": [ 448 ],
|
|
"D": [ 449 ],
|
|
"Z": [ 451 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT": {
|
|
"hide_name": 0,
|
|
"type": "PFUMX",
|
|
"parameters": {
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:138.19-138.63"
|
|
},
|
|
"port_directions": {
|
|
"ALUT": "input",
|
|
"BLUT": "input",
|
|
"C0": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"ALUT": [ 452 ],
|
|
"BLUT": [ 450 ],
|
|
"C0": [ 453 ],
|
|
"Z": [ 454 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_ALUT_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000000011111111"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:136.39-137.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ "0" ],
|
|
"C": [ "0" ],
|
|
"D": [ 446 ],
|
|
"Z": [ 452 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000000001111111"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:128.32-129.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 455 ],
|
|
"B": [ 456 ],
|
|
"C": [ 457 ],
|
|
"D": [ 458 ],
|
|
"Z": [ 453 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z": {
|
|
"hide_name": 0,
|
|
"type": "L6MUX21",
|
|
"parameters": {
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:154.21-154.62"
|
|
},
|
|
"port_directions": {
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"SD": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"D0": [ 459 ],
|
|
"D1": [ 460 ],
|
|
"SD": [ 461 ],
|
|
"Z": [ 458 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_D0_PFUMX_Z": {
|
|
"hide_name": 0,
|
|
"type": "PFUMX",
|
|
"parameters": {
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:152.19-152.65"
|
|
},
|
|
"port_directions": {
|
|
"ALUT": "input",
|
|
"BLUT": "input",
|
|
"C0": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"ALUT": [ 462 ],
|
|
"BLUT": [ 463 ],
|
|
"C0": [ 464 ],
|
|
"Z": [ 459 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_D0_PFUMX_Z_ALUT_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:144.39-145.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ "0" ],
|
|
"C": [ "0" ],
|
|
"D": [ "0" ],
|
|
"Z": [ 462 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_D0_PFUMX_Z_BLUT_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:142.39-143.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ "0" ],
|
|
"C": [ "0" ],
|
|
"D": [ "0" ],
|
|
"Z": [ 463 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_D1_PFUMX_Z": {
|
|
"hide_name": 0,
|
|
"type": "PFUMX",
|
|
"parameters": {
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:153.19-153.65"
|
|
},
|
|
"port_directions": {
|
|
"ALUT": "input",
|
|
"BLUT": "input",
|
|
"C0": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"ALUT": [ 465 ],
|
|
"BLUT": [ 466 ],
|
|
"C0": [ 464 ],
|
|
"Z": [ 460 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_D1_PFUMX_Z_ALUT_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0001000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:149.39-150.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 467 ],
|
|
"B": [ 468 ],
|
|
"C": [ 469 ],
|
|
"D": [ 470 ],
|
|
"Z": [ 465 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_D1_PFUMX_Z_BLUT_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:147.39-148.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ "0" ],
|
|
"C": [ "0" ],
|
|
"D": [ "0" ],
|
|
"Z": [ 466 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_SD_L6MUX21_Z": {
|
|
"hide_name": 0,
|
|
"type": "L6MUX21",
|
|
"parameters": {
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:154.21-154.62"
|
|
},
|
|
"port_directions": {
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"SD": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"D0": [ 471 ],
|
|
"D1": [ 472 ],
|
|
"SD": [ 473 ],
|
|
"Z": [ 464 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_SD_L6MUX21_Z_1": {
|
|
"hide_name": 0,
|
|
"type": "L6MUX21",
|
|
"parameters": {
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:184.21-184.63"
|
|
},
|
|
"port_directions": {
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"SD": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"D0": [ 474 ],
|
|
"D1": [ 475 ],
|
|
"SD": [ 476 ],
|
|
"Z": [ 461 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_SD_L6MUX21_Z_1_D0_L6MUX21_Z": {
|
|
"hide_name": 0,
|
|
"type": "L6MUX21",
|
|
"parameters": {
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:182.21-182.64"
|
|
},
|
|
"port_directions": {
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"SD": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"D0": [ 477 ],
|
|
"D1": [ 478 ],
|
|
"SD": [ 479 ],
|
|
"Z": [ 474 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_SD_L6MUX21_Z_1_D0_L6MUX21_Z_D0_PFUMX_Z": {
|
|
"hide_name": 0,
|
|
"type": "PFUMX",
|
|
"parameters": {
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:178.19-178.65"
|
|
},
|
|
"port_directions": {
|
|
"ALUT": "input",
|
|
"BLUT": "input",
|
|
"C0": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"ALUT": [ 480 ],
|
|
"BLUT": [ 481 ],
|
|
"C0": [ 482 ],
|
|
"Z": [ 477 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_SD_L6MUX21_Z_1_D0_L6MUX21_Z_D0_PFUMX_Z_ALUT_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:160.39-161.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ "0" ],
|
|
"C": [ "0" ],
|
|
"D": [ "0" ],
|
|
"Z": [ 480 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_SD_L6MUX21_Z_1_D0_L6MUX21_Z_D0_PFUMX_Z_BLUT_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:158.39-159.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ "0" ],
|
|
"C": [ "0" ],
|
|
"D": [ "0" ],
|
|
"Z": [ 481 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_SD_L6MUX21_Z_1_D0_L6MUX21_Z_D1_PFUMX_Z": {
|
|
"hide_name": 0,
|
|
"type": "PFUMX",
|
|
"parameters": {
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:179.19-179.65"
|
|
},
|
|
"port_directions": {
|
|
"ALUT": "input",
|
|
"BLUT": "input",
|
|
"C0": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"ALUT": [ 483 ],
|
|
"BLUT": [ 484 ],
|
|
"C0": [ 482 ],
|
|
"Z": [ 478 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_SD_L6MUX21_Z_1_D0_L6MUX21_Z_D1_PFUMX_Z_ALUT_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:165.39-166.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ "0" ],
|
|
"C": [ "0" ],
|
|
"D": [ "0" ],
|
|
"Z": [ 483 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_SD_L6MUX21_Z_1_D0_L6MUX21_Z_D1_PFUMX_Z_BLUT_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:163.39-164.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ "0" ],
|
|
"C": [ "0" ],
|
|
"D": [ "0" ],
|
|
"Z": [ 484 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_SD_L6MUX21_Z_1_D1_L6MUX21_Z": {
|
|
"hide_name": 0,
|
|
"type": "L6MUX21",
|
|
"parameters": {
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:183.21-183.64"
|
|
},
|
|
"port_directions": {
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"SD": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"D0": [ 485 ],
|
|
"D1": [ 486 ],
|
|
"SD": [ 479 ],
|
|
"Z": [ 475 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_SD_L6MUX21_Z_1_D1_L6MUX21_Z_D0_PFUMX_Z": {
|
|
"hide_name": 0,
|
|
"type": "PFUMX",
|
|
"parameters": {
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:180.19-180.65"
|
|
},
|
|
"port_directions": {
|
|
"ALUT": "input",
|
|
"BLUT": "input",
|
|
"C0": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"ALUT": [ 487 ],
|
|
"BLUT": [ 488 ],
|
|
"C0": [ 482 ],
|
|
"Z": [ 485 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_SD_L6MUX21_Z_1_D1_L6MUX21_Z_D0_PFUMX_Z_ALUT_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:170.39-171.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ "0" ],
|
|
"C": [ "0" ],
|
|
"D": [ "0" ],
|
|
"Z": [ 487 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_SD_L6MUX21_Z_1_D1_L6MUX21_Z_D0_PFUMX_Z_BLUT_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000000000000001"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:168.39-169.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 489 ],
|
|
"B": [ 490 ],
|
|
"C": [ 491 ],
|
|
"D": [ 492 ],
|
|
"Z": [ 488 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_SD_L6MUX21_Z_1_D1_L6MUX21_Z_D1_PFUMX_Z": {
|
|
"hide_name": 0,
|
|
"type": "PFUMX",
|
|
"parameters": {
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:181.19-181.65"
|
|
},
|
|
"port_directions": {
|
|
"ALUT": "input",
|
|
"BLUT": "input",
|
|
"C0": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"ALUT": [ 493 ],
|
|
"BLUT": [ 494 ],
|
|
"C0": [ 482 ],
|
|
"Z": [ 486 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_SD_L6MUX21_Z_1_D1_L6MUX21_Z_D1_PFUMX_Z_ALUT_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:175.41-176.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ "0" ],
|
|
"C": [ "0" ],
|
|
"D": [ "0" ],
|
|
"Z": [ 493 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_SD_L6MUX21_Z_1_D1_L6MUX21_Z_D1_PFUMX_Z_BLUT_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:173.41-174.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ "0" ],
|
|
"C": [ "0" ],
|
|
"D": [ "0" ],
|
|
"Z": [ 494 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_SD_L6MUX21_Z_1_SD_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000000000000001"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:128.32-129.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 446 ],
|
|
"B": [ 495 ],
|
|
"C": [ 496 ],
|
|
"D": [ 497 ],
|
|
"Z": [ 476 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_SD_L6MUX21_Z_D0_PFUMX_Z": {
|
|
"hide_name": 0,
|
|
"type": "PFUMX",
|
|
"parameters": {
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:152.19-152.65"
|
|
},
|
|
"port_directions": {
|
|
"ALUT": "input",
|
|
"BLUT": "input",
|
|
"C0": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"ALUT": [ 498 ],
|
|
"BLUT": [ 499 ],
|
|
"C0": [ 500 ],
|
|
"Z": [ 471 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_SD_L6MUX21_Z_D0_PFUMX_Z_ALUT_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:144.39-145.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ "0" ],
|
|
"C": [ "0" ],
|
|
"D": [ "0" ],
|
|
"Z": [ 498 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_SD_L6MUX21_Z_D0_PFUMX_Z_BLUT_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000000000000001"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:142.39-143.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 501 ],
|
|
"B": [ 502 ],
|
|
"C": [ 503 ],
|
|
"D": [ 504 ],
|
|
"Z": [ 499 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_SD_L6MUX21_Z_D1_PFUMX_Z": {
|
|
"hide_name": 0,
|
|
"type": "PFUMX",
|
|
"parameters": {
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:153.19-153.65"
|
|
},
|
|
"port_directions": {
|
|
"ALUT": "input",
|
|
"BLUT": "input",
|
|
"C0": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"ALUT": [ 505 ],
|
|
"BLUT": [ 506 ],
|
|
"C0": [ 500 ],
|
|
"Z": [ 472 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_SD_L6MUX21_Z_D1_PFUMX_Z_ALUT_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:149.39-150.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ "0" ],
|
|
"C": [ "0" ],
|
|
"D": [ "0" ],
|
|
"Z": [ 505 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_SD_L6MUX21_Z_D1_PFUMX_Z_BLUT_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:147.39-148.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ "0" ],
|
|
"C": [ "0" ],
|
|
"D": [ "0" ],
|
|
"Z": [ 506 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_SD_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000000000000011"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:124.33-125.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ 507 ],
|
|
"C": [ 508 ],
|
|
"D": [ 509 ],
|
|
"Z": [ 469 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_SD_LUT4_Z_1": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000000000000001"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:128.32-129.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 510 ],
|
|
"B": [ 511 ],
|
|
"C": [ 512 ],
|
|
"D": [ 513 ],
|
|
"Z": [ 470 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "1000000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:128.32-129.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 504 ],
|
|
"B": [ 500 ],
|
|
"C": [ 514 ],
|
|
"D": [ 515 ],
|
|
"Z": [ 457 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_LUT4_Z_1": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "1111000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:119.33-120.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ "0" ],
|
|
"C": [ 511 ],
|
|
"D": [ 491 ],
|
|
"Z": [ 455 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_LUT4_Z_D_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "1000000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:128.32-129.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 502 ],
|
|
"B": [ 496 ],
|
|
"C": [ 497 ],
|
|
"D": [ 503 ],
|
|
"Z": [ 514 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_LUT4_Z_D_PFUMX_Z": {
|
|
"hide_name": 0,
|
|
"type": "PFUMX",
|
|
"parameters": {
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:138.19-138.63"
|
|
},
|
|
"port_directions": {
|
|
"ALUT": "input",
|
|
"BLUT": "input",
|
|
"C0": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"ALUT": [ 516 ],
|
|
"BLUT": [ 517 ],
|
|
"C0": [ 468 ],
|
|
"Z": [ 515 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_LUT4_Z_D_PFUMX_Z_ALUT_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "1000000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:136.39-137.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 446 ],
|
|
"B": [ 495 ],
|
|
"C": [ 501 ],
|
|
"D": [ 467 ],
|
|
"Z": [ 516 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_LUT4_Z_D_PFUMX_Z_BLUT_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:134.39-135.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ "0" ],
|
|
"C": [ "0" ],
|
|
"D": [ "0" ],
|
|
"Z": [ 517 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_PFUMX_Z": {
|
|
"hide_name": 0,
|
|
"type": "PFUMX",
|
|
"parameters": {
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:138.19-138.63"
|
|
},
|
|
"port_directions": {
|
|
"ALUT": "input",
|
|
"BLUT": "input",
|
|
"C0": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"ALUT": [ 518 ],
|
|
"BLUT": [ 519 ],
|
|
"C0": [ 520 ],
|
|
"Z": [ 456 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_PFUMX_Z_ALUT_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "1000000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:136.39-137.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 479 ],
|
|
"B": [ 509 ],
|
|
"C": [ 521 ],
|
|
"D": [ 522 ],
|
|
"Z": [ 518 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_PFUMX_Z_BLUT_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:134.39-135.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ "0" ],
|
|
"C": [ "0" ],
|
|
"D": [ "0" ],
|
|
"Z": [ 519 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_PFUMX_Z_C0_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "1000000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:128.32-129.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 473 ],
|
|
"B": [ 489 ],
|
|
"C": [ 490 ],
|
|
"D": [ 510 ],
|
|
"Z": [ 522 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_PFUMX_Z_C0_LUT4_Z_1": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "1111000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:119.33-120.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ "0" ],
|
|
"C": [ 512 ],
|
|
"D": [ 513 ],
|
|
"Z": [ 521 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_PFUMX_Z_C0_LUT4_Z_2": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "1000000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:128.32-129.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 492 ],
|
|
"B": [ 507 ],
|
|
"C": [ 508 ],
|
|
"D": [ 482 ],
|
|
"Z": [ 520 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_Z_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0101010111000100"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:128.32-129.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 446 ],
|
|
"B": [ 523 ],
|
|
"C": [ 451 ],
|
|
"D": [ 453 ],
|
|
"Z": [ 524 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_Z_LUT4_Z_1": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "1111000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:119.33-120.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ "0" ],
|
|
"C": [ 446 ],
|
|
"D": [ 451 ],
|
|
"Z": [ 525 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_Z_LUT4_Z_2": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0101010111000100"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:128.32-129.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 446 ],
|
|
"B": [ 526 ],
|
|
"C": [ 451 ],
|
|
"D": [ 453 ],
|
|
"Z": [ 527 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_Z_LUT4_Z_3": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0101010111000100"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:128.32-129.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 446 ],
|
|
"B": [ 528 ],
|
|
"C": [ 451 ],
|
|
"D": [ 453 ],
|
|
"Z": [ 529 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_Z_LUT4_Z_4": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0101010111000100"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:128.32-129.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 446 ],
|
|
"B": [ 530 ],
|
|
"C": [ 451 ],
|
|
"D": [ 453 ],
|
|
"Z": [ 531 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_Z_LUT4_Z_5": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0101010111000100"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:128.32-129.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 446 ],
|
|
"B": [ 532 ],
|
|
"C": [ 451 ],
|
|
"D": [ 453 ],
|
|
"Z": [ 533 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_Z_LUT4_Z_6": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0101010111000100"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:128.32-129.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 446 ],
|
|
"B": [ 534 ],
|
|
"C": [ 451 ],
|
|
"D": [ 453 ],
|
|
"Z": [ 535 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "SET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:84.168-84.227"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 536 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 56 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 449 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 536 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 57 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 448 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.bias_reg_CCU2C_A1": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 537 ],
|
|
"A1": [ 538 ],
|
|
"B0": [ 413 ],
|
|
"B1": [ 415 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 539 ],
|
|
"COUT": [ 540 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 541 ],
|
|
"S1": [ 542 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 543 ],
|
|
"A1": [ 543 ],
|
|
"B0": [ 389 ],
|
|
"B1": [ 391 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 544 ],
|
|
"COUT": [ 545 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 546 ],
|
|
"S1": [ 547 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_1": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 543 ],
|
|
"A1": [ 543 ],
|
|
"B0": [ 405 ],
|
|
"B1": [ 409 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 548 ],
|
|
"COUT": [ 549 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 550 ],
|
|
"S1": [ 551 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_10": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 543 ],
|
|
"A1": [ 543 ],
|
|
"B0": [ 441 ],
|
|
"B1": [ 443 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 552 ],
|
|
"COUT": [ 553 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 554 ],
|
|
"S1": [ 555 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_11": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 543 ],
|
|
"A1": [ 543 ],
|
|
"B0": [ 445 ],
|
|
"B1": [ 387 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 553 ],
|
|
"COUT": [ 544 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 556 ],
|
|
"S1": [ 557 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_12": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 543 ],
|
|
"A1": [ 543 ],
|
|
"B0": [ 393 ],
|
|
"B1": [ 395 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 545 ],
|
|
"COUT": [ 558 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 559 ],
|
|
"S1": [ 560 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_13": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 543 ],
|
|
"A1": [ 543 ],
|
|
"B0": [ 397 ],
|
|
"B1": [ 399 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 558 ],
|
|
"COUT": [ 561 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 562 ],
|
|
"S1": [ 563 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_14": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 543 ],
|
|
"A1": [ 543 ],
|
|
"B0": [ 401 ],
|
|
"B1": [ 403 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 561 ],
|
|
"COUT": [ 548 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 564 ],
|
|
"S1": [ 565 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_2": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 566 ],
|
|
"A1": [ 567 ],
|
|
"B0": [ 385 ],
|
|
"B1": [ 411 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ "0" ],
|
|
"COUT": [ 539 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 568 ],
|
|
"S1": [ 569 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_3": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 570 ],
|
|
"A1": [ 571 ],
|
|
"B0": [ 417 ],
|
|
"B1": [ 419 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 540 ],
|
|
"COUT": [ 572 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 573 ],
|
|
"S1": [ 574 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_4": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 575 ],
|
|
"A1": [ 543 ],
|
|
"B0": [ 421 ],
|
|
"B1": [ 423 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 572 ],
|
|
"COUT": [ 576 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 577 ],
|
|
"S1": [ 578 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_5": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 543 ],
|
|
"A1": [ 543 ],
|
|
"B0": [ 425 ],
|
|
"B1": [ 427 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 576 ],
|
|
"COUT": [ 579 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 580 ],
|
|
"S1": [ 581 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_6": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 543 ],
|
|
"A1": [ 543 ],
|
|
"B0": [ 431 ],
|
|
"B1": [ 433 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 579 ],
|
|
"COUT": [ 582 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 583 ],
|
|
"S1": [ 584 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_7": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 543 ],
|
|
"A1": [ 543 ],
|
|
"B0": [ 383 ],
|
|
"B1": [ 407 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 582 ],
|
|
"COUT": [ 585 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 586 ],
|
|
"S1": [ 587 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_8": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 543 ],
|
|
"A1": [ 543 ],
|
|
"B0": [ 429 ],
|
|
"B1": [ 435 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 585 ],
|
|
"COUT": [ 588 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 589 ],
|
|
"S1": [ 590 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_9": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 543 ],
|
|
"A1": [ 543 ],
|
|
"B0": [ 437 ],
|
|
"B1": [ 439 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 588 ],
|
|
"COUT": [ 552 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 591 ],
|
|
"S1": [ 592 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.bias_reg_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 536 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 40 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 566 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.bias_reg_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 536 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 41 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 567 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.bias_reg_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 536 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 42 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 537 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.bias_reg_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 536 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 43 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 538 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.bias_reg_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 536 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 44 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 570 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.bias_reg_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 536 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 45 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 571 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.bias_reg_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 536 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 46 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 575 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.bias_reg_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 536 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 47 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 543 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.final_acc_reg_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 568 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 523 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.final_acc_reg_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 587 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 491 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.final_acc_reg_TRELLIS_FF_Q_10": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 546 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 468 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.final_acc_reg_TRELLIS_FF_Q_11": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 547 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 467 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.final_acc_reg_TRELLIS_FF_Q_12": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 559 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 504 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.final_acc_reg_TRELLIS_FF_Q_13": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 560 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 503 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.final_acc_reg_TRELLIS_FF_Q_14": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 562 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 497 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.final_acc_reg_TRELLIS_FF_Q_15": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 563 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 496 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.final_acc_reg_TRELLIS_FF_Q_16": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 564 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 502 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.final_acc_reg_TRELLIS_FF_Q_17": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 569 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 532 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.final_acc_reg_TRELLIS_FF_Q_18": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 541 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 526 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.final_acc_reg_TRELLIS_FF_Q_19": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 542 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 530 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.final_acc_reg_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 589 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 513 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.final_acc_reg_TRELLIS_FF_Q_20": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 573 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 528 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.final_acc_reg_TRELLIS_FF_Q_21": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 574 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 447 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.final_acc_reg_TRELLIS_FF_Q_22": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 577 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 534 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.final_acc_reg_TRELLIS_FF_Q_23": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 578 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 509 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.final_acc_reg_TRELLIS_FF_Q_24": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 580 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 479 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.final_acc_reg_TRELLIS_FF_Q_25": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 581 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 482 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.final_acc_reg_TRELLIS_FF_Q_26": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 583 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 508 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.final_acc_reg_TRELLIS_FF_Q_27": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 584 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 507 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.final_acc_reg_TRELLIS_FF_Q_28": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 586 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 492 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.final_acc_reg_TRELLIS_FF_Q_29": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 565 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 501 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.final_acc_reg_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 590 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 512 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.final_acc_reg_TRELLIS_FF_Q_30": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 550 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 495 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.final_acc_reg_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 591 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 511 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.final_acc_reg_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 592 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 510 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.final_acc_reg_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 554 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 490 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.final_acc_reg_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 555 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 489 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.final_acc_reg_TRELLIS_FF_Q_8": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 556 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 473 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.final_acc_reg_TRELLIS_FF_Q_9": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 557 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 500 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.final_acc_sign_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 551 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 446 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.job_ready_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "1100000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:124.33-125.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ 593 ],
|
|
"C": [ 594 ],
|
|
"D": [ 595 ],
|
|
"Z": [ 6 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.last0_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:68.164-68.215"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 320 ],
|
|
"LSR": [ 596 ],
|
|
"Q": [ 597 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.last0_TRELLIS_FF_Q_LSR_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000000011111111"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:114.33-115.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ "0" ],
|
|
"C": [ "0" ],
|
|
"D": [ 598 ],
|
|
"Z": [ 596 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.last1_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:68.164-68.215"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 597 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 599 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.last5_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:68.164-68.215"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 600 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 601 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.last6_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:68.164-68.215"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 601 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 602 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.last_tree_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:181.13-189.16|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:68.164-68.215"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 599 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 603 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.last_tree_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:181.13-189.16|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:68.164-68.215"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 603 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 604 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.last_tree_out_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:181.13-189.16|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:68.164-68.215"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 604 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 600 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.node_id_reg_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 536 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 8 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 605 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.node_id_reg_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 536 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 9 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 606 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.node_id_reg_TRELLIS_FF_Q_10": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 536 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 18 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 607 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.node_id_reg_TRELLIS_FF_Q_11": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 536 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 19 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 608 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.node_id_reg_TRELLIS_FF_Q_12": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 536 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 20 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 609 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.node_id_reg_TRELLIS_FF_Q_13": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 536 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 21 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 610 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.node_id_reg_TRELLIS_FF_Q_14": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 536 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 22 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 611 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.node_id_reg_TRELLIS_FF_Q_15": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 536 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 23 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 612 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.node_id_reg_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 536 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 10 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 613 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.node_id_reg_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 536 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 11 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 614 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.node_id_reg_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 536 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 12 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 615 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.node_id_reg_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 536 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 13 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 616 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.node_id_reg_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 536 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 14 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 617 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.node_id_reg_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 536 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 15 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 618 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.node_id_reg_TRELLIS_FF_Q_8": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 536 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 16 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 619 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.node_id_reg_TRELLIS_FF_Q_9": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 536 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 17 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 620 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.np_state_LUT4_C": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "1111111100010000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:128.32-129.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 376 ],
|
|
"B": [ 375 ],
|
|
"C": [ 374 ],
|
|
"D": [ 3 ],
|
|
"Z": [ 382 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.np_state_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 621 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 622 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 375 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.np_state_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 621 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 623 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 376 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.np_state_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 621 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 624 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 374 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.np_state_TRELLIS_FF_Q_DI_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "1111000011001100"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:124.33-125.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ 376 ],
|
|
"C": [ 375 ],
|
|
"D": [ 374 ],
|
|
"Z": [ 623 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.np_state_TRELLIS_FF_Q_DI_LUT4_Z_1": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000000000111111"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:124.33-125.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ 376 ],
|
|
"C": [ 375 ],
|
|
"D": [ 374 ],
|
|
"Z": [ 624 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.np_state_TRELLIS_FF_Q_DI_LUT4_Z_2": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "1100001111110000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:124.33-125.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ 376 ],
|
|
"C": [ 375 ],
|
|
"D": [ 374 ],
|
|
"Z": [ 622 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.operand_ready_LUT4_D": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "1111000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:119.33-120.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ "0" ],
|
|
"C": [ 60 ],
|
|
"D": [ 62 ],
|
|
"Z": [ 625 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.operand_ready_LUT4_D_Z_LUT4_D": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000111100000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:119.33-120.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ "0" ],
|
|
"C": [ 3 ],
|
|
"D": [ 625 ],
|
|
"Z": [ 598 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.operand_ready_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000000000110000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:124.33-125.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ 376 ],
|
|
"C": [ 375 ],
|
|
"D": [ 374 ],
|
|
"Z": [ 62 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[0]_CCU2C_B0": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 626 ],
|
|
"A1": [ "0" ],
|
|
"B0": [ 627 ],
|
|
"B1": [ "0" ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 628 ],
|
|
"COUT": [ 629 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 630 ],
|
|
"S1": [ 631 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[0]_CCU2C_B0_S0_CCU2C_S1": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 632 ],
|
|
"A1": [ 633 ],
|
|
"B0": [ 634 ],
|
|
"B1": [ 635 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ "0" ],
|
|
"COUT": [ 636 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 637 ],
|
|
"S1": [ 638 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[0]_CCU2C_B0_S0_CCU2C_S1_1": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 639 ],
|
|
"A1": [ 640 ],
|
|
"B0": [ 641 ],
|
|
"B1": [ 642 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 643 ],
|
|
"COUT": [ 644 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 645 ],
|
|
"S1": [ 646 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[0]_CCU2C_B0_S0_CCU2C_S1_2": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 647 ],
|
|
"A1": [ 648 ],
|
|
"B0": [ 649 ],
|
|
"B1": [ 650 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 644 ],
|
|
"COUT": [ 651 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 652 ],
|
|
"S1": [ 653 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[0]_CCU2C_B0_S0_CCU2C_S1_3": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 654 ],
|
|
"A1": [ 655 ],
|
|
"B0": [ 656 ],
|
|
"B1": [ 657 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 651 ],
|
|
"COUT": [ 658 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 659 ],
|
|
"S1": [ 660 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[0]_CCU2C_B0_S0_CCU2C_S1_4": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 661 ],
|
|
"A1": [ 662 ],
|
|
"B0": [ 663 ],
|
|
"B1": [ 664 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 665 ],
|
|
"COUT": [ 666 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 667 ],
|
|
"S1": [ 668 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[0]_CCU2C_B0_S0_CCU2C_S1_5": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 669 ],
|
|
"A1": [ 626 ],
|
|
"B0": [ 670 ],
|
|
"B1": [ 627 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 666 ],
|
|
"COUT": [ 628 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 671 ],
|
|
"S1": [ 672 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[0]_CCU2C_B0_S0_CCU2C_S1_6": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 673 ],
|
|
"A1": [ 674 ],
|
|
"B0": [ 675 ],
|
|
"B1": [ 676 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 658 ],
|
|
"COUT": [ 665 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 677 ],
|
|
"S1": [ 678 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[0]_CCU2C_B0_S0_CCU2C_S1_7": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 679 ],
|
|
"A1": [ 680 ],
|
|
"B0": [ 681 ],
|
|
"B1": [ 682 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 636 ],
|
|
"COUT": [ 643 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 683 ],
|
|
"S1": [ 684 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[0]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 685 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 634 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[0]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 686 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 635 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[0]_TRELLIS_FF_Q_10": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 687 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 675 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[0]_TRELLIS_FF_Q_11": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 688 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 676 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[0]_TRELLIS_FF_Q_12": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 689 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 663 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[0]_TRELLIS_FF_Q_13": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 690 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 664 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[0]_TRELLIS_FF_Q_14": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 691 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 670 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[0]_TRELLIS_FF_Q_15": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 692 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 627 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[0]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 693 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 681 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[0]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 694 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 682 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[0]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 695 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 641 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[0]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 696 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 642 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[0]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 697 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 649 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[0]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 698 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 650 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[0]_TRELLIS_FF_Q_8": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 699 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 656 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[0]_TRELLIS_FF_Q_9": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 700 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 657 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[1]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 701 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 632 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[1]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 702 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 633 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[1]_TRELLIS_FF_Q_10": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 703 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 673 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[1]_TRELLIS_FF_Q_11": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 704 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 674 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[1]_TRELLIS_FF_Q_12": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 705 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 661 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[1]_TRELLIS_FF_Q_13": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 706 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 662 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[1]_TRELLIS_FF_Q_14": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 707 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 669 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[1]_TRELLIS_FF_Q_15": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 708 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 626 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[1]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 709 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 679 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[1]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 710 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 680 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[1]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 711 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 639 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[1]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 712 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 640 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[1]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 713 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 647 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[1]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 714 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 648 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[1]_TRELLIS_FF_Q_8": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 715 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 654 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[1]_TRELLIS_FF_Q_9": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 716 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 655 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[2]_CCU2C_B0": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 717 ],
|
|
"A1": [ "0" ],
|
|
"B0": [ 718 ],
|
|
"B1": [ "0" ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 719 ],
|
|
"COUT": [ 720 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 721 ],
|
|
"S1": [ 722 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[2]_CCU2C_B0_S0_CCU2C_S1": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 723 ],
|
|
"A1": [ 724 ],
|
|
"B0": [ 725 ],
|
|
"B1": [ 726 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ "0" ],
|
|
"COUT": [ 727 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 728 ],
|
|
"S1": [ 729 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[2]_CCU2C_B0_S0_CCU2C_S1_1": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 730 ],
|
|
"A1": [ 731 ],
|
|
"B0": [ 732 ],
|
|
"B1": [ 733 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 727 ],
|
|
"COUT": [ 734 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 735 ],
|
|
"S1": [ 736 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[2]_CCU2C_B0_S0_CCU2C_S1_2": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 737 ],
|
|
"A1": [ 738 ],
|
|
"B0": [ 739 ],
|
|
"B1": [ 740 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 734 ],
|
|
"COUT": [ 741 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 742 ],
|
|
"S1": [ 743 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[2]_CCU2C_B0_S0_CCU2C_S1_3": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 744 ],
|
|
"A1": [ 745 ],
|
|
"B0": [ 746 ],
|
|
"B1": [ 747 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 741 ],
|
|
"COUT": [ 748 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 749 ],
|
|
"S1": [ 750 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[2]_CCU2C_B0_S0_CCU2C_S1_4": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 751 ],
|
|
"A1": [ 752 ],
|
|
"B0": [ 753 ],
|
|
"B1": [ 754 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 755 ],
|
|
"COUT": [ 756 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 757 ],
|
|
"S1": [ 758 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[2]_CCU2C_B0_S0_CCU2C_S1_5": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 759 ],
|
|
"A1": [ 717 ],
|
|
"B0": [ 760 ],
|
|
"B1": [ 718 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 761 ],
|
|
"COUT": [ 719 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 762 ],
|
|
"S1": [ 763 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[2]_CCU2C_B0_S0_CCU2C_S1_6": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 764 ],
|
|
"A1": [ 765 ],
|
|
"B0": [ 766 ],
|
|
"B1": [ 767 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 756 ],
|
|
"COUT": [ 761 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 768 ],
|
|
"S1": [ 769 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[2]_CCU2C_B0_S0_CCU2C_S1_7": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 770 ],
|
|
"A1": [ 771 ],
|
|
"B0": [ 772 ],
|
|
"B1": [ 773 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 748 ],
|
|
"COUT": [ 755 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 774 ],
|
|
"S1": [ 775 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[2]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 776 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 725 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[2]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 777 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 726 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[2]_TRELLIS_FF_Q_10": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 778 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 753 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[2]_TRELLIS_FF_Q_11": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 779 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 754 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[2]_TRELLIS_FF_Q_12": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 780 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 766 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[2]_TRELLIS_FF_Q_13": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 781 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 767 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[2]_TRELLIS_FF_Q_14": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 782 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 760 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[2]_TRELLIS_FF_Q_15": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 783 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 718 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[2]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 784 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 732 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[2]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 785 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 733 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[2]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 786 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 739 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[2]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 787 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 740 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[2]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 788 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 746 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[2]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 789 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 747 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[2]_TRELLIS_FF_Q_8": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 790 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 772 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[2]_TRELLIS_FF_Q_9": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 791 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 773 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[3]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 792 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 723 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[3]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 793 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 771 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[3]_TRELLIS_FF_Q_10": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 794 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 764 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[3]_TRELLIS_FF_Q_11": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 795 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 765 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[3]_TRELLIS_FF_Q_12": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 796 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 759 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[3]_TRELLIS_FF_Q_13": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 797 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 717 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[3]_TRELLIS_FF_Q_14": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 798 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 770 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[3]_TRELLIS_FF_Q_15": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 799 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 752 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[3]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 800 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 751 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[3]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 801 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 737 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[3]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 802 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 744 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[3]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 803 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 745 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[3]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 804 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 738 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[3]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 805 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 724 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[3]_TRELLIS_FF_Q_8": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 806 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 730 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[3]_TRELLIS_FF_Q_9": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 807 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 731 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[4]_CCU2C_B0": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 808 ],
|
|
"A1": [ "0" ],
|
|
"B0": [ 809 ],
|
|
"B1": [ "0" ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 810 ],
|
|
"COUT": [ 811 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 812 ],
|
|
"S1": [ 813 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[4]_CCU2C_B0_S0_CCU2C_S1": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 814 ],
|
|
"A1": [ 815 ],
|
|
"B0": [ 816 ],
|
|
"B1": [ 817 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 818 ],
|
|
"COUT": [ 819 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 820 ],
|
|
"S1": [ 821 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[4]_CCU2C_B0_S0_CCU2C_S1_1": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 822 ],
|
|
"A1": [ 823 ],
|
|
"B0": [ 824 ],
|
|
"B1": [ 825 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 819 ],
|
|
"COUT": [ 826 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 827 ],
|
|
"S1": [ 828 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[4]_CCU2C_B0_S0_CCU2C_S1_2": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 829 ],
|
|
"A1": [ 830 ],
|
|
"B0": [ 831 ],
|
|
"B1": [ 832 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 833 ],
|
|
"COUT": [ 834 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 835 ],
|
|
"S1": [ 836 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[4]_CCU2C_B0_S0_CCU2C_S1_3": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 837 ],
|
|
"A1": [ 838 ],
|
|
"B0": [ 839 ],
|
|
"B1": [ 840 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 834 ],
|
|
"COUT": [ 841 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 842 ],
|
|
"S1": [ 843 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[4]_CCU2C_B0_S0_CCU2C_S1_4": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 844 ],
|
|
"A1": [ 808 ],
|
|
"B0": [ 845 ],
|
|
"B1": [ 809 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 846 ],
|
|
"COUT": [ 810 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 847 ],
|
|
"S1": [ 848 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[4]_CCU2C_B0_S0_CCU2C_S1_5": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 849 ],
|
|
"A1": [ 850 ],
|
|
"B0": [ 851 ],
|
|
"B1": [ 852 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 841 ],
|
|
"COUT": [ 846 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 853 ],
|
|
"S1": [ 854 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[4]_CCU2C_B0_S0_CCU2C_S1_6": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 855 ],
|
|
"A1": [ 856 ],
|
|
"B0": [ 857 ],
|
|
"B1": [ 858 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 826 ],
|
|
"COUT": [ 833 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 859 ],
|
|
"S1": [ 860 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[4]_CCU2C_B0_S0_CCU2C_S1_7": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 861 ],
|
|
"A1": [ 862 ],
|
|
"B0": [ 863 ],
|
|
"B1": [ 864 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ "0" ],
|
|
"COUT": [ 818 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 865 ],
|
|
"S1": [ 866 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[4]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 867 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 863 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[4]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 868 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 851 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[4]_TRELLIS_FF_Q_10": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 869 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 832 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[4]_TRELLIS_FF_Q_11": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 870 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 816 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[4]_TRELLIS_FF_Q_12": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 871 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 825 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[4]_TRELLIS_FF_Q_13": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 872 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 857 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[4]_TRELLIS_FF_Q_14": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 873 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 864 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[4]_TRELLIS_FF_Q_15": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 874 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 840 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[4]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 875 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 852 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[4]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 876 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 845 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[4]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 877 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 817 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[4]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 878 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 809 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[4]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 879 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 824 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[4]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 880 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 839 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[4]_TRELLIS_FF_Q_8": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 881 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 831 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[4]_TRELLIS_FF_Q_9": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 882 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 858 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[5]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 883 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 861 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[5]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 884 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 814 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[5]_TRELLIS_FF_Q_10": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 885 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 838 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[5]_TRELLIS_FF_Q_11": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 886 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 849 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[5]_TRELLIS_FF_Q_12": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 887 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 850 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[5]_TRELLIS_FF_Q_13": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 888 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 844 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[5]_TRELLIS_FF_Q_14": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 889 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 808 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[5]_TRELLIS_FF_Q_15": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 890 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 862 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[5]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 891 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 815 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[5]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 892 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 822 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[5]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 893 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 823 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[5]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 894 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 855 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[5]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 895 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 856 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[5]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 896 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 829 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[5]_TRELLIS_FF_Q_8": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 897 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 830 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[5]_TRELLIS_FF_Q_9": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 898 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 837 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[6]_CCU2C_B0": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 899 ],
|
|
"A1": [ "0" ],
|
|
"B0": [ 900 ],
|
|
"B1": [ "0" ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 901 ],
|
|
"COUT": [ 902 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 903 ],
|
|
"S1": [ 904 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[6]_CCU2C_B0_S0_CCU2C_S1": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 905 ],
|
|
"A1": [ 906 ],
|
|
"B0": [ 907 ],
|
|
"B1": [ 908 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ "0" ],
|
|
"COUT": [ 909 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 910 ],
|
|
"S1": [ 911 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[6]_CCU2C_B0_S0_CCU2C_S1_1": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 912 ],
|
|
"A1": [ 913 ],
|
|
"B0": [ 914 ],
|
|
"B1": [ 915 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 909 ],
|
|
"COUT": [ 916 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 917 ],
|
|
"S1": [ 918 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[6]_CCU2C_B0_S0_CCU2C_S1_2": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 919 ],
|
|
"A1": [ 920 ],
|
|
"B0": [ 921 ],
|
|
"B1": [ 922 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 923 ],
|
|
"COUT": [ 924 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 925 ],
|
|
"S1": [ 926 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[6]_CCU2C_B0_S0_CCU2C_S1_3": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 927 ],
|
|
"A1": [ 928 ],
|
|
"B0": [ 929 ],
|
|
"B1": [ 930 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 924 ],
|
|
"COUT": [ 931 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 932 ],
|
|
"S1": [ 933 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[6]_CCU2C_B0_S0_CCU2C_S1_4": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 934 ],
|
|
"A1": [ 935 ],
|
|
"B0": [ 936 ],
|
|
"B1": [ 937 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 938 ],
|
|
"COUT": [ 939 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 940 ],
|
|
"S1": [ 941 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[6]_CCU2C_B0_S0_CCU2C_S1_5": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 942 ],
|
|
"A1": [ 899 ],
|
|
"B0": [ 943 ],
|
|
"B1": [ 900 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 939 ],
|
|
"COUT": [ 901 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 944 ],
|
|
"S1": [ 945 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[6]_CCU2C_B0_S0_CCU2C_S1_6": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 946 ],
|
|
"A1": [ 947 ],
|
|
"B0": [ 948 ],
|
|
"B1": [ 949 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 931 ],
|
|
"COUT": [ 938 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 950 ],
|
|
"S1": [ 951 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[6]_CCU2C_B0_S0_CCU2C_S1_7": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 952 ],
|
|
"A1": [ 953 ],
|
|
"B0": [ 954 ],
|
|
"B1": [ 955 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 916 ],
|
|
"COUT": [ 923 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 956 ],
|
|
"S1": [ 957 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[6]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 958 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 907 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[6]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 959 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 908 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[6]_TRELLIS_FF_Q_10": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 960 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 948 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[6]_TRELLIS_FF_Q_11": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 961 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 949 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[6]_TRELLIS_FF_Q_12": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 962 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 936 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[6]_TRELLIS_FF_Q_13": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 963 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 937 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[6]_TRELLIS_FF_Q_14": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 964 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 943 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[6]_TRELLIS_FF_Q_15": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 965 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 900 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[6]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 966 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 914 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[6]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 967 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 915 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[6]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 968 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 954 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[6]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 969 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 955 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[6]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 970 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 921 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[6]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 971 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 922 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[6]_TRELLIS_FF_Q_8": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 972 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 929 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[6]_TRELLIS_FF_Q_9": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 973 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 930 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[7]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 974 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 905 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[7]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 975 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 906 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[7]_TRELLIS_FF_Q_10": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 976 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 946 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[7]_TRELLIS_FF_Q_11": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 977 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 947 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[7]_TRELLIS_FF_Q_12": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 978 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 934 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[7]_TRELLIS_FF_Q_13": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 979 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 935 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[7]_TRELLIS_FF_Q_14": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 980 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 942 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[7]_TRELLIS_FF_Q_15": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 981 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 899 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[7]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 982 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 913 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[7]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 983 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 912 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[7]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 984 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 952 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[7]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 985 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 953 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[7]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 986 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 919 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[7]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 987 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 920 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[7]_TRELLIS_FF_Q_8": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 988 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 927 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[7]_TRELLIS_FF_Q_9": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 989 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 928 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.product_comb[0]_MULT18X18D_P9": {
|
|
"hide_name": 0,
|
|
"type": "MULT18X18D",
|
|
"parameters": {
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:139.39-139.54|/opt/homebrew/bin/../share/yosys/mul2dsp.v:255.6-259.5|/opt/homebrew/bin/../share/yosys/lattice/dsp_map_18x18.v:9.13-16.3"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"A10": "input",
|
|
"A11": "input",
|
|
"A12": "input",
|
|
"A13": "input",
|
|
"A14": "input",
|
|
"A15": "input",
|
|
"A16": "input",
|
|
"A17": "input",
|
|
"A2": "input",
|
|
"A3": "input",
|
|
"A4": "input",
|
|
"A5": "input",
|
|
"A6": "input",
|
|
"A7": "input",
|
|
"A8": "input",
|
|
"A9": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"B10": "input",
|
|
"B11": "input",
|
|
"B12": "input",
|
|
"B13": "input",
|
|
"B14": "input",
|
|
"B15": "input",
|
|
"B16": "input",
|
|
"B17": "input",
|
|
"B2": "input",
|
|
"B3": "input",
|
|
"B4": "input",
|
|
"B5": "input",
|
|
"B6": "input",
|
|
"B7": "input",
|
|
"B8": "input",
|
|
"B9": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"C10": "input",
|
|
"C11": "input",
|
|
"C12": "input",
|
|
"C13": "input",
|
|
"C14": "input",
|
|
"C15": "input",
|
|
"C16": "input",
|
|
"C17": "input",
|
|
"C2": "input",
|
|
"C3": "input",
|
|
"C4": "input",
|
|
"C5": "input",
|
|
"C6": "input",
|
|
"C7": "input",
|
|
"C8": "input",
|
|
"C9": "input",
|
|
"P0": "output",
|
|
"P1": "output",
|
|
"P10": "output",
|
|
"P11": "output",
|
|
"P12": "output",
|
|
"P13": "output",
|
|
"P14": "output",
|
|
"P15": "output",
|
|
"P16": "output",
|
|
"P17": "output",
|
|
"P18": "output",
|
|
"P19": "output",
|
|
"P2": "output",
|
|
"P20": "output",
|
|
"P21": "output",
|
|
"P22": "output",
|
|
"P23": "output",
|
|
"P24": "output",
|
|
"P25": "output",
|
|
"P26": "output",
|
|
"P27": "output",
|
|
"P28": "output",
|
|
"P29": "output",
|
|
"P3": "output",
|
|
"P30": "output",
|
|
"P31": "output",
|
|
"P32": "output",
|
|
"P33": "output",
|
|
"P34": "output",
|
|
"P35": "output",
|
|
"P4": "output",
|
|
"P5": "output",
|
|
"P6": "output",
|
|
"P7": "output",
|
|
"P8": "output",
|
|
"P9": "output",
|
|
"SIGNEDA": "input",
|
|
"SIGNEDB": "input",
|
|
"SOURCEA": "input",
|
|
"SOURCEB": "input"
|
|
},
|
|
"connections": {
|
|
"A0": [ 990 ],
|
|
"A1": [ 991 ],
|
|
"A10": [ 992 ],
|
|
"A11": [ 992 ],
|
|
"A12": [ 992 ],
|
|
"A13": [ 992 ],
|
|
"A14": [ 992 ],
|
|
"A15": [ 992 ],
|
|
"A16": [ 992 ],
|
|
"A17": [ 992 ],
|
|
"A2": [ 993 ],
|
|
"A3": [ 994 ],
|
|
"A4": [ 995 ],
|
|
"A5": [ 996 ],
|
|
"A6": [ 997 ],
|
|
"A7": [ 992 ],
|
|
"A8": [ 992 ],
|
|
"A9": [ 992 ],
|
|
"B0": [ 998 ],
|
|
"B1": [ 999 ],
|
|
"B10": [ 1000 ],
|
|
"B11": [ 1000 ],
|
|
"B12": [ 1000 ],
|
|
"B13": [ 1000 ],
|
|
"B14": [ 1000 ],
|
|
"B15": [ 1000 ],
|
|
"B16": [ 1000 ],
|
|
"B17": [ 1000 ],
|
|
"B2": [ 1001 ],
|
|
"B3": [ 1002 ],
|
|
"B4": [ 1003 ],
|
|
"B5": [ 1004 ],
|
|
"B6": [ 1005 ],
|
|
"B7": [ 1000 ],
|
|
"B8": [ 1000 ],
|
|
"B9": [ 1000 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"C10": [ "0" ],
|
|
"C11": [ "0" ],
|
|
"C12": [ "0" ],
|
|
"C13": [ "0" ],
|
|
"C14": [ "0" ],
|
|
"C15": [ "0" ],
|
|
"C16": [ "0" ],
|
|
"C17": [ "0" ],
|
|
"C2": [ "0" ],
|
|
"C3": [ "0" ],
|
|
"C4": [ "0" ],
|
|
"C5": [ "0" ],
|
|
"C6": [ "0" ],
|
|
"C7": [ "0" ],
|
|
"C8": [ "0" ],
|
|
"C9": [ "0" ],
|
|
"P0": [ 685 ],
|
|
"P1": [ 686 ],
|
|
"P10": [ 687 ],
|
|
"P11": [ 688 ],
|
|
"P12": [ 689 ],
|
|
"P13": [ 690 ],
|
|
"P14": [ 691 ],
|
|
"P15": [ 692 ],
|
|
"P16": [ 1006 ],
|
|
"P17": [ 1007 ],
|
|
"P18": [ 1008 ],
|
|
"P19": [ 1009 ],
|
|
"P2": [ 693 ],
|
|
"P20": [ 1010 ],
|
|
"P21": [ 1011 ],
|
|
"P22": [ 1012 ],
|
|
"P23": [ 1013 ],
|
|
"P24": [ 1014 ],
|
|
"P25": [ 1015 ],
|
|
"P26": [ 1016 ],
|
|
"P27": [ 1017 ],
|
|
"P28": [ 1018 ],
|
|
"P29": [ 1019 ],
|
|
"P3": [ 694 ],
|
|
"P30": [ 1020 ],
|
|
"P31": [ 1021 ],
|
|
"P32": [ 1022 ],
|
|
"P33": [ 1023 ],
|
|
"P34": [ 1024 ],
|
|
"P35": [ 1025 ],
|
|
"P4": [ 695 ],
|
|
"P5": [ 696 ],
|
|
"P6": [ 697 ],
|
|
"P7": [ 698 ],
|
|
"P8": [ 699 ],
|
|
"P9": [ 700 ],
|
|
"SIGNEDA": [ "1" ],
|
|
"SIGNEDB": [ "1" ],
|
|
"SOURCEA": [ "0" ],
|
|
"SOURCEB": [ "0" ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.product_comb[1]_MULT18X18D_P9": {
|
|
"hide_name": 0,
|
|
"type": "MULT18X18D",
|
|
"parameters": {
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:139.39-139.54|/opt/homebrew/bin/../share/yosys/mul2dsp.v:255.6-259.5|/opt/homebrew/bin/../share/yosys/lattice/dsp_map_18x18.v:9.13-16.3"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"A10": "input",
|
|
"A11": "input",
|
|
"A12": "input",
|
|
"A13": "input",
|
|
"A14": "input",
|
|
"A15": "input",
|
|
"A16": "input",
|
|
"A17": "input",
|
|
"A2": "input",
|
|
"A3": "input",
|
|
"A4": "input",
|
|
"A5": "input",
|
|
"A6": "input",
|
|
"A7": "input",
|
|
"A8": "input",
|
|
"A9": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"B10": "input",
|
|
"B11": "input",
|
|
"B12": "input",
|
|
"B13": "input",
|
|
"B14": "input",
|
|
"B15": "input",
|
|
"B16": "input",
|
|
"B17": "input",
|
|
"B2": "input",
|
|
"B3": "input",
|
|
"B4": "input",
|
|
"B5": "input",
|
|
"B6": "input",
|
|
"B7": "input",
|
|
"B8": "input",
|
|
"B9": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"C10": "input",
|
|
"C11": "input",
|
|
"C12": "input",
|
|
"C13": "input",
|
|
"C14": "input",
|
|
"C15": "input",
|
|
"C16": "input",
|
|
"C17": "input",
|
|
"C2": "input",
|
|
"C3": "input",
|
|
"C4": "input",
|
|
"C5": "input",
|
|
"C6": "input",
|
|
"C7": "input",
|
|
"C8": "input",
|
|
"C9": "input",
|
|
"P0": "output",
|
|
"P1": "output",
|
|
"P10": "output",
|
|
"P11": "output",
|
|
"P12": "output",
|
|
"P13": "output",
|
|
"P14": "output",
|
|
"P15": "output",
|
|
"P16": "output",
|
|
"P17": "output",
|
|
"P18": "output",
|
|
"P19": "output",
|
|
"P2": "output",
|
|
"P20": "output",
|
|
"P21": "output",
|
|
"P22": "output",
|
|
"P23": "output",
|
|
"P24": "output",
|
|
"P25": "output",
|
|
"P26": "output",
|
|
"P27": "output",
|
|
"P28": "output",
|
|
"P29": "output",
|
|
"P3": "output",
|
|
"P30": "output",
|
|
"P31": "output",
|
|
"P32": "output",
|
|
"P33": "output",
|
|
"P34": "output",
|
|
"P35": "output",
|
|
"P4": "output",
|
|
"P5": "output",
|
|
"P6": "output",
|
|
"P7": "output",
|
|
"P8": "output",
|
|
"P9": "output",
|
|
"SIGNEDA": "input",
|
|
"SIGNEDB": "input",
|
|
"SOURCEA": "input",
|
|
"SOURCEB": "input"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1026 ],
|
|
"A1": [ 1027 ],
|
|
"A10": [ 1028 ],
|
|
"A11": [ 1028 ],
|
|
"A12": [ 1028 ],
|
|
"A13": [ 1028 ],
|
|
"A14": [ 1028 ],
|
|
"A15": [ 1028 ],
|
|
"A16": [ 1028 ],
|
|
"A17": [ 1028 ],
|
|
"A2": [ 1029 ],
|
|
"A3": [ 1030 ],
|
|
"A4": [ 1031 ],
|
|
"A5": [ 1032 ],
|
|
"A6": [ 1033 ],
|
|
"A7": [ 1028 ],
|
|
"A8": [ 1028 ],
|
|
"A9": [ 1028 ],
|
|
"B0": [ 1034 ],
|
|
"B1": [ 1035 ],
|
|
"B10": [ 1036 ],
|
|
"B11": [ 1036 ],
|
|
"B12": [ 1036 ],
|
|
"B13": [ 1036 ],
|
|
"B14": [ 1036 ],
|
|
"B15": [ 1036 ],
|
|
"B16": [ 1036 ],
|
|
"B17": [ 1036 ],
|
|
"B2": [ 1037 ],
|
|
"B3": [ 1038 ],
|
|
"B4": [ 1039 ],
|
|
"B5": [ 1040 ],
|
|
"B6": [ 1041 ],
|
|
"B7": [ 1036 ],
|
|
"B8": [ 1036 ],
|
|
"B9": [ 1036 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"C10": [ "0" ],
|
|
"C11": [ "0" ],
|
|
"C12": [ "0" ],
|
|
"C13": [ "0" ],
|
|
"C14": [ "0" ],
|
|
"C15": [ "0" ],
|
|
"C16": [ "0" ],
|
|
"C17": [ "0" ],
|
|
"C2": [ "0" ],
|
|
"C3": [ "0" ],
|
|
"C4": [ "0" ],
|
|
"C5": [ "0" ],
|
|
"C6": [ "0" ],
|
|
"C7": [ "0" ],
|
|
"C8": [ "0" ],
|
|
"C9": [ "0" ],
|
|
"P0": [ 701 ],
|
|
"P1": [ 702 ],
|
|
"P10": [ 703 ],
|
|
"P11": [ 704 ],
|
|
"P12": [ 705 ],
|
|
"P13": [ 706 ],
|
|
"P14": [ 707 ],
|
|
"P15": [ 708 ],
|
|
"P16": [ 1042 ],
|
|
"P17": [ 1043 ],
|
|
"P18": [ 1044 ],
|
|
"P19": [ 1045 ],
|
|
"P2": [ 709 ],
|
|
"P20": [ 1046 ],
|
|
"P21": [ 1047 ],
|
|
"P22": [ 1048 ],
|
|
"P23": [ 1049 ],
|
|
"P24": [ 1050 ],
|
|
"P25": [ 1051 ],
|
|
"P26": [ 1052 ],
|
|
"P27": [ 1053 ],
|
|
"P28": [ 1054 ],
|
|
"P29": [ 1055 ],
|
|
"P3": [ 710 ],
|
|
"P30": [ 1056 ],
|
|
"P31": [ 1057 ],
|
|
"P32": [ 1058 ],
|
|
"P33": [ 1059 ],
|
|
"P34": [ 1060 ],
|
|
"P35": [ 1061 ],
|
|
"P4": [ 711 ],
|
|
"P5": [ 712 ],
|
|
"P6": [ 713 ],
|
|
"P7": [ 714 ],
|
|
"P8": [ 715 ],
|
|
"P9": [ 716 ],
|
|
"SIGNEDA": [ "1" ],
|
|
"SIGNEDB": [ "1" ],
|
|
"SOURCEA": [ "0" ],
|
|
"SOURCEB": [ "0" ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.product_comb[2]_MULT18X18D_P9": {
|
|
"hide_name": 0,
|
|
"type": "MULT18X18D",
|
|
"parameters": {
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:139.39-139.54|/opt/homebrew/bin/../share/yosys/mul2dsp.v:255.6-259.5|/opt/homebrew/bin/../share/yosys/lattice/dsp_map_18x18.v:9.13-16.3"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"A10": "input",
|
|
"A11": "input",
|
|
"A12": "input",
|
|
"A13": "input",
|
|
"A14": "input",
|
|
"A15": "input",
|
|
"A16": "input",
|
|
"A17": "input",
|
|
"A2": "input",
|
|
"A3": "input",
|
|
"A4": "input",
|
|
"A5": "input",
|
|
"A6": "input",
|
|
"A7": "input",
|
|
"A8": "input",
|
|
"A9": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"B10": "input",
|
|
"B11": "input",
|
|
"B12": "input",
|
|
"B13": "input",
|
|
"B14": "input",
|
|
"B15": "input",
|
|
"B16": "input",
|
|
"B17": "input",
|
|
"B2": "input",
|
|
"B3": "input",
|
|
"B4": "input",
|
|
"B5": "input",
|
|
"B6": "input",
|
|
"B7": "input",
|
|
"B8": "input",
|
|
"B9": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"C10": "input",
|
|
"C11": "input",
|
|
"C12": "input",
|
|
"C13": "input",
|
|
"C14": "input",
|
|
"C15": "input",
|
|
"C16": "input",
|
|
"C17": "input",
|
|
"C2": "input",
|
|
"C3": "input",
|
|
"C4": "input",
|
|
"C5": "input",
|
|
"C6": "input",
|
|
"C7": "input",
|
|
"C8": "input",
|
|
"C9": "input",
|
|
"P0": "output",
|
|
"P1": "output",
|
|
"P10": "output",
|
|
"P11": "output",
|
|
"P12": "output",
|
|
"P13": "output",
|
|
"P14": "output",
|
|
"P15": "output",
|
|
"P16": "output",
|
|
"P17": "output",
|
|
"P18": "output",
|
|
"P19": "output",
|
|
"P2": "output",
|
|
"P20": "output",
|
|
"P21": "output",
|
|
"P22": "output",
|
|
"P23": "output",
|
|
"P24": "output",
|
|
"P25": "output",
|
|
"P26": "output",
|
|
"P27": "output",
|
|
"P28": "output",
|
|
"P29": "output",
|
|
"P3": "output",
|
|
"P30": "output",
|
|
"P31": "output",
|
|
"P32": "output",
|
|
"P33": "output",
|
|
"P34": "output",
|
|
"P35": "output",
|
|
"P4": "output",
|
|
"P5": "output",
|
|
"P6": "output",
|
|
"P7": "output",
|
|
"P8": "output",
|
|
"P9": "output",
|
|
"SIGNEDA": "input",
|
|
"SIGNEDB": "input",
|
|
"SOURCEA": "input",
|
|
"SOURCEB": "input"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1062 ],
|
|
"A1": [ 1063 ],
|
|
"A10": [ 1064 ],
|
|
"A11": [ 1064 ],
|
|
"A12": [ 1064 ],
|
|
"A13": [ 1064 ],
|
|
"A14": [ 1064 ],
|
|
"A15": [ 1064 ],
|
|
"A16": [ 1064 ],
|
|
"A17": [ 1064 ],
|
|
"A2": [ 1065 ],
|
|
"A3": [ 1066 ],
|
|
"A4": [ 1067 ],
|
|
"A5": [ 1068 ],
|
|
"A6": [ 1069 ],
|
|
"A7": [ 1064 ],
|
|
"A8": [ 1064 ],
|
|
"A9": [ 1064 ],
|
|
"B0": [ 1070 ],
|
|
"B1": [ 1071 ],
|
|
"B10": [ 1072 ],
|
|
"B11": [ 1072 ],
|
|
"B12": [ 1072 ],
|
|
"B13": [ 1072 ],
|
|
"B14": [ 1072 ],
|
|
"B15": [ 1072 ],
|
|
"B16": [ 1072 ],
|
|
"B17": [ 1072 ],
|
|
"B2": [ 1073 ],
|
|
"B3": [ 1074 ],
|
|
"B4": [ 1075 ],
|
|
"B5": [ 1076 ],
|
|
"B6": [ 1077 ],
|
|
"B7": [ 1072 ],
|
|
"B8": [ 1072 ],
|
|
"B9": [ 1072 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"C10": [ "0" ],
|
|
"C11": [ "0" ],
|
|
"C12": [ "0" ],
|
|
"C13": [ "0" ],
|
|
"C14": [ "0" ],
|
|
"C15": [ "0" ],
|
|
"C16": [ "0" ],
|
|
"C17": [ "0" ],
|
|
"C2": [ "0" ],
|
|
"C3": [ "0" ],
|
|
"C4": [ "0" ],
|
|
"C5": [ "0" ],
|
|
"C6": [ "0" ],
|
|
"C7": [ "0" ],
|
|
"C8": [ "0" ],
|
|
"C9": [ "0" ],
|
|
"P0": [ 776 ],
|
|
"P1": [ 777 ],
|
|
"P10": [ 778 ],
|
|
"P11": [ 779 ],
|
|
"P12": [ 780 ],
|
|
"P13": [ 781 ],
|
|
"P14": [ 782 ],
|
|
"P15": [ 783 ],
|
|
"P16": [ 1078 ],
|
|
"P17": [ 1079 ],
|
|
"P18": [ 1080 ],
|
|
"P19": [ 1081 ],
|
|
"P2": [ 784 ],
|
|
"P20": [ 1082 ],
|
|
"P21": [ 1083 ],
|
|
"P22": [ 1084 ],
|
|
"P23": [ 1085 ],
|
|
"P24": [ 1086 ],
|
|
"P25": [ 1087 ],
|
|
"P26": [ 1088 ],
|
|
"P27": [ 1089 ],
|
|
"P28": [ 1090 ],
|
|
"P29": [ 1091 ],
|
|
"P3": [ 785 ],
|
|
"P30": [ 1092 ],
|
|
"P31": [ 1093 ],
|
|
"P32": [ 1094 ],
|
|
"P33": [ 1095 ],
|
|
"P34": [ 1096 ],
|
|
"P35": [ 1097 ],
|
|
"P4": [ 786 ],
|
|
"P5": [ 787 ],
|
|
"P6": [ 788 ],
|
|
"P7": [ 789 ],
|
|
"P8": [ 790 ],
|
|
"P9": [ 791 ],
|
|
"SIGNEDA": [ "1" ],
|
|
"SIGNEDB": [ "1" ],
|
|
"SOURCEA": [ "0" ],
|
|
"SOURCEB": [ "0" ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.product_comb[3]_MULT18X18D_P9": {
|
|
"hide_name": 0,
|
|
"type": "MULT18X18D",
|
|
"parameters": {
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:139.39-139.54|/opt/homebrew/bin/../share/yosys/mul2dsp.v:255.6-259.5|/opt/homebrew/bin/../share/yosys/lattice/dsp_map_18x18.v:9.13-16.3"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"A10": "input",
|
|
"A11": "input",
|
|
"A12": "input",
|
|
"A13": "input",
|
|
"A14": "input",
|
|
"A15": "input",
|
|
"A16": "input",
|
|
"A17": "input",
|
|
"A2": "input",
|
|
"A3": "input",
|
|
"A4": "input",
|
|
"A5": "input",
|
|
"A6": "input",
|
|
"A7": "input",
|
|
"A8": "input",
|
|
"A9": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"B10": "input",
|
|
"B11": "input",
|
|
"B12": "input",
|
|
"B13": "input",
|
|
"B14": "input",
|
|
"B15": "input",
|
|
"B16": "input",
|
|
"B17": "input",
|
|
"B2": "input",
|
|
"B3": "input",
|
|
"B4": "input",
|
|
"B5": "input",
|
|
"B6": "input",
|
|
"B7": "input",
|
|
"B8": "input",
|
|
"B9": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"C10": "input",
|
|
"C11": "input",
|
|
"C12": "input",
|
|
"C13": "input",
|
|
"C14": "input",
|
|
"C15": "input",
|
|
"C16": "input",
|
|
"C17": "input",
|
|
"C2": "input",
|
|
"C3": "input",
|
|
"C4": "input",
|
|
"C5": "input",
|
|
"C6": "input",
|
|
"C7": "input",
|
|
"C8": "input",
|
|
"C9": "input",
|
|
"P0": "output",
|
|
"P1": "output",
|
|
"P10": "output",
|
|
"P11": "output",
|
|
"P12": "output",
|
|
"P13": "output",
|
|
"P14": "output",
|
|
"P15": "output",
|
|
"P16": "output",
|
|
"P17": "output",
|
|
"P18": "output",
|
|
"P19": "output",
|
|
"P2": "output",
|
|
"P20": "output",
|
|
"P21": "output",
|
|
"P22": "output",
|
|
"P23": "output",
|
|
"P24": "output",
|
|
"P25": "output",
|
|
"P26": "output",
|
|
"P27": "output",
|
|
"P28": "output",
|
|
"P29": "output",
|
|
"P3": "output",
|
|
"P30": "output",
|
|
"P31": "output",
|
|
"P32": "output",
|
|
"P33": "output",
|
|
"P34": "output",
|
|
"P35": "output",
|
|
"P4": "output",
|
|
"P5": "output",
|
|
"P6": "output",
|
|
"P7": "output",
|
|
"P8": "output",
|
|
"P9": "output",
|
|
"SIGNEDA": "input",
|
|
"SIGNEDB": "input",
|
|
"SOURCEA": "input",
|
|
"SOURCEB": "input"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1098 ],
|
|
"A1": [ 1099 ],
|
|
"A10": [ 1100 ],
|
|
"A11": [ 1100 ],
|
|
"A12": [ 1100 ],
|
|
"A13": [ 1100 ],
|
|
"A14": [ 1100 ],
|
|
"A15": [ 1100 ],
|
|
"A16": [ 1100 ],
|
|
"A17": [ 1100 ],
|
|
"A2": [ 1101 ],
|
|
"A3": [ 1102 ],
|
|
"A4": [ 1103 ],
|
|
"A5": [ 1104 ],
|
|
"A6": [ 1105 ],
|
|
"A7": [ 1100 ],
|
|
"A8": [ 1100 ],
|
|
"A9": [ 1100 ],
|
|
"B0": [ 1106 ],
|
|
"B1": [ 1107 ],
|
|
"B10": [ 1108 ],
|
|
"B11": [ 1108 ],
|
|
"B12": [ 1108 ],
|
|
"B13": [ 1108 ],
|
|
"B14": [ 1108 ],
|
|
"B15": [ 1108 ],
|
|
"B16": [ 1108 ],
|
|
"B17": [ 1108 ],
|
|
"B2": [ 1109 ],
|
|
"B3": [ 1110 ],
|
|
"B4": [ 1111 ],
|
|
"B5": [ 1112 ],
|
|
"B6": [ 1113 ],
|
|
"B7": [ 1108 ],
|
|
"B8": [ 1108 ],
|
|
"B9": [ 1108 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"C10": [ "0" ],
|
|
"C11": [ "0" ],
|
|
"C12": [ "0" ],
|
|
"C13": [ "0" ],
|
|
"C14": [ "0" ],
|
|
"C15": [ "0" ],
|
|
"C16": [ "0" ],
|
|
"C17": [ "0" ],
|
|
"C2": [ "0" ],
|
|
"C3": [ "0" ],
|
|
"C4": [ "0" ],
|
|
"C5": [ "0" ],
|
|
"C6": [ "0" ],
|
|
"C7": [ "0" ],
|
|
"C8": [ "0" ],
|
|
"C9": [ "0" ],
|
|
"P0": [ 792 ],
|
|
"P1": [ 805 ],
|
|
"P10": [ 800 ],
|
|
"P11": [ 799 ],
|
|
"P12": [ 794 ],
|
|
"P13": [ 795 ],
|
|
"P14": [ 796 ],
|
|
"P15": [ 797 ],
|
|
"P16": [ 1114 ],
|
|
"P17": [ 1115 ],
|
|
"P18": [ 1116 ],
|
|
"P19": [ 1117 ],
|
|
"P2": [ 806 ],
|
|
"P20": [ 1118 ],
|
|
"P21": [ 1119 ],
|
|
"P22": [ 1120 ],
|
|
"P23": [ 1121 ],
|
|
"P24": [ 1122 ],
|
|
"P25": [ 1123 ],
|
|
"P26": [ 1124 ],
|
|
"P27": [ 1125 ],
|
|
"P28": [ 1126 ],
|
|
"P29": [ 1127 ],
|
|
"P3": [ 807 ],
|
|
"P30": [ 1128 ],
|
|
"P31": [ 1129 ],
|
|
"P32": [ 1130 ],
|
|
"P33": [ 1131 ],
|
|
"P34": [ 1132 ],
|
|
"P35": [ 1133 ],
|
|
"P4": [ 801 ],
|
|
"P5": [ 804 ],
|
|
"P6": [ 802 ],
|
|
"P7": [ 803 ],
|
|
"P8": [ 798 ],
|
|
"P9": [ 793 ],
|
|
"SIGNEDA": [ "1" ],
|
|
"SIGNEDB": [ "1" ],
|
|
"SOURCEA": [ "0" ],
|
|
"SOURCEB": [ "0" ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.product_comb[4]_MULT18X18D_P9": {
|
|
"hide_name": 0,
|
|
"type": "MULT18X18D",
|
|
"parameters": {
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:139.39-139.54|/opt/homebrew/bin/../share/yosys/mul2dsp.v:255.6-259.5|/opt/homebrew/bin/../share/yosys/lattice/dsp_map_18x18.v:9.13-16.3"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"A10": "input",
|
|
"A11": "input",
|
|
"A12": "input",
|
|
"A13": "input",
|
|
"A14": "input",
|
|
"A15": "input",
|
|
"A16": "input",
|
|
"A17": "input",
|
|
"A2": "input",
|
|
"A3": "input",
|
|
"A4": "input",
|
|
"A5": "input",
|
|
"A6": "input",
|
|
"A7": "input",
|
|
"A8": "input",
|
|
"A9": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"B10": "input",
|
|
"B11": "input",
|
|
"B12": "input",
|
|
"B13": "input",
|
|
"B14": "input",
|
|
"B15": "input",
|
|
"B16": "input",
|
|
"B17": "input",
|
|
"B2": "input",
|
|
"B3": "input",
|
|
"B4": "input",
|
|
"B5": "input",
|
|
"B6": "input",
|
|
"B7": "input",
|
|
"B8": "input",
|
|
"B9": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"C10": "input",
|
|
"C11": "input",
|
|
"C12": "input",
|
|
"C13": "input",
|
|
"C14": "input",
|
|
"C15": "input",
|
|
"C16": "input",
|
|
"C17": "input",
|
|
"C2": "input",
|
|
"C3": "input",
|
|
"C4": "input",
|
|
"C5": "input",
|
|
"C6": "input",
|
|
"C7": "input",
|
|
"C8": "input",
|
|
"C9": "input",
|
|
"P0": "output",
|
|
"P1": "output",
|
|
"P10": "output",
|
|
"P11": "output",
|
|
"P12": "output",
|
|
"P13": "output",
|
|
"P14": "output",
|
|
"P15": "output",
|
|
"P16": "output",
|
|
"P17": "output",
|
|
"P18": "output",
|
|
"P19": "output",
|
|
"P2": "output",
|
|
"P20": "output",
|
|
"P21": "output",
|
|
"P22": "output",
|
|
"P23": "output",
|
|
"P24": "output",
|
|
"P25": "output",
|
|
"P26": "output",
|
|
"P27": "output",
|
|
"P28": "output",
|
|
"P29": "output",
|
|
"P3": "output",
|
|
"P30": "output",
|
|
"P31": "output",
|
|
"P32": "output",
|
|
"P33": "output",
|
|
"P34": "output",
|
|
"P35": "output",
|
|
"P4": "output",
|
|
"P5": "output",
|
|
"P6": "output",
|
|
"P7": "output",
|
|
"P8": "output",
|
|
"P9": "output",
|
|
"SIGNEDA": "input",
|
|
"SIGNEDB": "input",
|
|
"SOURCEA": "input",
|
|
"SOURCEB": "input"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1134 ],
|
|
"A1": [ 1135 ],
|
|
"A10": [ 1136 ],
|
|
"A11": [ 1136 ],
|
|
"A12": [ 1136 ],
|
|
"A13": [ 1136 ],
|
|
"A14": [ 1136 ],
|
|
"A15": [ 1136 ],
|
|
"A16": [ 1136 ],
|
|
"A17": [ 1136 ],
|
|
"A2": [ 1137 ],
|
|
"A3": [ 1138 ],
|
|
"A4": [ 1139 ],
|
|
"A5": [ 1140 ],
|
|
"A6": [ 1141 ],
|
|
"A7": [ 1136 ],
|
|
"A8": [ 1136 ],
|
|
"A9": [ 1136 ],
|
|
"B0": [ 1142 ],
|
|
"B1": [ 1143 ],
|
|
"B10": [ 1144 ],
|
|
"B11": [ 1144 ],
|
|
"B12": [ 1144 ],
|
|
"B13": [ 1144 ],
|
|
"B14": [ 1144 ],
|
|
"B15": [ 1144 ],
|
|
"B16": [ 1144 ],
|
|
"B17": [ 1144 ],
|
|
"B2": [ 1145 ],
|
|
"B3": [ 1146 ],
|
|
"B4": [ 1147 ],
|
|
"B5": [ 1148 ],
|
|
"B6": [ 1149 ],
|
|
"B7": [ 1144 ],
|
|
"B8": [ 1144 ],
|
|
"B9": [ 1144 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"C10": [ "0" ],
|
|
"C11": [ "0" ],
|
|
"C12": [ "0" ],
|
|
"C13": [ "0" ],
|
|
"C14": [ "0" ],
|
|
"C15": [ "0" ],
|
|
"C16": [ "0" ],
|
|
"C17": [ "0" ],
|
|
"C2": [ "0" ],
|
|
"C3": [ "0" ],
|
|
"C4": [ "0" ],
|
|
"C5": [ "0" ],
|
|
"C6": [ "0" ],
|
|
"C7": [ "0" ],
|
|
"C8": [ "0" ],
|
|
"C9": [ "0" ],
|
|
"P0": [ 867 ],
|
|
"P1": [ 873 ],
|
|
"P10": [ 880 ],
|
|
"P11": [ 874 ],
|
|
"P12": [ 868 ],
|
|
"P13": [ 875 ],
|
|
"P14": [ 876 ],
|
|
"P15": [ 878 ],
|
|
"P16": [ 1150 ],
|
|
"P17": [ 1151 ],
|
|
"P18": [ 1152 ],
|
|
"P19": [ 1153 ],
|
|
"P2": [ 870 ],
|
|
"P20": [ 1154 ],
|
|
"P21": [ 1155 ],
|
|
"P22": [ 1156 ],
|
|
"P23": [ 1157 ],
|
|
"P24": [ 1158 ],
|
|
"P25": [ 1159 ],
|
|
"P26": [ 1160 ],
|
|
"P27": [ 1161 ],
|
|
"P28": [ 1162 ],
|
|
"P29": [ 1163 ],
|
|
"P3": [ 877 ],
|
|
"P30": [ 1164 ],
|
|
"P31": [ 1165 ],
|
|
"P32": [ 1166 ],
|
|
"P33": [ 1167 ],
|
|
"P34": [ 1168 ],
|
|
"P35": [ 1169 ],
|
|
"P4": [ 879 ],
|
|
"P5": [ 871 ],
|
|
"P6": [ 872 ],
|
|
"P7": [ 882 ],
|
|
"P8": [ 881 ],
|
|
"P9": [ 869 ],
|
|
"SIGNEDA": [ "1" ],
|
|
"SIGNEDB": [ "1" ],
|
|
"SOURCEA": [ "0" ],
|
|
"SOURCEB": [ "0" ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.product_comb[5]_MULT18X18D_P9": {
|
|
"hide_name": 0,
|
|
"type": "MULT18X18D",
|
|
"parameters": {
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:139.39-139.54|/opt/homebrew/bin/../share/yosys/mul2dsp.v:255.6-259.5|/opt/homebrew/bin/../share/yosys/lattice/dsp_map_18x18.v:9.13-16.3"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"A10": "input",
|
|
"A11": "input",
|
|
"A12": "input",
|
|
"A13": "input",
|
|
"A14": "input",
|
|
"A15": "input",
|
|
"A16": "input",
|
|
"A17": "input",
|
|
"A2": "input",
|
|
"A3": "input",
|
|
"A4": "input",
|
|
"A5": "input",
|
|
"A6": "input",
|
|
"A7": "input",
|
|
"A8": "input",
|
|
"A9": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"B10": "input",
|
|
"B11": "input",
|
|
"B12": "input",
|
|
"B13": "input",
|
|
"B14": "input",
|
|
"B15": "input",
|
|
"B16": "input",
|
|
"B17": "input",
|
|
"B2": "input",
|
|
"B3": "input",
|
|
"B4": "input",
|
|
"B5": "input",
|
|
"B6": "input",
|
|
"B7": "input",
|
|
"B8": "input",
|
|
"B9": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"C10": "input",
|
|
"C11": "input",
|
|
"C12": "input",
|
|
"C13": "input",
|
|
"C14": "input",
|
|
"C15": "input",
|
|
"C16": "input",
|
|
"C17": "input",
|
|
"C2": "input",
|
|
"C3": "input",
|
|
"C4": "input",
|
|
"C5": "input",
|
|
"C6": "input",
|
|
"C7": "input",
|
|
"C8": "input",
|
|
"C9": "input",
|
|
"P0": "output",
|
|
"P1": "output",
|
|
"P10": "output",
|
|
"P11": "output",
|
|
"P12": "output",
|
|
"P13": "output",
|
|
"P14": "output",
|
|
"P15": "output",
|
|
"P16": "output",
|
|
"P17": "output",
|
|
"P18": "output",
|
|
"P19": "output",
|
|
"P2": "output",
|
|
"P20": "output",
|
|
"P21": "output",
|
|
"P22": "output",
|
|
"P23": "output",
|
|
"P24": "output",
|
|
"P25": "output",
|
|
"P26": "output",
|
|
"P27": "output",
|
|
"P28": "output",
|
|
"P29": "output",
|
|
"P3": "output",
|
|
"P30": "output",
|
|
"P31": "output",
|
|
"P32": "output",
|
|
"P33": "output",
|
|
"P34": "output",
|
|
"P35": "output",
|
|
"P4": "output",
|
|
"P5": "output",
|
|
"P6": "output",
|
|
"P7": "output",
|
|
"P8": "output",
|
|
"P9": "output",
|
|
"SIGNEDA": "input",
|
|
"SIGNEDB": "input",
|
|
"SOURCEA": "input",
|
|
"SOURCEB": "input"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1170 ],
|
|
"A1": [ 1171 ],
|
|
"A10": [ 1172 ],
|
|
"A11": [ 1172 ],
|
|
"A12": [ 1172 ],
|
|
"A13": [ 1172 ],
|
|
"A14": [ 1172 ],
|
|
"A15": [ 1172 ],
|
|
"A16": [ 1172 ],
|
|
"A17": [ 1172 ],
|
|
"A2": [ 1173 ],
|
|
"A3": [ 1174 ],
|
|
"A4": [ 1175 ],
|
|
"A5": [ 1176 ],
|
|
"A6": [ 1177 ],
|
|
"A7": [ 1172 ],
|
|
"A8": [ 1172 ],
|
|
"A9": [ 1172 ],
|
|
"B0": [ 1178 ],
|
|
"B1": [ 1179 ],
|
|
"B10": [ 1180 ],
|
|
"B11": [ 1180 ],
|
|
"B12": [ 1180 ],
|
|
"B13": [ 1180 ],
|
|
"B14": [ 1180 ],
|
|
"B15": [ 1180 ],
|
|
"B16": [ 1180 ],
|
|
"B17": [ 1180 ],
|
|
"B2": [ 1181 ],
|
|
"B3": [ 1182 ],
|
|
"B4": [ 1183 ],
|
|
"B5": [ 1184 ],
|
|
"B6": [ 1185 ],
|
|
"B7": [ 1180 ],
|
|
"B8": [ 1180 ],
|
|
"B9": [ 1180 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"C10": [ "0" ],
|
|
"C11": [ "0" ],
|
|
"C12": [ "0" ],
|
|
"C13": [ "0" ],
|
|
"C14": [ "0" ],
|
|
"C15": [ "0" ],
|
|
"C16": [ "0" ],
|
|
"C17": [ "0" ],
|
|
"C2": [ "0" ],
|
|
"C3": [ "0" ],
|
|
"C4": [ "0" ],
|
|
"C5": [ "0" ],
|
|
"C6": [ "0" ],
|
|
"C7": [ "0" ],
|
|
"C8": [ "0" ],
|
|
"C9": [ "0" ],
|
|
"P0": [ 883 ],
|
|
"P1": [ 890 ],
|
|
"P10": [ 898 ],
|
|
"P11": [ 885 ],
|
|
"P12": [ 886 ],
|
|
"P13": [ 887 ],
|
|
"P14": [ 888 ],
|
|
"P15": [ 889 ],
|
|
"P16": [ 1186 ],
|
|
"P17": [ 1187 ],
|
|
"P18": [ 1188 ],
|
|
"P19": [ 1189 ],
|
|
"P2": [ 884 ],
|
|
"P20": [ 1190 ],
|
|
"P21": [ 1191 ],
|
|
"P22": [ 1192 ],
|
|
"P23": [ 1193 ],
|
|
"P24": [ 1194 ],
|
|
"P25": [ 1195 ],
|
|
"P26": [ 1196 ],
|
|
"P27": [ 1197 ],
|
|
"P28": [ 1198 ],
|
|
"P29": [ 1199 ],
|
|
"P3": [ 891 ],
|
|
"P30": [ 1200 ],
|
|
"P31": [ 1201 ],
|
|
"P32": [ 1202 ],
|
|
"P33": [ 1203 ],
|
|
"P34": [ 1204 ],
|
|
"P35": [ 1205 ],
|
|
"P4": [ 892 ],
|
|
"P5": [ 893 ],
|
|
"P6": [ 894 ],
|
|
"P7": [ 895 ],
|
|
"P8": [ 896 ],
|
|
"P9": [ 897 ],
|
|
"SIGNEDA": [ "1" ],
|
|
"SIGNEDB": [ "1" ],
|
|
"SOURCEA": [ "0" ],
|
|
"SOURCEB": [ "0" ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.product_comb[6]_MULT18X18D_P9": {
|
|
"hide_name": 0,
|
|
"type": "MULT18X18D",
|
|
"parameters": {
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:139.39-139.54|/opt/homebrew/bin/../share/yosys/mul2dsp.v:255.6-259.5|/opt/homebrew/bin/../share/yosys/lattice/dsp_map_18x18.v:9.13-16.3"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"A10": "input",
|
|
"A11": "input",
|
|
"A12": "input",
|
|
"A13": "input",
|
|
"A14": "input",
|
|
"A15": "input",
|
|
"A16": "input",
|
|
"A17": "input",
|
|
"A2": "input",
|
|
"A3": "input",
|
|
"A4": "input",
|
|
"A5": "input",
|
|
"A6": "input",
|
|
"A7": "input",
|
|
"A8": "input",
|
|
"A9": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"B10": "input",
|
|
"B11": "input",
|
|
"B12": "input",
|
|
"B13": "input",
|
|
"B14": "input",
|
|
"B15": "input",
|
|
"B16": "input",
|
|
"B17": "input",
|
|
"B2": "input",
|
|
"B3": "input",
|
|
"B4": "input",
|
|
"B5": "input",
|
|
"B6": "input",
|
|
"B7": "input",
|
|
"B8": "input",
|
|
"B9": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"C10": "input",
|
|
"C11": "input",
|
|
"C12": "input",
|
|
"C13": "input",
|
|
"C14": "input",
|
|
"C15": "input",
|
|
"C16": "input",
|
|
"C17": "input",
|
|
"C2": "input",
|
|
"C3": "input",
|
|
"C4": "input",
|
|
"C5": "input",
|
|
"C6": "input",
|
|
"C7": "input",
|
|
"C8": "input",
|
|
"C9": "input",
|
|
"P0": "output",
|
|
"P1": "output",
|
|
"P10": "output",
|
|
"P11": "output",
|
|
"P12": "output",
|
|
"P13": "output",
|
|
"P14": "output",
|
|
"P15": "output",
|
|
"P16": "output",
|
|
"P17": "output",
|
|
"P18": "output",
|
|
"P19": "output",
|
|
"P2": "output",
|
|
"P20": "output",
|
|
"P21": "output",
|
|
"P22": "output",
|
|
"P23": "output",
|
|
"P24": "output",
|
|
"P25": "output",
|
|
"P26": "output",
|
|
"P27": "output",
|
|
"P28": "output",
|
|
"P29": "output",
|
|
"P3": "output",
|
|
"P30": "output",
|
|
"P31": "output",
|
|
"P32": "output",
|
|
"P33": "output",
|
|
"P34": "output",
|
|
"P35": "output",
|
|
"P4": "output",
|
|
"P5": "output",
|
|
"P6": "output",
|
|
"P7": "output",
|
|
"P8": "output",
|
|
"P9": "output",
|
|
"SIGNEDA": "input",
|
|
"SIGNEDB": "input",
|
|
"SOURCEA": "input",
|
|
"SOURCEB": "input"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1206 ],
|
|
"A1": [ 1207 ],
|
|
"A10": [ 1208 ],
|
|
"A11": [ 1208 ],
|
|
"A12": [ 1208 ],
|
|
"A13": [ 1208 ],
|
|
"A14": [ 1208 ],
|
|
"A15": [ 1208 ],
|
|
"A16": [ 1208 ],
|
|
"A17": [ 1208 ],
|
|
"A2": [ 1209 ],
|
|
"A3": [ 1210 ],
|
|
"A4": [ 1211 ],
|
|
"A5": [ 1212 ],
|
|
"A6": [ 1213 ],
|
|
"A7": [ 1208 ],
|
|
"A8": [ 1208 ],
|
|
"A9": [ 1208 ],
|
|
"B0": [ 1214 ],
|
|
"B1": [ 1215 ],
|
|
"B10": [ 1216 ],
|
|
"B11": [ 1216 ],
|
|
"B12": [ 1216 ],
|
|
"B13": [ 1216 ],
|
|
"B14": [ 1216 ],
|
|
"B15": [ 1216 ],
|
|
"B16": [ 1216 ],
|
|
"B17": [ 1216 ],
|
|
"B2": [ 1217 ],
|
|
"B3": [ 1218 ],
|
|
"B4": [ 1219 ],
|
|
"B5": [ 1220 ],
|
|
"B6": [ 1221 ],
|
|
"B7": [ 1216 ],
|
|
"B8": [ 1216 ],
|
|
"B9": [ 1216 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"C10": [ "0" ],
|
|
"C11": [ "0" ],
|
|
"C12": [ "0" ],
|
|
"C13": [ "0" ],
|
|
"C14": [ "0" ],
|
|
"C15": [ "0" ],
|
|
"C16": [ "0" ],
|
|
"C17": [ "0" ],
|
|
"C2": [ "0" ],
|
|
"C3": [ "0" ],
|
|
"C4": [ "0" ],
|
|
"C5": [ "0" ],
|
|
"C6": [ "0" ],
|
|
"C7": [ "0" ],
|
|
"C8": [ "0" ],
|
|
"C9": [ "0" ],
|
|
"P0": [ 958 ],
|
|
"P1": [ 959 ],
|
|
"P10": [ 960 ],
|
|
"P11": [ 961 ],
|
|
"P12": [ 962 ],
|
|
"P13": [ 963 ],
|
|
"P14": [ 964 ],
|
|
"P15": [ 965 ],
|
|
"P16": [ 1222 ],
|
|
"P17": [ 1223 ],
|
|
"P18": [ 1224 ],
|
|
"P19": [ 1225 ],
|
|
"P2": [ 966 ],
|
|
"P20": [ 1226 ],
|
|
"P21": [ 1227 ],
|
|
"P22": [ 1228 ],
|
|
"P23": [ 1229 ],
|
|
"P24": [ 1230 ],
|
|
"P25": [ 1231 ],
|
|
"P26": [ 1232 ],
|
|
"P27": [ 1233 ],
|
|
"P28": [ 1234 ],
|
|
"P29": [ 1235 ],
|
|
"P3": [ 967 ],
|
|
"P30": [ 1236 ],
|
|
"P31": [ 1237 ],
|
|
"P32": [ 1238 ],
|
|
"P33": [ 1239 ],
|
|
"P34": [ 1240 ],
|
|
"P35": [ 1241 ],
|
|
"P4": [ 968 ],
|
|
"P5": [ 969 ],
|
|
"P6": [ 970 ],
|
|
"P7": [ 971 ],
|
|
"P8": [ 972 ],
|
|
"P9": [ 973 ],
|
|
"SIGNEDA": [ "1" ],
|
|
"SIGNEDB": [ "1" ],
|
|
"SOURCEA": [ "0" ],
|
|
"SOURCEB": [ "0" ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.product_comb[7]_MULT18X18D_P9": {
|
|
"hide_name": 0,
|
|
"type": "MULT18X18D",
|
|
"parameters": {
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:139.39-139.54|/opt/homebrew/bin/../share/yosys/mul2dsp.v:255.6-259.5|/opt/homebrew/bin/../share/yosys/lattice/dsp_map_18x18.v:9.13-16.3"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"A10": "input",
|
|
"A11": "input",
|
|
"A12": "input",
|
|
"A13": "input",
|
|
"A14": "input",
|
|
"A15": "input",
|
|
"A16": "input",
|
|
"A17": "input",
|
|
"A2": "input",
|
|
"A3": "input",
|
|
"A4": "input",
|
|
"A5": "input",
|
|
"A6": "input",
|
|
"A7": "input",
|
|
"A8": "input",
|
|
"A9": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"B10": "input",
|
|
"B11": "input",
|
|
"B12": "input",
|
|
"B13": "input",
|
|
"B14": "input",
|
|
"B15": "input",
|
|
"B16": "input",
|
|
"B17": "input",
|
|
"B2": "input",
|
|
"B3": "input",
|
|
"B4": "input",
|
|
"B5": "input",
|
|
"B6": "input",
|
|
"B7": "input",
|
|
"B8": "input",
|
|
"B9": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"C10": "input",
|
|
"C11": "input",
|
|
"C12": "input",
|
|
"C13": "input",
|
|
"C14": "input",
|
|
"C15": "input",
|
|
"C16": "input",
|
|
"C17": "input",
|
|
"C2": "input",
|
|
"C3": "input",
|
|
"C4": "input",
|
|
"C5": "input",
|
|
"C6": "input",
|
|
"C7": "input",
|
|
"C8": "input",
|
|
"C9": "input",
|
|
"P0": "output",
|
|
"P1": "output",
|
|
"P10": "output",
|
|
"P11": "output",
|
|
"P12": "output",
|
|
"P13": "output",
|
|
"P14": "output",
|
|
"P15": "output",
|
|
"P16": "output",
|
|
"P17": "output",
|
|
"P18": "output",
|
|
"P19": "output",
|
|
"P2": "output",
|
|
"P20": "output",
|
|
"P21": "output",
|
|
"P22": "output",
|
|
"P23": "output",
|
|
"P24": "output",
|
|
"P25": "output",
|
|
"P26": "output",
|
|
"P27": "output",
|
|
"P28": "output",
|
|
"P29": "output",
|
|
"P3": "output",
|
|
"P30": "output",
|
|
"P31": "output",
|
|
"P32": "output",
|
|
"P33": "output",
|
|
"P34": "output",
|
|
"P35": "output",
|
|
"P4": "output",
|
|
"P5": "output",
|
|
"P6": "output",
|
|
"P7": "output",
|
|
"P8": "output",
|
|
"P9": "output",
|
|
"SIGNEDA": "input",
|
|
"SIGNEDB": "input",
|
|
"SOURCEA": "input",
|
|
"SOURCEB": "input"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1242 ],
|
|
"A1": [ 1243 ],
|
|
"A10": [ 1244 ],
|
|
"A11": [ 1244 ],
|
|
"A12": [ 1244 ],
|
|
"A13": [ 1244 ],
|
|
"A14": [ 1244 ],
|
|
"A15": [ 1244 ],
|
|
"A16": [ 1244 ],
|
|
"A17": [ 1244 ],
|
|
"A2": [ 1245 ],
|
|
"A3": [ 1246 ],
|
|
"A4": [ 1247 ],
|
|
"A5": [ 1248 ],
|
|
"A6": [ 1249 ],
|
|
"A7": [ 1244 ],
|
|
"A8": [ 1244 ],
|
|
"A9": [ 1244 ],
|
|
"B0": [ 1250 ],
|
|
"B1": [ 1251 ],
|
|
"B10": [ 1252 ],
|
|
"B11": [ 1252 ],
|
|
"B12": [ 1252 ],
|
|
"B13": [ 1252 ],
|
|
"B14": [ 1252 ],
|
|
"B15": [ 1252 ],
|
|
"B16": [ 1252 ],
|
|
"B17": [ 1252 ],
|
|
"B2": [ 1253 ],
|
|
"B3": [ 1254 ],
|
|
"B4": [ 1255 ],
|
|
"B5": [ 1256 ],
|
|
"B6": [ 1257 ],
|
|
"B7": [ 1252 ],
|
|
"B8": [ 1252 ],
|
|
"B9": [ 1252 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"C10": [ "0" ],
|
|
"C11": [ "0" ],
|
|
"C12": [ "0" ],
|
|
"C13": [ "0" ],
|
|
"C14": [ "0" ],
|
|
"C15": [ "0" ],
|
|
"C16": [ "0" ],
|
|
"C17": [ "0" ],
|
|
"C2": [ "0" ],
|
|
"C3": [ "0" ],
|
|
"C4": [ "0" ],
|
|
"C5": [ "0" ],
|
|
"C6": [ "0" ],
|
|
"C7": [ "0" ],
|
|
"C8": [ "0" ],
|
|
"C9": [ "0" ],
|
|
"P0": [ 974 ],
|
|
"P1": [ 975 ],
|
|
"P10": [ 976 ],
|
|
"P11": [ 977 ],
|
|
"P12": [ 978 ],
|
|
"P13": [ 979 ],
|
|
"P14": [ 980 ],
|
|
"P15": [ 981 ],
|
|
"P16": [ 1258 ],
|
|
"P17": [ 1259 ],
|
|
"P18": [ 1260 ],
|
|
"P19": [ 1261 ],
|
|
"P2": [ 983 ],
|
|
"P20": [ 1262 ],
|
|
"P21": [ 1263 ],
|
|
"P22": [ 1264 ],
|
|
"P23": [ 1265 ],
|
|
"P24": [ 1266 ],
|
|
"P25": [ 1267 ],
|
|
"P26": [ 1268 ],
|
|
"P27": [ 1269 ],
|
|
"P28": [ 1270 ],
|
|
"P29": [ 1271 ],
|
|
"P3": [ 982 ],
|
|
"P30": [ 1272 ],
|
|
"P31": [ 1273 ],
|
|
"P32": [ 1274 ],
|
|
"P33": [ 1275 ],
|
|
"P34": [ 1276 ],
|
|
"P35": [ 1277 ],
|
|
"P4": [ 984 ],
|
|
"P5": [ 985 ],
|
|
"P6": [ 986 ],
|
|
"P7": [ 987 ],
|
|
"P8": [ 988 ],
|
|
"P9": [ 989 ],
|
|
"SIGNEDA": [ "1" ],
|
|
"SIGNEDB": [ "1" ],
|
|
"SOURCEA": [ "0" ],
|
|
"SOURCEB": [ "0" ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.result_data_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1278 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1279 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 326 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.result_data_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1278 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1280 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 327 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.result_data_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1278 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1281 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 328 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.result_data_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1278 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1282 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 329 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.result_data_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1278 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1283 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 330 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.result_data_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1278 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1284 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 331 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.result_data_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1278 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1285 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 332 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.result_data_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1278 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1286 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 333 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.result_node_id_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1278 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 613 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 344 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.result_node_id_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1278 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 605 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 342 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.result_node_id_TRELLIS_FF_Q_10": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1278 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 608 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 353 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.result_node_id_TRELLIS_FF_Q_11": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1278 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 609 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 354 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.result_node_id_TRELLIS_FF_Q_12": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1278 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 610 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 355 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.result_node_id_TRELLIS_FF_Q_13": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1278 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 611 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 356 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.result_node_id_TRELLIS_FF_Q_14": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1278 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 612 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 357 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.result_node_id_TRELLIS_FF_Q_15": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1278 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 606 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 343 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.result_node_id_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1278 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 614 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 345 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.result_node_id_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1278 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 615 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 346 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.result_node_id_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1278 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 616 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 347 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.result_node_id_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1278 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 617 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 348 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.result_node_id_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1278 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 618 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 349 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.result_node_id_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1278 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 619 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 350 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.result_node_id_TRELLIS_FF_Q_8": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1278 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 620 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 351 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.result_node_id_TRELLIS_FF_Q_9": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1278 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 607 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 352 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.result_valid_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1287 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1288 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 322 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.result_valid_TRELLIS_FF_Q_CE_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0100001000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:128.32-129.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 376 ],
|
|
"B": [ 375 ],
|
|
"C": [ 374 ],
|
|
"D": [ 1289 ],
|
|
"Z": [ 1287 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[0]_CCU2C_B1": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1290 ],
|
|
"A1": [ 1290 ],
|
|
"B0": [ 1291 ],
|
|
"B1": [ 1291 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1292 ],
|
|
"COUT": [ 1293 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1294 ],
|
|
"S1": [ 1295 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[0]_CCU2C_B1_S1_CCU2C_S1": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1296 ],
|
|
"A1": [ 1297 ],
|
|
"B0": [ 1298 ],
|
|
"B1": [ 1299 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ "0" ],
|
|
"COUT": [ 1300 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1301 ],
|
|
"S1": [ 1302 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[0]_CCU2C_B1_S1_CCU2C_S1_1": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1303 ],
|
|
"A1": [ 1304 ],
|
|
"B0": [ 1305 ],
|
|
"B1": [ 1306 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1300 ],
|
|
"COUT": [ 1307 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1308 ],
|
|
"S1": [ 1309 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[0]_CCU2C_B1_S1_CCU2C_S1_2": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1310 ],
|
|
"A1": [ 1311 ],
|
|
"B0": [ 1312 ],
|
|
"B1": [ 1313 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1307 ],
|
|
"COUT": [ 1314 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1315 ],
|
|
"S1": [ 1316 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[0]_CCU2C_B1_S1_CCU2C_S1_3": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1317 ],
|
|
"A1": [ 1318 ],
|
|
"B0": [ 1319 ],
|
|
"B1": [ 1320 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1314 ],
|
|
"COUT": [ 1321 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1322 ],
|
|
"S1": [ 1323 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[0]_CCU2C_B1_S1_CCU2C_S1_4": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1324 ],
|
|
"A1": [ 1325 ],
|
|
"B0": [ 1326 ],
|
|
"B1": [ 1327 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1321 ],
|
|
"COUT": [ 1328 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1329 ],
|
|
"S1": [ 1330 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[0]_CCU2C_B1_S1_CCU2C_S1_5": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1331 ],
|
|
"A1": [ 1332 ],
|
|
"B0": [ 1333 ],
|
|
"B1": [ 1334 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1328 ],
|
|
"COUT": [ 1335 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1336 ],
|
|
"S1": [ 1337 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[0]_CCU2C_B1_S1_CCU2C_S1_6": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1338 ],
|
|
"A1": [ 1339 ],
|
|
"B0": [ 1340 ],
|
|
"B1": [ 1341 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1335 ],
|
|
"COUT": [ 1342 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1343 ],
|
|
"S1": [ 1344 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[0]_CCU2C_B1_S1_CCU2C_S1_7": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1345 ],
|
|
"A1": [ 1346 ],
|
|
"B0": [ 1347 ],
|
|
"B1": [ 1348 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1342 ],
|
|
"COUT": [ 1292 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1349 ],
|
|
"S1": [ 1350 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[0]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 637 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1298 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[0]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 653 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1320 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[0]_TRELLIS_FF_Q_10": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 630 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1291 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[0]_TRELLIS_FF_Q_11": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 638 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1299 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[0]_TRELLIS_FF_Q_12": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 683 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1305 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[0]_TRELLIS_FF_Q_13": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 684 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1306 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[0]_TRELLIS_FF_Q_14": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 645 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1312 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[0]_TRELLIS_FF_Q_15": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 646 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1313 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[0]_TRELLIS_FF_Q_16": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 652 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1319 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[0]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 659 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1326 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[0]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 660 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1327 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[0]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 677 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1333 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[0]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 678 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1334 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[0]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 667 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1340 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[0]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 668 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1341 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[0]_TRELLIS_FF_Q_8": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 671 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1347 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[0]_TRELLIS_FF_Q_9": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 672 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1348 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_CCU2C_A1": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1351 ],
|
|
"A1": [ 1352 ],
|
|
"B0": [ 383 ],
|
|
"B1": [ 407 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1353 ],
|
|
"COUT": [ 1354 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 381 ],
|
|
"S1": [ 406 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1355 ],
|
|
"A1": [ 1356 ],
|
|
"B0": [ 431 ],
|
|
"B1": [ 433 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1357 ],
|
|
"COUT": [ 1353 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 430 ],
|
|
"S1": [ 432 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_1": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1358 ],
|
|
"A1": [ 1359 ],
|
|
"B0": [ 385 ],
|
|
"B1": [ 411 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ "0" ],
|
|
"COUT": [ 1360 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 384 ],
|
|
"S1": [ 410 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_10": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1361 ],
|
|
"A1": [ 1362 ],
|
|
"B0": [ 397 ],
|
|
"B1": [ 399 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1363 ],
|
|
"COUT": [ 1364 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 396 ],
|
|
"S1": [ 398 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_11": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1365 ],
|
|
"A1": [ 1366 ],
|
|
"B0": [ 417 ],
|
|
"B1": [ 419 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1367 ],
|
|
"COUT": [ 1368 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 416 ],
|
|
"S1": [ 418 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_12": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1369 ],
|
|
"A1": [ 1370 ],
|
|
"B0": [ 413 ],
|
|
"B1": [ 415 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1360 ],
|
|
"COUT": [ 1367 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 412 ],
|
|
"S1": [ 414 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_13": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1371 ],
|
|
"A1": [ 1372 ],
|
|
"B0": [ 425 ],
|
|
"B1": [ 427 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1373 ],
|
|
"COUT": [ 1357 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 424 ],
|
|
"S1": [ 426 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_14": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1374 ],
|
|
"A1": [ 1375 ],
|
|
"B0": [ 405 ],
|
|
"B1": [ 409 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1376 ],
|
|
"COUT": [ 1377 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 404 ],
|
|
"S1": [ 408 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_2": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1378 ],
|
|
"A1": [ 1379 ],
|
|
"B0": [ 421 ],
|
|
"B1": [ 423 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1368 ],
|
|
"COUT": [ 1373 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 420 ],
|
|
"S1": [ 422 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_3": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1380 ],
|
|
"A1": [ 1381 ],
|
|
"B0": [ 429 ],
|
|
"B1": [ 435 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1354 ],
|
|
"COUT": [ 1382 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 428 ],
|
|
"S1": [ 434 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_4": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1383 ],
|
|
"A1": [ 1384 ],
|
|
"B0": [ 401 ],
|
|
"B1": [ 403 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1364 ],
|
|
"COUT": [ 1376 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 400 ],
|
|
"S1": [ 402 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_5": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1385 ],
|
|
"A1": [ 1386 ],
|
|
"B0": [ 437 ],
|
|
"B1": [ 439 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1382 ],
|
|
"COUT": [ 1387 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 436 ],
|
|
"S1": [ 438 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_6": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1388 ],
|
|
"A1": [ 1389 ],
|
|
"B0": [ 441 ],
|
|
"B1": [ 443 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1387 ],
|
|
"COUT": [ 1390 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 440 ],
|
|
"S1": [ 442 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_7": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1391 ],
|
|
"A1": [ 1392 ],
|
|
"B0": [ 445 ],
|
|
"B1": [ 387 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1390 ],
|
|
"COUT": [ 1393 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 444 ],
|
|
"S1": [ 386 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_8": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1394 ],
|
|
"A1": [ 1395 ],
|
|
"B0": [ 389 ],
|
|
"B1": [ 391 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1393 ],
|
|
"COUT": [ 1396 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 388 ],
|
|
"S1": [ 390 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_9": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1397 ],
|
|
"A1": [ 1398 ],
|
|
"B0": [ 393 ],
|
|
"B1": [ 395 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1396 ],
|
|
"COUT": [ 1363 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 392 ],
|
|
"S1": [ 394 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1399 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1358 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1400 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1351 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_TRELLIS_FF_Q_10": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1401 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1372 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_TRELLIS_FF_Q_11": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1402 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1355 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_TRELLIS_FF_Q_12": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1403 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1356 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_TRELLIS_FF_Q_13": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1404 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1380 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_TRELLIS_FF_Q_14": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1405 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1352 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_TRELLIS_FF_Q_15": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1406 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1381 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_TRELLIS_FF_Q_16": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1407 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1385 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_TRELLIS_FF_Q_17": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1408 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1386 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_TRELLIS_FF_Q_18": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1409 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1388 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_TRELLIS_FF_Q_19": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1410 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1389 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1411 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1359 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_TRELLIS_FF_Q_20": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1412 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1391 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_TRELLIS_FF_Q_21": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1413 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1392 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_TRELLIS_FF_Q_22": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1414 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1394 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_TRELLIS_FF_Q_23": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1415 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1395 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_TRELLIS_FF_Q_24": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1416 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1397 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_TRELLIS_FF_Q_25": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1417 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1398 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_TRELLIS_FF_Q_26": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1418 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1361 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_TRELLIS_FF_Q_27": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1419 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1362 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_TRELLIS_FF_Q_28": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1420 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1383 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_TRELLIS_FF_Q_29": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1421 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1384 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1422 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1369 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_TRELLIS_FF_Q_30": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1423 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1374 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_TRELLIS_FF_Q_31": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1424 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1375 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1425 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1370 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1426 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1365 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1427 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1366 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1428 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1378 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_TRELLIS_FF_Q_8": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1429 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1379 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_TRELLIS_FF_Q_9": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1430 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1371 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[1]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 721 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1290 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[1]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 728 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1296 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[1]_TRELLIS_FF_Q_10": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 775 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1325 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[1]_TRELLIS_FF_Q_11": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 757 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1331 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[1]_TRELLIS_FF_Q_12": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 758 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1332 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[1]_TRELLIS_FF_Q_13": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 768 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1338 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[1]_TRELLIS_FF_Q_14": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 769 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1339 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[1]_TRELLIS_FF_Q_15": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 762 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1345 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[1]_TRELLIS_FF_Q_16": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 763 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1346 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[1]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 729 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1297 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[1]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 735 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1303 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[1]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 736 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1304 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[1]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 742 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1310 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[1]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 743 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1311 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[1]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 749 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1317 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[1]_TRELLIS_FF_Q_8": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 750 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1318 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[1]_TRELLIS_FF_Q_9": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 774 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1324 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[2]_CCU2C_B1": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1431 ],
|
|
"A1": [ 1432 ],
|
|
"B0": [ 1433 ],
|
|
"B1": [ 1434 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ "0" ],
|
|
"COUT": [ 1435 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1436 ],
|
|
"S1": [ 1437 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[2]_CCU2C_B1_S1_CCU2C_S1": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1438 ],
|
|
"A1": [ 1439 ],
|
|
"B0": [ 1440 ],
|
|
"B1": [ 1441 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1435 ],
|
|
"COUT": [ 1442 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1443 ],
|
|
"S1": [ 1444 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[2]_CCU2C_B1_S1_CCU2C_S1_1": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1445 ],
|
|
"A1": [ 1446 ],
|
|
"B0": [ 1447 ],
|
|
"B1": [ 1448 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1442 ],
|
|
"COUT": [ 1449 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1450 ],
|
|
"S1": [ 1451 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[2]_CCU2C_B1_S1_CCU2C_S1_2": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1452 ],
|
|
"A1": [ 1453 ],
|
|
"B0": [ 1454 ],
|
|
"B1": [ 1455 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1449 ],
|
|
"COUT": [ 1456 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1457 ],
|
|
"S1": [ 1458 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[2]_CCU2C_B1_S1_CCU2C_S1_3": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1459 ],
|
|
"A1": [ 1460 ],
|
|
"B0": [ 1461 ],
|
|
"B1": [ 1462 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1456 ],
|
|
"COUT": [ 1463 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1464 ],
|
|
"S1": [ 1465 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[2]_CCU2C_B1_S1_CCU2C_S1_4": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1466 ],
|
|
"A1": [ 1467 ],
|
|
"B0": [ 1468 ],
|
|
"B1": [ 1469 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1463 ],
|
|
"COUT": [ 1470 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1471 ],
|
|
"S1": [ 1472 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[2]_CCU2C_B1_S1_CCU2C_S1_5": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1473 ],
|
|
"A1": [ 1474 ],
|
|
"B0": [ 1475 ],
|
|
"B1": [ 1476 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1470 ],
|
|
"COUT": [ 1477 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1478 ],
|
|
"S1": [ 1479 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[2]_CCU2C_B1_S1_CCU2C_S1_6": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1480 ],
|
|
"A1": [ 1481 ],
|
|
"B0": [ 1482 ],
|
|
"B1": [ 1483 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1477 ],
|
|
"COUT": [ 1484 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1485 ],
|
|
"S1": [ 1486 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[2]_CCU2C_B1_S1_CCU2C_S1_7": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1487 ],
|
|
"A1": [ 1487 ],
|
|
"B0": [ 1488 ],
|
|
"B1": [ 1488 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1484 ],
|
|
"COUT": [ 1489 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1490 ],
|
|
"S1": [ 1491 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[2]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 859 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1454 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[2]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 860 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1455 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[2]_TRELLIS_FF_Q_10": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 854 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1476 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[2]_TRELLIS_FF_Q_11": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 847 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1482 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[2]_TRELLIS_FF_Q_12": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 848 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1483 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[2]_TRELLIS_FF_Q_13": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 812 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1488 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[2]_TRELLIS_FF_Q_14": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 865 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1433 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[2]_TRELLIS_FF_Q_15": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 820 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1440 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[2]_TRELLIS_FF_Q_16": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 866 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1434 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[2]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 835 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1461 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[2]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 836 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1462 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[2]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 842 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1468 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[2]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 843 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1469 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[2]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 821 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1441 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[2]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 827 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1447 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[2]_TRELLIS_FF_Q_8": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 828 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1448 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[2]_TRELLIS_FF_Q_9": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 853 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1475 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[3]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 910 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1431 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[3]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 911 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1432 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[3]_TRELLIS_FF_Q_10": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 950 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1466 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[3]_TRELLIS_FF_Q_11": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 951 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1467 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[3]_TRELLIS_FF_Q_12": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 940 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1473 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[3]_TRELLIS_FF_Q_13": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 941 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1474 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[3]_TRELLIS_FF_Q_14": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 944 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1480 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[3]_TRELLIS_FF_Q_15": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 945 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1481 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[3]_TRELLIS_FF_Q_16": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 903 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1487 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[3]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 917 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1438 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[3]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 918 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1439 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[3]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 956 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1445 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[3]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 957 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1446 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[3]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 925 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1452 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[3]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 926 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1453 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[3]_TRELLIS_FF_Q_8": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 932 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1459 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[3]_TRELLIS_FF_Q_9": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 933 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1460 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_CCU2C_B1": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1492 ],
|
|
"A1": [ 1493 ],
|
|
"B0": [ 1494 ],
|
|
"B1": [ 1495 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1496 ],
|
|
"COUT": [ 1497 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1420 ],
|
|
"S1": [ 1421 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1498 ],
|
|
"A1": [ 1499 ],
|
|
"B0": [ 1500 ],
|
|
"B1": [ 1501 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1502 ],
|
|
"COUT": [ 1503 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1407 ],
|
|
"S1": [ 1408 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_1": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1504 ],
|
|
"A1": [ 1505 ],
|
|
"B0": [ 1506 ],
|
|
"B1": [ 1507 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1508 ],
|
|
"COUT": [ 1509 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1428 ],
|
|
"S1": [ 1429 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_10": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1510 ],
|
|
"A1": [ 1511 ],
|
|
"B0": [ 1512 ],
|
|
"B1": [ 1513 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1503 ],
|
|
"COUT": [ 1514 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1409 ],
|
|
"S1": [ 1410 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_11": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1515 ],
|
|
"A1": [ 1516 ],
|
|
"B0": [ 1517 ],
|
|
"B1": [ 1518 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1514 ],
|
|
"COUT": [ 1519 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1412 ],
|
|
"S1": [ 1413 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_12": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1520 ],
|
|
"A1": [ 1521 ],
|
|
"B0": [ 1522 ],
|
|
"B1": [ 1523 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1519 ],
|
|
"COUT": [ 1524 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1414 ],
|
|
"S1": [ 1415 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_13": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1525 ],
|
|
"A1": [ 1526 ],
|
|
"B0": [ 1527 ],
|
|
"B1": [ 1528 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1524 ],
|
|
"COUT": [ 1529 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1416 ],
|
|
"S1": [ 1417 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_14": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1530 ],
|
|
"A1": [ 1531 ],
|
|
"B0": [ 1532 ],
|
|
"B1": [ 1533 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1529 ],
|
|
"COUT": [ 1496 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1418 ],
|
|
"S1": [ 1419 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_2": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1534 ],
|
|
"A1": [ 1535 ],
|
|
"B0": [ 1536 ],
|
|
"B1": [ 1537 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ "0" ],
|
|
"COUT": [ 1538 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1399 ],
|
|
"S1": [ 1411 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_3": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1539 ],
|
|
"A1": [ 1540 ],
|
|
"B0": [ 1541 ],
|
|
"B1": [ 1542 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1497 ],
|
|
"COUT": [ 1543 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1423 ],
|
|
"S1": [ 1424 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_4": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1544 ],
|
|
"A1": [ 1545 ],
|
|
"B0": [ 1546 ],
|
|
"B1": [ 1547 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1538 ],
|
|
"COUT": [ 1548 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1422 ],
|
|
"S1": [ 1425 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_5": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1549 ],
|
|
"A1": [ 1550 ],
|
|
"B0": [ 1551 ],
|
|
"B1": [ 1552 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1548 ],
|
|
"COUT": [ 1508 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1426 ],
|
|
"S1": [ 1427 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_6": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1553 ],
|
|
"A1": [ 1554 ],
|
|
"B0": [ 1555 ],
|
|
"B1": [ 1556 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1509 ],
|
|
"COUT": [ 1557 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1430 ],
|
|
"S1": [ 1401 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_7": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1558 ],
|
|
"A1": [ 1559 ],
|
|
"B0": [ 1560 ],
|
|
"B1": [ 1561 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1557 ],
|
|
"COUT": [ 1562 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1402 ],
|
|
"S1": [ 1403 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_8": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1563 ],
|
|
"A1": [ 1564 ],
|
|
"B0": [ 1565 ],
|
|
"B1": [ 1566 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1562 ],
|
|
"COUT": [ 1567 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1400 ],
|
|
"S1": [ 1405 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_9": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1568 ],
|
|
"A1": [ 1569 ],
|
|
"B0": [ 1570 ],
|
|
"B1": [ 1571 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1567 ],
|
|
"COUT": [ 1502 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1404 ],
|
|
"S1": [ 1406 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1344 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1566 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1349 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1570 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_TRELLIS_FF_Q_10": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1295 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1523 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_TRELLIS_FF_Q_11": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1295 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1527 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_TRELLIS_FF_Q_12": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1295 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1528 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_TRELLIS_FF_Q_13": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1295 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1532 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_TRELLIS_FF_Q_14": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1295 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1533 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_TRELLIS_FF_Q_15": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1295 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1494 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_TRELLIS_FF_Q_16": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1295 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1495 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_TRELLIS_FF_Q_17": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1295 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1541 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_TRELLIS_FF_Q_18": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1301 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1536 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_TRELLIS_FF_Q_19": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1302 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1537 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1350 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1571 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_TRELLIS_FF_Q_20": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1308 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1546 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_TRELLIS_FF_Q_21": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1309 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1547 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_TRELLIS_FF_Q_22": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1315 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1551 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_TRELLIS_FF_Q_23": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1316 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1552 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_TRELLIS_FF_Q_24": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1322 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1506 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_TRELLIS_FF_Q_25": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1323 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1507 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_TRELLIS_FF_Q_26": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1329 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1555 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_TRELLIS_FF_Q_27": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1330 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1556 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_TRELLIS_FF_Q_28": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1336 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1560 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_TRELLIS_FF_Q_29": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1295 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1542 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1294 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1500 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_TRELLIS_FF_Q_30": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1337 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1561 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_TRELLIS_FF_Q_31": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1343 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1565 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1295 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1501 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1295 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1512 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1295 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1513 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1295 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1517 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_TRELLIS_FF_Q_8": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1295 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1518 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_TRELLIS_FF_Q_9": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1295 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1522 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[9]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1436 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1534 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[9]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1485 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1568 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[9]_TRELLIS_FF_Q_10": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1491 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1521 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[9]_TRELLIS_FF_Q_11": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1491 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1492 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[9]_TRELLIS_FF_Q_12": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1491 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1493 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[9]_TRELLIS_FF_Q_13": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1491 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1539 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[9]_TRELLIS_FF_Q_14": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1491 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1540 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[9]_TRELLIS_FF_Q_15": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1437 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1535 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[9]_TRELLIS_FF_Q_16": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1479 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1564 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[9]_TRELLIS_FF_Q_17": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1443 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1544 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[9]_TRELLIS_FF_Q_18": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1444 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1545 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[9]_TRELLIS_FF_Q_19": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1450 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1549 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[9]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1486 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1569 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[9]_TRELLIS_FF_Q_20": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1491 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1526 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[9]_TRELLIS_FF_Q_21": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1491 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1530 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[9]_TRELLIS_FF_Q_22": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1491 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1531 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[9]_TRELLIS_FF_Q_23": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1451 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1550 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[9]_TRELLIS_FF_Q_24": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1457 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1504 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[9]_TRELLIS_FF_Q_25": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1458 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1505 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[9]_TRELLIS_FF_Q_26": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1464 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1553 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[9]_TRELLIS_FF_Q_27": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1465 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1554 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[9]_TRELLIS_FF_Q_28": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1491 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1525 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[9]_TRELLIS_FF_Q_29": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1471 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1558 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[9]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1490 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1498 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[9]_TRELLIS_FF_Q_30": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1472 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1559 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[9]_TRELLIS_FF_Q_31": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1478 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1563 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[9]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1491 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1499 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[9]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1491 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1510 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[9]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1491 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1511 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[9]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1491 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1515 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[9]_TRELLIS_FF_Q_8": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1491 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1516 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[9]_TRELLIS_FF_Q_9": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1491 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1520 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.valid0_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:68.164-68.215"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 625 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 1572 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.valid1_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:68.164-68.215"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1572 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 1573 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.valid5_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:68.164-68.215"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 380 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 1574 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.valid6_LUT4_C": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000000000000001"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:128.32-129.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 1575 ],
|
|
"B": [ 1576 ],
|
|
"C": [ 1577 ],
|
|
"D": [ 1573 ],
|
|
"Z": [ 594 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.valid6_LUT4_C_Z_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000000000000001"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:128.32-129.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 1574 ],
|
|
"B": [ 1578 ],
|
|
"C": [ 1572 ],
|
|
"D": [ 380 ],
|
|
"Z": [ 593 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.valid6_LUT4_C_Z_LUT4_Z_1": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000111100000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:119.33-120.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ "0" ],
|
|
"C": [ 376 ],
|
|
"D": [ 1579 ],
|
|
"Z": [ 595 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.valid6_LUT4_C_Z_LUT4_Z_1_D_LUT4_D": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000111111111111"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:119.33-120.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ "0" ],
|
|
"C": [ 376 ],
|
|
"D": [ 1579 ],
|
|
"Z": [ 1288 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.valid6_LUT4_C_Z_LUT4_Z_1_D_LUT4_D_Z_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000000001000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:128.32-129.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 376 ],
|
|
"B": [ 375 ],
|
|
"C": [ 374 ],
|
|
"D": [ 1578 ],
|
|
"Z": [ 1580 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.valid6_LUT4_C_Z_LUT4_Z_1_D_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000000000001111"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:119.33-120.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ "0" ],
|
|
"C": [ 375 ],
|
|
"D": [ 374 ],
|
|
"Z": [ 1579 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.valid6_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:68.164-68.215"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1574 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 1577 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.valid7_LUT4_D": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0100000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:128.32-129.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 376 ],
|
|
"B": [ 375 ],
|
|
"C": [ 374 ],
|
|
"D": [ 1578 ],
|
|
"Z": [ 1278 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.valid7_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:278.5-288.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:68.164-68.215"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 602 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 1578 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.valid_tree_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:181.13-189.16|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:68.164-68.215"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1573 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 1576 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.valid_tree_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:181.13-189.16|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:68.164-68.215"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1576 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 1575 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.valid_tree_out_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:181.13-189.16|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:68.164-68.215"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1575 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 380 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[0]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 192 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 998 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[0]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 193 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 999 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[0]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 194 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1001 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[0]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 195 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1002 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[0]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 196 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1003 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[0]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 197 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1004 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[0]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 198 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1005 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[0]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 199 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1000 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[1]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 200 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1034 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[1]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 201 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1035 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[1]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 202 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1037 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[1]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 203 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1038 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[1]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 204 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1039 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[1]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 205 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1040 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[1]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 206 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1041 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[1]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 207 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1036 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[2]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 208 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1070 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[2]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 209 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1071 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[2]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 210 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1073 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[2]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 211 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1074 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[2]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 212 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1075 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[2]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 213 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1076 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[2]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 214 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1077 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[2]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 215 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1072 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[3]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 216 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1106 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[3]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 217 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1107 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[3]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 218 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1109 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[3]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 219 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1110 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[3]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 220 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1111 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[3]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 221 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1112 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[3]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 222 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1113 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[3]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 223 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1108 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[4]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 224 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1142 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[4]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 225 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1143 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[4]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 226 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1145 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[4]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 227 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1146 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[4]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 228 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1147 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[4]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 229 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1148 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[4]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 230 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1149 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[4]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 231 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1144 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[5]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 232 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1178 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[5]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 236 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1183 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[5]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 234 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1181 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[5]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 237 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1184 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[5]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 238 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1185 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[5]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 239 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1180 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[5]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 235 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1182 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[5]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 233 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1179 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[6]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 240 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1214 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[6]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 247 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1216 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[6]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 241 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1215 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[6]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 243 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1218 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[6]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 244 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1219 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[6]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 245 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1220 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[6]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 246 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1221 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[6]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 242 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1217 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[7]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 248 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1250 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[7]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 251 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1254 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[7]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 252 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1255 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[7]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 253 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1256 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[7]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 249 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1251 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[7]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 250 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1253 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[7]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 254 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1257 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[7]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 255 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1252 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[0]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 64 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 990 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[0]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 65 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 991 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[0]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 66 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 993 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[0]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 67 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 994 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[0]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 68 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 995 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[0]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 69 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 996 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[0]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 70 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 997 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[0]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 71 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 992 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[1]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 72 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1026 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[1]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 73 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1027 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[1]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 74 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1029 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[1]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 75 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1030 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[1]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 76 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1031 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[1]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 77 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1032 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[1]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 78 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1033 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[1]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 79 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1028 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[2]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 80 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1062 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[2]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 81 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1063 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[2]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 82 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1065 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[2]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 83 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1066 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[2]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 84 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1067 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[2]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 85 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1068 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[2]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 86 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1069 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[2]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 87 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1064 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[3]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 88 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1098 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[3]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 89 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1099 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[3]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 90 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1101 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[3]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 91 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1102 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[3]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 92 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1103 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[3]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 93 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1104 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[3]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 94 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1105 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[3]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 95 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1100 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[4]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 96 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1134 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[4]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 97 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1135 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[4]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 98 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1137 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[4]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 99 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1138 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[4]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 100 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1139 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[4]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 101 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1140 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[4]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 102 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1141 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[4]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 103 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1136 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[5]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 104 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1170 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[5]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 108 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1175 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[5]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 109 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1176 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[5]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 110 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1177 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[5]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 111 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1172 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[5]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 105 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1171 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[5]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 106 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1173 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[5]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 107 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1174 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[6]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 112 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1206 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[6]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 116 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1211 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[6]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 117 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1212 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[6]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 118 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1213 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[6]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 113 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1207 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[6]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 114 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1209 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[6]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 115 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1210 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[6]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 119 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1208 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[7]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 120 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1242 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[7]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 124 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1247 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[7]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 125 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1248 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[7]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 126 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1249 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[7]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 127 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1244 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[7]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 123 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1246 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[7]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 121 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1243 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[7]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 598 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 122 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1245 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.y7_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:278.5-288.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 524 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1279 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.y7_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:278.5-288.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 533 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1280 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.y7_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:278.5-288.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 527 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1281 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.y7_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:278.5-288.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 531 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1282 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.y7_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:278.5-288.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 529 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1283 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.y7_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:278.5-288.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 454 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1284 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.y7_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:278.5-288.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 535 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1285 ]
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.y7_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:278.5-288.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 525 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1286 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np": {
|
|
"hide_name": 0,
|
|
"type": "$scopeinfo",
|
|
"parameters": {
|
|
"TYPE": "module"
|
|
},
|
|
"attributes": {
|
|
"cell_src": "hardware/v2/rtl/neural_processor_array.v:62.15-85.14",
|
|
"module": "$paramod$c0193c7ec190759e8025e35dead4531c56eb80a9\\neural_processor",
|
|
"module_dynports": "00000000000000000000000000000001",
|
|
"module_hdlname": "neural_processor",
|
|
"module_src": "hardware/v2/rtl/neural_processor.v:29.1-382.10"
|
|
},
|
|
"port_directions": {
|
|
},
|
|
"connections": {
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.acc_reg_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1581 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1582 ],
|
|
"LSR": [ 1583 ],
|
|
"Q": [ 1584 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.acc_reg_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1581 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1585 ],
|
|
"LSR": [ 1583 ],
|
|
"Q": [ 1586 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.acc_reg_TRELLIS_FF_Q_10": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1581 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1587 ],
|
|
"LSR": [ 1583 ],
|
|
"Q": [ 1588 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.acc_reg_TRELLIS_FF_Q_11": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1581 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1589 ],
|
|
"LSR": [ 1583 ],
|
|
"Q": [ 1590 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.acc_reg_TRELLIS_FF_Q_12": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1581 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1591 ],
|
|
"LSR": [ 1583 ],
|
|
"Q": [ 1592 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.acc_reg_TRELLIS_FF_Q_13": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1581 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1593 ],
|
|
"LSR": [ 1583 ],
|
|
"Q": [ 1594 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.acc_reg_TRELLIS_FF_Q_14": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1581 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1595 ],
|
|
"LSR": [ 1583 ],
|
|
"Q": [ 1596 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.acc_reg_TRELLIS_FF_Q_15": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1581 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1597 ],
|
|
"LSR": [ 1583 ],
|
|
"Q": [ 1598 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.acc_reg_TRELLIS_FF_Q_16": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1581 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1599 ],
|
|
"LSR": [ 1583 ],
|
|
"Q": [ 1600 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.acc_reg_TRELLIS_FF_Q_17": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1581 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1601 ],
|
|
"LSR": [ 1583 ],
|
|
"Q": [ 1602 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.acc_reg_TRELLIS_FF_Q_18": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1581 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1603 ],
|
|
"LSR": [ 1583 ],
|
|
"Q": [ 1604 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.acc_reg_TRELLIS_FF_Q_19": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1581 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1605 ],
|
|
"LSR": [ 1583 ],
|
|
"Q": [ 1606 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.acc_reg_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1581 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1607 ],
|
|
"LSR": [ 1583 ],
|
|
"Q": [ 1608 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.acc_reg_TRELLIS_FF_Q_20": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1581 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1609 ],
|
|
"LSR": [ 1583 ],
|
|
"Q": [ 1610 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.acc_reg_TRELLIS_FF_Q_21": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1581 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1611 ],
|
|
"LSR": [ 1583 ],
|
|
"Q": [ 1612 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.acc_reg_TRELLIS_FF_Q_22": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1581 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1613 ],
|
|
"LSR": [ 1583 ],
|
|
"Q": [ 1614 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.acc_reg_TRELLIS_FF_Q_23": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1581 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1615 ],
|
|
"LSR": [ 1583 ],
|
|
"Q": [ 1616 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.acc_reg_TRELLIS_FF_Q_24": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1581 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1617 ],
|
|
"LSR": [ 1583 ],
|
|
"Q": [ 1618 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.acc_reg_TRELLIS_FF_Q_25": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1581 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1619 ],
|
|
"LSR": [ 1583 ],
|
|
"Q": [ 1620 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.acc_reg_TRELLIS_FF_Q_26": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1581 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1621 ],
|
|
"LSR": [ 1583 ],
|
|
"Q": [ 1622 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.acc_reg_TRELLIS_FF_Q_27": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1581 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1623 ],
|
|
"LSR": [ 1583 ],
|
|
"Q": [ 1624 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.acc_reg_TRELLIS_FF_Q_28": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1581 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1625 ],
|
|
"LSR": [ 1583 ],
|
|
"Q": [ 1626 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.acc_reg_TRELLIS_FF_Q_29": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1581 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1627 ],
|
|
"LSR": [ 1583 ],
|
|
"Q": [ 1628 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.acc_reg_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1581 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1629 ],
|
|
"LSR": [ 1583 ],
|
|
"Q": [ 1630 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.acc_reg_TRELLIS_FF_Q_30": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1581 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1631 ],
|
|
"LSR": [ 1583 ],
|
|
"Q": [ 1632 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.acc_reg_TRELLIS_FF_Q_31": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1581 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1633 ],
|
|
"LSR": [ 1583 ],
|
|
"Q": [ 1634 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.acc_reg_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1581 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1635 ],
|
|
"LSR": [ 1583 ],
|
|
"Q": [ 1636 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.acc_reg_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1581 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1637 ],
|
|
"LSR": [ 1583 ],
|
|
"Q": [ 1638 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.acc_reg_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1581 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1639 ],
|
|
"LSR": [ 1583 ],
|
|
"Q": [ 1640 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.acc_reg_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1581 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1641 ],
|
|
"LSR": [ 1583 ],
|
|
"Q": [ 1642 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.acc_reg_TRELLIS_FF_Q_8": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1581 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1643 ],
|
|
"LSR": [ 1583 ],
|
|
"Q": [ 1644 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.acc_reg_TRELLIS_FF_Q_9": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1581 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1645 ],
|
|
"LSR": [ 1583 ],
|
|
"Q": [ 1646 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.acc_reg_TRELLIS_FF_Q_LSR_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "1111111100010000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:128.32-129.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 379 ],
|
|
"B": [ 378 ],
|
|
"C": [ 377 ],
|
|
"D": [ 3 ],
|
|
"Z": [ 1583 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_LUT4_D": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0100010001001100"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:134.39-135.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 1647 ],
|
|
"B": [ 1648 ],
|
|
"C": [ 1649 ],
|
|
"D": [ 1650 ],
|
|
"Z": [ 1651 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_LUT4_D_1": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000000000001111"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:119.33-120.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ "0" ],
|
|
"C": [ 1649 ],
|
|
"D": [ 1650 ],
|
|
"Z": [ 1652 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT": {
|
|
"hide_name": 0,
|
|
"type": "PFUMX",
|
|
"parameters": {
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:138.19-138.63"
|
|
},
|
|
"port_directions": {
|
|
"ALUT": "input",
|
|
"BLUT": "input",
|
|
"C0": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"ALUT": [ 1653 ],
|
|
"BLUT": [ 1651 ],
|
|
"C0": [ 1654 ],
|
|
"Z": [ 1655 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_ALUT_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000000011111111"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:136.39-137.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ "0" ],
|
|
"C": [ "0" ],
|
|
"D": [ 1647 ],
|
|
"Z": [ 1653 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_L6MUX21_Z": {
|
|
"hide_name": 0,
|
|
"type": "L6MUX21",
|
|
"parameters": {
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:154.21-154.62"
|
|
},
|
|
"port_directions": {
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"SD": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"D0": [ 1656 ],
|
|
"D1": [ 1657 ],
|
|
"SD": [ 1658 ],
|
|
"Z": [ 1654 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_L6MUX21_Z_D0_PFUMX_Z": {
|
|
"hide_name": 0,
|
|
"type": "PFUMX",
|
|
"parameters": {
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:152.19-152.65"
|
|
},
|
|
"port_directions": {
|
|
"ALUT": "input",
|
|
"BLUT": "input",
|
|
"C0": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"ALUT": [ 1659 ],
|
|
"BLUT": [ 1660 ],
|
|
"C0": [ 1661 ],
|
|
"Z": [ 1656 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_L6MUX21_Z_D0_PFUMX_Z_ALUT_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "1110111111111111"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:144.39-145.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 1662 ],
|
|
"B": [ 1663 ],
|
|
"C": [ 1664 ],
|
|
"D": [ 1665 ],
|
|
"Z": [ 1659 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_L6MUX21_Z_D0_PFUMX_Z_BLUT_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "1111111111111111"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:142.39-143.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ "0" ],
|
|
"C": [ "0" ],
|
|
"D": [ "0" ],
|
|
"Z": [ 1660 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_L6MUX21_Z_D1_PFUMX_Z": {
|
|
"hide_name": 0,
|
|
"type": "PFUMX",
|
|
"parameters": {
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:153.19-153.65"
|
|
},
|
|
"port_directions": {
|
|
"ALUT": "input",
|
|
"BLUT": "input",
|
|
"C0": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"ALUT": [ 1666 ],
|
|
"BLUT": [ 1667 ],
|
|
"C0": [ 1661 ],
|
|
"Z": [ 1657 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_L6MUX21_Z_D1_PFUMX_Z_ALUT_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:149.39-150.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ "0" ],
|
|
"C": [ "0" ],
|
|
"D": [ "0" ],
|
|
"Z": [ 1666 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_L6MUX21_Z_D1_PFUMX_Z_BLUT_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:147.39-148.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ "0" ],
|
|
"C": [ "0" ],
|
|
"D": [ "0" ],
|
|
"Z": [ 1667 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_L6MUX21_Z_SD_L6MUX21_Z": {
|
|
"hide_name": 0,
|
|
"type": "L6MUX21",
|
|
"parameters": {
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:154.21-154.62"
|
|
},
|
|
"port_directions": {
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"SD": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"D0": [ 1668 ],
|
|
"D1": [ 1669 ],
|
|
"SD": [ 1670 ],
|
|
"Z": [ 1658 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_L6MUX21_Z_SD_L6MUX21_Z_D0_PFUMX_Z": {
|
|
"hide_name": 0,
|
|
"type": "PFUMX",
|
|
"parameters": {
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:152.19-152.65"
|
|
},
|
|
"port_directions": {
|
|
"ALUT": "input",
|
|
"BLUT": "input",
|
|
"C0": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"ALUT": [ 1671 ],
|
|
"BLUT": [ 1672 ],
|
|
"C0": [ 1673 ],
|
|
"Z": [ 1668 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_L6MUX21_Z_SD_L6MUX21_Z_D0_PFUMX_Z_ALUT_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:144.39-145.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ "0" ],
|
|
"C": [ "0" ],
|
|
"D": [ "0" ],
|
|
"Z": [ 1671 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_L6MUX21_Z_SD_L6MUX21_Z_D0_PFUMX_Z_BLUT_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:142.39-143.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ "0" ],
|
|
"C": [ "0" ],
|
|
"D": [ "0" ],
|
|
"Z": [ 1672 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_L6MUX21_Z_SD_L6MUX21_Z_D1_PFUMX_Z": {
|
|
"hide_name": 0,
|
|
"type": "PFUMX",
|
|
"parameters": {
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:153.19-153.65"
|
|
},
|
|
"port_directions": {
|
|
"ALUT": "input",
|
|
"BLUT": "input",
|
|
"C0": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"ALUT": [ 1674 ],
|
|
"BLUT": [ 1675 ],
|
|
"C0": [ 1673 ],
|
|
"Z": [ 1669 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_L6MUX21_Z_SD_L6MUX21_Z_D1_PFUMX_Z_ALUT_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "1000000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:149.39-150.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 1676 ],
|
|
"B": [ 1677 ],
|
|
"C": [ 1678 ],
|
|
"D": [ 1679 ],
|
|
"Z": [ 1674 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_L6MUX21_Z_SD_L6MUX21_Z_D1_PFUMX_Z_BLUT_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:147.39-148.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ "0" ],
|
|
"C": [ "0" ],
|
|
"D": [ "0" ],
|
|
"Z": [ 1675 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_L6MUX21_Z_SD_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0001000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:128.32-129.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 1680 ],
|
|
"B": [ 1681 ],
|
|
"C": [ 1682 ],
|
|
"D": [ 1683 ],
|
|
"Z": [ 1661 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_L6MUX21_Z_SD_LUT4_Z_1": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "1100000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:124.33-125.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ 1684 ],
|
|
"C": [ 1685 ],
|
|
"D": [ 1686 ],
|
|
"Z": [ 1665 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_L6MUX21_Z_SD_LUT4_Z_1_D_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000000000000011"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:124.33-125.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ 1687 ],
|
|
"C": [ 1688 ],
|
|
"D": [ 1689 ],
|
|
"Z": [ 1685 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_L6MUX21_Z_SD_LUT4_Z_1_D_LUT4_Z_1": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000000000001111"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:119.33-120.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ "0" ],
|
|
"C": [ 1690 ],
|
|
"D": [ 1691 ],
|
|
"Z": [ 1684 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_L6MUX21_Z_SD_LUT4_Z_1_D_LUT4_Z_2": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000000000000001"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:128.32-129.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 1692 ],
|
|
"B": [ 1693 ],
|
|
"C": [ 1694 ],
|
|
"D": [ 1695 ],
|
|
"Z": [ 1686 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_L6MUX21_Z_SD_LUT4_Z_2": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000000000000001"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:128.32-129.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 1696 ],
|
|
"B": [ 1697 ],
|
|
"C": [ 1698 ],
|
|
"D": [ 1699 ],
|
|
"Z": [ 1664 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_L6MUX21_Z_SD_LUT4_Z_D_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000000000000001"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:128.32-129.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 1700 ],
|
|
"B": [ 1701 ],
|
|
"C": [ 1702 ],
|
|
"D": [ 1703 ],
|
|
"Z": [ 1682 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_L6MUX21_Z_SD_LUT4_Z_D_LUT4_Z_1": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000000000000001"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:128.32-129.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 1647 ],
|
|
"B": [ 1704 ],
|
|
"C": [ 1705 ],
|
|
"D": [ 1706 ],
|
|
"Z": [ 1683 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_Z_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0101010111000100"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:128.32-129.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 1647 ],
|
|
"B": [ 1707 ],
|
|
"C": [ 1652 ],
|
|
"D": [ 1654 ],
|
|
"Z": [ 1708 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_Z_LUT4_Z_1": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0101010111000100"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:128.32-129.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 1647 ],
|
|
"B": [ 1709 ],
|
|
"C": [ 1652 ],
|
|
"D": [ 1654 ],
|
|
"Z": [ 1710 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_Z_LUT4_Z_2": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "1111000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:119.33-120.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ "0" ],
|
|
"C": [ 1647 ],
|
|
"D": [ 1652 ],
|
|
"Z": [ 1711 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_Z_LUT4_Z_3": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0101010111000100"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:128.32-129.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 1647 ],
|
|
"B": [ 1712 ],
|
|
"C": [ 1652 ],
|
|
"D": [ 1654 ],
|
|
"Z": [ 1713 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_Z_LUT4_Z_4": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0101010111000100"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:128.32-129.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 1647 ],
|
|
"B": [ 1714 ],
|
|
"C": [ 1652 ],
|
|
"D": [ 1654 ],
|
|
"Z": [ 1715 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_Z_LUT4_Z_5": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0101010111000100"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:128.32-129.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 1647 ],
|
|
"B": [ 1716 ],
|
|
"C": [ 1652 ],
|
|
"D": [ 1654 ],
|
|
"Z": [ 1717 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_Z_LUT4_Z_6": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0101010111000100"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:128.32-129.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 1647 ],
|
|
"B": [ 1718 ],
|
|
"C": [ 1652 ],
|
|
"D": [ 1654 ],
|
|
"Z": [ 1719 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "SET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:84.168-84.227"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1720 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 58 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 1650 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1720 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 59 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 1649 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.bias_reg_CCU2C_A1": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1721 ],
|
|
"A1": [ 1721 ],
|
|
"B0": [ 1632 ],
|
|
"B1": [ 1634 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1722 ],
|
|
"COUT": [ 1723 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1724 ],
|
|
"S1": [ 1725 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1726 ],
|
|
"A1": [ 1727 ],
|
|
"B0": [ 1584 ],
|
|
"B1": [ 1586 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ "0" ],
|
|
"COUT": [ 1728 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1729 ],
|
|
"S1": [ 1730 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_1": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1731 ],
|
|
"A1": [ 1732 ],
|
|
"B0": [ 1608 ],
|
|
"B1": [ 1630 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1728 ],
|
|
"COUT": [ 1733 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1734 ],
|
|
"S1": [ 1735 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_10": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1721 ],
|
|
"A1": [ 1721 ],
|
|
"B0": [ 1610 ],
|
|
"B1": [ 1612 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1736 ],
|
|
"COUT": [ 1737 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1738 ],
|
|
"S1": [ 1739 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_11": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1721 ],
|
|
"A1": [ 1721 ],
|
|
"B0": [ 1614 ],
|
|
"B1": [ 1616 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1737 ],
|
|
"COUT": [ 1740 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1741 ],
|
|
"S1": [ 1742 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_12": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1721 ],
|
|
"A1": [ 1721 ],
|
|
"B0": [ 1618 ],
|
|
"B1": [ 1620 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1740 ],
|
|
"COUT": [ 1743 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1744 ],
|
|
"S1": [ 1745 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_13": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1721 ],
|
|
"A1": [ 1721 ],
|
|
"B0": [ 1622 ],
|
|
"B1": [ 1624 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1743 ],
|
|
"COUT": [ 1746 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1747 ],
|
|
"S1": [ 1748 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_14": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1721 ],
|
|
"A1": [ 1721 ],
|
|
"B0": [ 1626 ],
|
|
"B1": [ 1628 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1746 ],
|
|
"COUT": [ 1722 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1749 ],
|
|
"S1": [ 1750 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_2": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1751 ],
|
|
"A1": [ 1752 ],
|
|
"B0": [ 1636 ],
|
|
"B1": [ 1638 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1733 ],
|
|
"COUT": [ 1753 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1754 ],
|
|
"S1": [ 1755 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_3": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1756 ],
|
|
"A1": [ 1721 ],
|
|
"B0": [ 1640 ],
|
|
"B1": [ 1642 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1753 ],
|
|
"COUT": [ 1757 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1758 ],
|
|
"S1": [ 1759 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_4": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1721 ],
|
|
"A1": [ 1721 ],
|
|
"B0": [ 1644 ],
|
|
"B1": [ 1646 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1757 ],
|
|
"COUT": [ 1760 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1761 ],
|
|
"S1": [ 1762 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_5": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1721 ],
|
|
"A1": [ 1721 ],
|
|
"B0": [ 1588 ],
|
|
"B1": [ 1590 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1760 ],
|
|
"COUT": [ 1763 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1764 ],
|
|
"S1": [ 1765 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_6": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1721 ],
|
|
"A1": [ 1721 ],
|
|
"B0": [ 1592 ],
|
|
"B1": [ 1594 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1763 ],
|
|
"COUT": [ 1766 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1767 ],
|
|
"S1": [ 1768 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_7": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1721 ],
|
|
"A1": [ 1721 ],
|
|
"B0": [ 1596 ],
|
|
"B1": [ 1598 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1766 ],
|
|
"COUT": [ 1769 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1770 ],
|
|
"S1": [ 1771 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_8": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1721 ],
|
|
"A1": [ 1721 ],
|
|
"B0": [ 1600 ],
|
|
"B1": [ 1602 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1769 ],
|
|
"COUT": [ 1772 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1773 ],
|
|
"S1": [ 1774 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_9": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1721 ],
|
|
"A1": [ 1721 ],
|
|
"B0": [ 1604 ],
|
|
"B1": [ 1606 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1772 ],
|
|
"COUT": [ 1736 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1775 ],
|
|
"S1": [ 1776 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.bias_reg_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1720 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 48 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 1726 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.bias_reg_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1720 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 49 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 1727 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.bias_reg_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1720 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 50 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 1731 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.bias_reg_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1720 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 51 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 1732 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.bias_reg_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1720 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 52 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 1751 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.bias_reg_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1720 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 53 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 1752 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.bias_reg_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1720 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 54 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 1756 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.bias_reg_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1720 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 55 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 1721 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_reg_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1729 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1707 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_reg_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1730 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1716 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_reg_TRELLIS_FF_Q_10": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1764 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1688 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_reg_TRELLIS_FF_Q_11": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1765 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1687 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_reg_TRELLIS_FF_Q_12": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1767 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1701 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_reg_TRELLIS_FF_Q_13": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1768 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1681 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_reg_TRELLIS_FF_Q_14": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1770 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1695 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_reg_TRELLIS_FF_Q_15": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1771 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1694 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_reg_TRELLIS_FF_Q_16": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1773 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1693 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_reg_TRELLIS_FF_Q_17": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1774 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1692 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_reg_TRELLIS_FF_Q_18": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1775 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1680 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_reg_TRELLIS_FF_Q_19": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1776 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1700 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_reg_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1734 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1709 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_reg_TRELLIS_FF_Q_20": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1738 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1699 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_reg_TRELLIS_FF_Q_21": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1739 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1698 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_reg_TRELLIS_FF_Q_22": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1741 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1691 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_reg_TRELLIS_FF_Q_23": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1742 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1690 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_reg_TRELLIS_FF_Q_24": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1744 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1697 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_reg_TRELLIS_FF_Q_25": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1745 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1663 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_reg_TRELLIS_FF_Q_26": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1747 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1706 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_reg_TRELLIS_FF_Q_27": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1748 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1705 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_reg_TRELLIS_FF_Q_28": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1749 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1662 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_reg_TRELLIS_FF_Q_29": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1750 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1696 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_reg_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1735 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1714 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_reg_TRELLIS_FF_Q_30": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1724 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1704 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_reg_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1754 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1712 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_reg_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1755 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1648 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_reg_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1758 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1718 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_reg_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1759 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1689 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_reg_TRELLIS_FF_Q_8": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1761 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1703 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_reg_TRELLIS_FF_Q_9": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1762 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1702 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_sign_LUT4_A": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "1000000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:136.39-137.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 1647 ],
|
|
"B": [ 1704 ],
|
|
"C": [ 1696 ],
|
|
"D": [ 1690 ],
|
|
"Z": [ 1777 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_sign_LUT4_A_Z_PFUMX_ALUT": {
|
|
"hide_name": 0,
|
|
"type": "PFUMX",
|
|
"parameters": {
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:138.19-138.63"
|
|
},
|
|
"port_directions": {
|
|
"ALUT": "input",
|
|
"BLUT": "input",
|
|
"C0": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"ALUT": [ 1777 ],
|
|
"BLUT": [ 1778 ],
|
|
"C0": [ 1691 ],
|
|
"Z": [ 1679 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_sign_LUT4_A_Z_PFUMX_ALUT_BLUT_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:134.39-135.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ "0" ],
|
|
"C": [ "0" ],
|
|
"D": [ "0" ],
|
|
"Z": [ 1778 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_sign_LUT4_A_Z_PFUMX_ALUT_Z_L6MUX21_Z": {
|
|
"hide_name": 0,
|
|
"type": "L6MUX21",
|
|
"parameters": {
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:154.21-154.62"
|
|
},
|
|
"port_directions": {
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"SD": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"D0": [ 1779 ],
|
|
"D1": [ 1780 ],
|
|
"SD": [ 1698 ],
|
|
"Z": [ 1673 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_sign_LUT4_A_Z_PFUMX_ALUT_Z_L6MUX21_Z_D0_PFUMX_Z": {
|
|
"hide_name": 0,
|
|
"type": "PFUMX",
|
|
"parameters": {
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:152.19-152.65"
|
|
},
|
|
"port_directions": {
|
|
"ALUT": "input",
|
|
"BLUT": "input",
|
|
"C0": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"ALUT": [ 1781 ],
|
|
"BLUT": [ 1782 ],
|
|
"C0": [ 1697 ],
|
|
"Z": [ 1779 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_sign_LUT4_A_Z_PFUMX_ALUT_Z_L6MUX21_Z_D0_PFUMX_Z_ALUT_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:144.39-145.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ "0" ],
|
|
"C": [ "0" ],
|
|
"D": [ "0" ],
|
|
"Z": [ 1781 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_sign_LUT4_A_Z_PFUMX_ALUT_Z_L6MUX21_Z_D0_PFUMX_Z_BLUT_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:142.39-143.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ "0" ],
|
|
"C": [ "0" ],
|
|
"D": [ "0" ],
|
|
"Z": [ 1782 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_sign_LUT4_A_Z_PFUMX_ALUT_Z_L6MUX21_Z_D1_PFUMX_Z": {
|
|
"hide_name": 0,
|
|
"type": "PFUMX",
|
|
"parameters": {
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:153.19-153.65"
|
|
},
|
|
"port_directions": {
|
|
"ALUT": "input",
|
|
"BLUT": "input",
|
|
"C0": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"ALUT": [ 1783 ],
|
|
"BLUT": [ 1784 ],
|
|
"C0": [ 1697 ],
|
|
"Z": [ 1780 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_sign_LUT4_A_Z_PFUMX_ALUT_Z_L6MUX21_Z_D1_PFUMX_Z_ALUT_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "1000000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:149.39-150.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 1662 ],
|
|
"B": [ 1705 ],
|
|
"C": [ 1706 ],
|
|
"D": [ 1663 ],
|
|
"Z": [ 1783 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_sign_LUT4_A_Z_PFUMX_ALUT_Z_L6MUX21_Z_D1_PFUMX_Z_BLUT_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:147.39-148.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ "0" ],
|
|
"C": [ "0" ],
|
|
"D": [ "0" ],
|
|
"Z": [ 1784 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_sign_LUT4_A_Z_PFUMX_ALUT_Z_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "1111000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:119.33-120.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ "0" ],
|
|
"C": [ 1701 ],
|
|
"D": [ 1702 ],
|
|
"Z": [ 1676 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_sign_LUT4_A_Z_PFUMX_ALUT_Z_LUT4_Z_1": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "1111000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:119.33-120.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ "0" ],
|
|
"C": [ 1703 ],
|
|
"D": [ 1689 ],
|
|
"Z": [ 1677 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_sign_LUT4_A_Z_PFUMX_ALUT_Z_LUT4_Z_2": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "1000000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:128.32-129.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 1693 ],
|
|
"B": [ 1681 ],
|
|
"C": [ 1687 ],
|
|
"D": [ 1688 ],
|
|
"Z": [ 1678 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_sign_LUT4_A_Z_PFUMX_ALUT_Z_LUT4_Z_3": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "1100000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:124.33-125.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ 1694 ],
|
|
"C": [ 1695 ],
|
|
"D": [ 1785 ],
|
|
"Z": [ 1670 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_sign_LUT4_A_Z_PFUMX_ALUT_Z_LUT4_Z_3_D_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "1000000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:128.32-129.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 1699 ],
|
|
"B": [ 1700 ],
|
|
"C": [ 1680 ],
|
|
"D": [ 1692 ],
|
|
"Z": [ 1785 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_sign_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1725 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1647 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.job_ready_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0001000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:128.32-129.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 378 ],
|
|
"B": [ 1786 ],
|
|
"C": [ 1787 ],
|
|
"D": [ 1788 ],
|
|
"Z": [ 7 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.last0_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:68.164-68.215"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 321 ],
|
|
"LSR": [ 1789 ],
|
|
"Q": [ 1790 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.last0_TRELLIS_FF_Q_LSR_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000000011111111"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:114.33-115.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ "0" ],
|
|
"C": [ "0" ],
|
|
"D": [ 1791 ],
|
|
"Z": [ 1789 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.last1_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:68.164-68.215"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1790 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 1792 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.last5_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:68.164-68.215"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1793 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 1794 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.last6_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:68.164-68.215"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1794 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 1795 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.last_tree_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:181.13-189.16|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:68.164-68.215"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1792 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 1796 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.last_tree_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:181.13-189.16|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:68.164-68.215"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1796 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 1797 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.last_tree_out_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:181.13-189.16|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:68.164-68.215"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1797 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 1793 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.node_id_reg_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1720 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 24 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 1798 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.node_id_reg_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1720 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 25 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 1799 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.node_id_reg_TRELLIS_FF_Q_10": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1720 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 34 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 1800 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.node_id_reg_TRELLIS_FF_Q_11": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1720 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 35 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 1801 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.node_id_reg_TRELLIS_FF_Q_12": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1720 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 36 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 1802 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.node_id_reg_TRELLIS_FF_Q_13": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1720 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 37 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 1803 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.node_id_reg_TRELLIS_FF_Q_14": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1720 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 38 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 1804 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.node_id_reg_TRELLIS_FF_Q_15": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1720 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 39 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 1805 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.node_id_reg_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1720 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 26 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 1806 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.node_id_reg_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1720 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 27 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 1807 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.node_id_reg_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1720 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 28 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 1808 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.node_id_reg_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1720 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 29 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 1809 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.node_id_reg_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1720 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 30 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 1810 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.node_id_reg_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1720 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 31 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 1811 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.node_id_reg_TRELLIS_FF_Q_8": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1720 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 32 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 1812 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.node_id_reg_TRELLIS_FF_Q_9": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1720 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 33 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 1813 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.np_state_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1814 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1815 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 377 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.np_state_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1814 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1816 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 378 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.np_state_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1814 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1817 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 379 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.np_state_TRELLIS_FF_Q_CE_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "1111000010110000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:128.32-129.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 378 ],
|
|
"B": [ 1787 ],
|
|
"C": [ 1818 ],
|
|
"D": [ 1720 ],
|
|
"Z": [ 1814 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.np_state_TRELLIS_FF_Q_DI_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000000000111111"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:124.33-125.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ 379 ],
|
|
"C": [ 378 ],
|
|
"D": [ 377 ],
|
|
"Z": [ 1815 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.np_state_TRELLIS_FF_Q_DI_LUT4_Z_1": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "1111000011001100"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:124.33-125.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ 379 ],
|
|
"C": [ 378 ],
|
|
"D": [ 377 ],
|
|
"Z": [ 1817 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.np_state_TRELLIS_FF_Q_DI_LUT4_Z_2": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "1100001111110000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:124.33-125.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ 379 ],
|
|
"C": [ 378 ],
|
|
"D": [ 377 ],
|
|
"Z": [ 1816 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.operand_ready_LUT4_D": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "1111000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:119.33-120.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ "0" ],
|
|
"C": [ 61 ],
|
|
"D": [ 63 ],
|
|
"Z": [ 1819 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.operand_ready_LUT4_D_Z_LUT4_D": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000111100000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:119.33-120.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ "0" ],
|
|
"C": [ 3 ],
|
|
"D": [ 1819 ],
|
|
"Z": [ 1791 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.operand_ready_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "1111000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:119.33-120.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ "0" ],
|
|
"C": [ 378 ],
|
|
"D": [ 1787 ],
|
|
"Z": [ 63 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[0]_CCU2C_B1": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1820 ],
|
|
"A1": [ 1821 ],
|
|
"B0": [ 1822 ],
|
|
"B1": [ 1823 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1824 ],
|
|
"COUT": [ 1825 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1826 ],
|
|
"S1": [ 1827 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[0]_CCU2C_B1_S1_CCU2C_S0": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1828 ],
|
|
"A1": [ "0" ],
|
|
"B0": [ 1829 ],
|
|
"B1": [ "0" ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1830 ],
|
|
"COUT": [ 1831 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1832 ],
|
|
"S1": [ 1833 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[0]_CCU2C_B1_S1_CCU2C_S1": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1834 ],
|
|
"A1": [ 1835 ],
|
|
"B0": [ 1836 ],
|
|
"B1": [ 1837 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1838 ],
|
|
"COUT": [ 1839 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1840 ],
|
|
"S1": [ 1841 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[0]_CCU2C_B1_S1_CCU2C_S1_1": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1842 ],
|
|
"A1": [ 1843 ],
|
|
"B0": [ 1844 ],
|
|
"B1": [ 1845 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ "0" ],
|
|
"COUT": [ 1846 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1847 ],
|
|
"S1": [ 1848 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[0]_CCU2C_B1_S1_CCU2C_S1_2": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1849 ],
|
|
"A1": [ 1850 ],
|
|
"B0": [ 1851 ],
|
|
"B1": [ 1852 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1846 ],
|
|
"COUT": [ 1838 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1853 ],
|
|
"S1": [ 1854 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[0]_CCU2C_B1_S1_CCU2C_S1_3": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1855 ],
|
|
"A1": [ 1856 ],
|
|
"B0": [ 1857 ],
|
|
"B1": [ 1858 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1839 ],
|
|
"COUT": [ 1859 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1860 ],
|
|
"S1": [ 1861 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[0]_CCU2C_B1_S1_CCU2C_S1_4": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1862 ],
|
|
"A1": [ 1863 ],
|
|
"B0": [ 1864 ],
|
|
"B1": [ 1865 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1859 ],
|
|
"COUT": [ 1824 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1866 ],
|
|
"S1": [ 1867 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[0]_CCU2C_B1_S1_CCU2C_S1_5": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1868 ],
|
|
"A1": [ 1869 ],
|
|
"B0": [ 1870 ],
|
|
"B1": [ 1871 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1825 ],
|
|
"COUT": [ 1872 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1873 ],
|
|
"S1": [ 1874 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[0]_CCU2C_B1_S1_CCU2C_S1_6": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1875 ],
|
|
"A1": [ 1828 ],
|
|
"B0": [ 1876 ],
|
|
"B1": [ 1829 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1872 ],
|
|
"COUT": [ 1830 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1877 ],
|
|
"S1": [ 1878 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[0]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1879 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1844 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[0]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1880 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1845 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[0]_TRELLIS_FF_Q_10": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1881 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1822 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[0]_TRELLIS_FF_Q_11": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1882 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1823 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[0]_TRELLIS_FF_Q_12": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1883 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1870 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[0]_TRELLIS_FF_Q_13": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1884 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1871 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[0]_TRELLIS_FF_Q_14": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1885 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1876 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[0]_TRELLIS_FF_Q_15": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1886 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1829 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[0]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1887 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1851 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[0]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1888 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1852 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[0]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1889 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1836 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[0]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1890 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1837 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[0]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1891 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1857 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[0]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1892 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1858 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[0]_TRELLIS_FF_Q_8": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1893 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1864 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[0]_TRELLIS_FF_Q_9": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1894 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1865 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[1]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1895 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1842 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[1]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1896 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1843 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[1]_TRELLIS_FF_Q_10": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1897 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1820 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[1]_TRELLIS_FF_Q_11": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1898 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1821 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[1]_TRELLIS_FF_Q_12": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1899 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1868 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[1]_TRELLIS_FF_Q_13": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1900 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1869 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[1]_TRELLIS_FF_Q_14": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1901 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1875 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[1]_TRELLIS_FF_Q_15": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1902 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1828 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[1]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1903 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1849 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[1]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1904 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1850 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[1]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1905 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1834 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[1]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1906 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1835 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[1]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1907 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1855 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[1]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1908 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1856 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[1]_TRELLIS_FF_Q_8": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1909 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1862 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[1]_TRELLIS_FF_Q_9": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1910 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1863 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[2]_CCU2C_B1": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1911 ],
|
|
"A1": [ 1912 ],
|
|
"B0": [ 1913 ],
|
|
"B1": [ 1914 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1915 ],
|
|
"COUT": [ 1916 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1917 ],
|
|
"S1": [ 1918 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[2]_CCU2C_B1_S1_CCU2C_S0": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1919 ],
|
|
"A1": [ "0" ],
|
|
"B0": [ 1920 ],
|
|
"B1": [ "0" ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1921 ],
|
|
"COUT": [ 1922 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1923 ],
|
|
"S1": [ 1924 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[2]_CCU2C_B1_S1_CCU2C_S1": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1925 ],
|
|
"A1": [ 1919 ],
|
|
"B0": [ 1926 ],
|
|
"B1": [ 1920 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1927 ],
|
|
"COUT": [ 1921 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1928 ],
|
|
"S1": [ 1929 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[2]_CCU2C_B1_S1_CCU2C_S1_1": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1930 ],
|
|
"A1": [ 1931 ],
|
|
"B0": [ 1932 ],
|
|
"B1": [ 1933 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1934 ],
|
|
"COUT": [ 1927 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1935 ],
|
|
"S1": [ 1936 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[2]_CCU2C_B1_S1_CCU2C_S1_2": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1937 ],
|
|
"A1": [ 1938 ],
|
|
"B0": [ 1939 ],
|
|
"B1": [ 1940 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1941 ],
|
|
"COUT": [ 1942 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1943 ],
|
|
"S1": [ 1944 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[2]_CCU2C_B1_S1_CCU2C_S1_3": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1945 ],
|
|
"A1": [ 1946 ],
|
|
"B0": [ 1947 ],
|
|
"B1": [ 1948 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ "0" ],
|
|
"COUT": [ 1915 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1949 ],
|
|
"S1": [ 1950 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[2]_CCU2C_B1_S1_CCU2C_S1_4": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1951 ],
|
|
"A1": [ 1952 ],
|
|
"B0": [ 1953 ],
|
|
"B1": [ 1954 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1916 ],
|
|
"COUT": [ 1955 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1956 ],
|
|
"S1": [ 1957 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[2]_CCU2C_B1_S1_CCU2C_S1_5": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1958 ],
|
|
"A1": [ 1959 ],
|
|
"B0": [ 1960 ],
|
|
"B1": [ 1961 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1955 ],
|
|
"COUT": [ 1941 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1962 ],
|
|
"S1": [ 1963 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[2]_CCU2C_B1_S1_CCU2C_S1_6": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 1964 ],
|
|
"A1": [ 1965 ],
|
|
"B0": [ 1966 ],
|
|
"B1": [ 1967 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 1942 ],
|
|
"COUT": [ 1934 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1968 ],
|
|
"S1": [ 1969 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[2]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1970 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1947 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[2]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1971 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1948 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[2]_TRELLIS_FF_Q_10": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1972 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1966 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[2]_TRELLIS_FF_Q_11": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1973 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1967 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[2]_TRELLIS_FF_Q_12": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1974 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1932 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[2]_TRELLIS_FF_Q_13": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1975 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1933 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[2]_TRELLIS_FF_Q_14": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1976 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1926 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[2]_TRELLIS_FF_Q_15": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1977 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1920 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[2]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1978 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1913 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[2]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1979 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1914 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[2]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1980 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1953 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[2]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1981 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1954 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[2]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1982 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1960 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[2]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1983 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1961 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[2]_TRELLIS_FF_Q_8": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1984 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1939 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[2]_TRELLIS_FF_Q_9": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1985 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1940 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[3]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1986 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1945 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[3]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1987 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1946 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[3]_TRELLIS_FF_Q_10": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1988 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1964 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[3]_TRELLIS_FF_Q_11": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1989 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1965 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[3]_TRELLIS_FF_Q_12": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1990 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1930 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[3]_TRELLIS_FF_Q_13": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1991 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1931 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[3]_TRELLIS_FF_Q_14": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1992 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1925 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[3]_TRELLIS_FF_Q_15": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1993 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1919 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[3]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1994 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1911 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[3]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1995 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1912 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[3]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1996 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1951 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[3]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1997 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1952 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[3]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1998 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1958 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[3]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1999 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1959 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[3]_TRELLIS_FF_Q_8": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2000 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1937 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[3]_TRELLIS_FF_Q_9": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2001 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 1938 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[4]_CCU2C_B1": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2002 ],
|
|
"A1": [ 2003 ],
|
|
"B0": [ 2004 ],
|
|
"B1": [ 2005 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2006 ],
|
|
"COUT": [ 2007 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 2008 ],
|
|
"S1": [ 2009 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[4]_CCU2C_B1_S1_CCU2C_S0": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2010 ],
|
|
"A1": [ "0" ],
|
|
"B0": [ 2011 ],
|
|
"B1": [ "0" ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2012 ],
|
|
"COUT": [ 2013 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 2014 ],
|
|
"S1": [ 2015 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[4]_CCU2C_B1_S1_CCU2C_S1": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2016 ],
|
|
"A1": [ 2017 ],
|
|
"B0": [ 2018 ],
|
|
"B1": [ 2019 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ "0" ],
|
|
"COUT": [ 2006 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 2020 ],
|
|
"S1": [ 2021 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[4]_CCU2C_B1_S1_CCU2C_S1_1": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2022 ],
|
|
"A1": [ 2023 ],
|
|
"B0": [ 2024 ],
|
|
"B1": [ 2025 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2007 ],
|
|
"COUT": [ 2026 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 2027 ],
|
|
"S1": [ 2028 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[4]_CCU2C_B1_S1_CCU2C_S1_2": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2029 ],
|
|
"A1": [ 2030 ],
|
|
"B0": [ 2031 ],
|
|
"B1": [ 2032 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2026 ],
|
|
"COUT": [ 2033 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 2034 ],
|
|
"S1": [ 2035 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[4]_CCU2C_B1_S1_CCU2C_S1_3": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2036 ],
|
|
"A1": [ 2037 ],
|
|
"B0": [ 2038 ],
|
|
"B1": [ 2039 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2033 ],
|
|
"COUT": [ 2040 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 2041 ],
|
|
"S1": [ 2042 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[4]_CCU2C_B1_S1_CCU2C_S1_4": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2043 ],
|
|
"A1": [ 2044 ],
|
|
"B0": [ 2045 ],
|
|
"B1": [ 2046 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2040 ],
|
|
"COUT": [ 2047 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 2048 ],
|
|
"S1": [ 2049 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[4]_CCU2C_B1_S1_CCU2C_S1_5": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2050 ],
|
|
"A1": [ 2051 ],
|
|
"B0": [ 2052 ],
|
|
"B1": [ 2053 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2047 ],
|
|
"COUT": [ 2054 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 2055 ],
|
|
"S1": [ 2056 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[4]_CCU2C_B1_S1_CCU2C_S1_6": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2057 ],
|
|
"A1": [ 2010 ],
|
|
"B0": [ 2058 ],
|
|
"B1": [ 2011 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2054 ],
|
|
"COUT": [ 2012 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 2059 ],
|
|
"S1": [ 2060 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[4]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2061 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2018 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[4]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2062 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2019 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[4]_TRELLIS_FF_Q_10": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2063 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2045 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[4]_TRELLIS_FF_Q_11": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2064 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2046 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[4]_TRELLIS_FF_Q_12": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2065 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2052 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[4]_TRELLIS_FF_Q_13": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2066 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2053 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[4]_TRELLIS_FF_Q_14": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2067 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2058 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[4]_TRELLIS_FF_Q_15": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2068 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2011 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[4]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2069 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2004 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[4]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2070 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2005 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[4]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2071 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2024 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[4]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2072 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2025 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[4]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2073 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2031 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[4]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2074 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2032 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[4]_TRELLIS_FF_Q_8": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2075 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2038 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[4]_TRELLIS_FF_Q_9": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2076 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2039 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[5]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2077 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2036 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[5]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2078 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2037 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[5]_TRELLIS_FF_Q_10": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2079 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2002 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[5]_TRELLIS_FF_Q_11": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2080 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2003 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[5]_TRELLIS_FF_Q_12": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2081 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2022 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[5]_TRELLIS_FF_Q_13": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2082 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2023 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[5]_TRELLIS_FF_Q_14": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2083 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2029 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[5]_TRELLIS_FF_Q_15": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2084 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2030 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[5]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2085 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2043 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[5]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2086 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2044 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[5]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2087 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2050 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[5]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2088 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2051 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[5]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2089 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2057 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[5]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2090 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2010 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[5]_TRELLIS_FF_Q_8": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2091 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2016 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[5]_TRELLIS_FF_Q_9": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2092 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2017 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[6]_CCU2C_B1": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2093 ],
|
|
"A1": [ 2094 ],
|
|
"B0": [ 2095 ],
|
|
"B1": [ 2096 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2097 ],
|
|
"COUT": [ 2098 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 2099 ],
|
|
"S1": [ 2100 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[6]_CCU2C_B1_S1_CCU2C_S0": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2101 ],
|
|
"A1": [ "0" ],
|
|
"B0": [ 2102 ],
|
|
"B1": [ "0" ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2103 ],
|
|
"COUT": [ 2104 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 2105 ],
|
|
"S1": [ 2106 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[6]_CCU2C_B1_S1_CCU2C_S1": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2107 ],
|
|
"A1": [ 2108 ],
|
|
"B0": [ 2109 ],
|
|
"B1": [ 2110 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ "0" ],
|
|
"COUT": [ 2097 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 2111 ],
|
|
"S1": [ 2112 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[6]_CCU2C_B1_S1_CCU2C_S1_1": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2113 ],
|
|
"A1": [ 2114 ],
|
|
"B0": [ 2115 ],
|
|
"B1": [ 2116 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2098 ],
|
|
"COUT": [ 2117 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 2118 ],
|
|
"S1": [ 2119 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[6]_CCU2C_B1_S1_CCU2C_S1_2": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2120 ],
|
|
"A1": [ 2121 ],
|
|
"B0": [ 2122 ],
|
|
"B1": [ 2123 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2117 ],
|
|
"COUT": [ 2124 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 2125 ],
|
|
"S1": [ 2126 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[6]_CCU2C_B1_S1_CCU2C_S1_3": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2127 ],
|
|
"A1": [ 2128 ],
|
|
"B0": [ 2129 ],
|
|
"B1": [ 2130 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2124 ],
|
|
"COUT": [ 2131 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 2132 ],
|
|
"S1": [ 2133 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[6]_CCU2C_B1_S1_CCU2C_S1_4": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2134 ],
|
|
"A1": [ 2135 ],
|
|
"B0": [ 2136 ],
|
|
"B1": [ 2137 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2131 ],
|
|
"COUT": [ 2138 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 2139 ],
|
|
"S1": [ 2140 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[6]_CCU2C_B1_S1_CCU2C_S1_5": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2141 ],
|
|
"A1": [ 2142 ],
|
|
"B0": [ 2143 ],
|
|
"B1": [ 2144 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2138 ],
|
|
"COUT": [ 2145 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 2146 ],
|
|
"S1": [ 2147 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[6]_CCU2C_B1_S1_CCU2C_S1_6": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2148 ],
|
|
"A1": [ 2101 ],
|
|
"B0": [ 2149 ],
|
|
"B1": [ 2102 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2145 ],
|
|
"COUT": [ 2103 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 2150 ],
|
|
"S1": [ 2151 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[6]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2152 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2110 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[6]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2153 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2095 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[6]_TRELLIS_FF_Q_10": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2154 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2136 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[6]_TRELLIS_FF_Q_11": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2155 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2137 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[6]_TRELLIS_FF_Q_12": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2156 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2143 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[6]_TRELLIS_FF_Q_13": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2157 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2144 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[6]_TRELLIS_FF_Q_14": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2158 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2149 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[6]_TRELLIS_FF_Q_15": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2159 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2102 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[6]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2160 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2096 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[6]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2161 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2115 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[6]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2162 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2116 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[6]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2163 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2122 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[6]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2164 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2123 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[6]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2165 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2129 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[6]_TRELLIS_FF_Q_8": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2166 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2109 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[6]_TRELLIS_FF_Q_9": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2167 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2130 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[7]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2168 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2113 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[7]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2169 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2093 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[7]_TRELLIS_FF_Q_10": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2170 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2135 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[7]_TRELLIS_FF_Q_11": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2171 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2141 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[7]_TRELLIS_FF_Q_12": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2172 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2142 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[7]_TRELLIS_FF_Q_13": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2173 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2148 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[7]_TRELLIS_FF_Q_14": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2174 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2101 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[7]_TRELLIS_FF_Q_15": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2175 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2108 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[7]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2176 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2094 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[7]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2177 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2114 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[7]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2178 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2107 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[7]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2179 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2120 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[7]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2180 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2121 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[7]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2181 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2127 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[7]_TRELLIS_FF_Q_8": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2182 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2128 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[7]_TRELLIS_FF_Q_9": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2183 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2134 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.product_comb[0]_MULT18X18D_P9": {
|
|
"hide_name": 0,
|
|
"type": "MULT18X18D",
|
|
"parameters": {
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:139.39-139.54|/opt/homebrew/bin/../share/yosys/mul2dsp.v:255.6-259.5|/opt/homebrew/bin/../share/yosys/lattice/dsp_map_18x18.v:9.13-16.3"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"A10": "input",
|
|
"A11": "input",
|
|
"A12": "input",
|
|
"A13": "input",
|
|
"A14": "input",
|
|
"A15": "input",
|
|
"A16": "input",
|
|
"A17": "input",
|
|
"A2": "input",
|
|
"A3": "input",
|
|
"A4": "input",
|
|
"A5": "input",
|
|
"A6": "input",
|
|
"A7": "input",
|
|
"A8": "input",
|
|
"A9": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"B10": "input",
|
|
"B11": "input",
|
|
"B12": "input",
|
|
"B13": "input",
|
|
"B14": "input",
|
|
"B15": "input",
|
|
"B16": "input",
|
|
"B17": "input",
|
|
"B2": "input",
|
|
"B3": "input",
|
|
"B4": "input",
|
|
"B5": "input",
|
|
"B6": "input",
|
|
"B7": "input",
|
|
"B8": "input",
|
|
"B9": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"C10": "input",
|
|
"C11": "input",
|
|
"C12": "input",
|
|
"C13": "input",
|
|
"C14": "input",
|
|
"C15": "input",
|
|
"C16": "input",
|
|
"C17": "input",
|
|
"C2": "input",
|
|
"C3": "input",
|
|
"C4": "input",
|
|
"C5": "input",
|
|
"C6": "input",
|
|
"C7": "input",
|
|
"C8": "input",
|
|
"C9": "input",
|
|
"P0": "output",
|
|
"P1": "output",
|
|
"P10": "output",
|
|
"P11": "output",
|
|
"P12": "output",
|
|
"P13": "output",
|
|
"P14": "output",
|
|
"P15": "output",
|
|
"P16": "output",
|
|
"P17": "output",
|
|
"P18": "output",
|
|
"P19": "output",
|
|
"P2": "output",
|
|
"P20": "output",
|
|
"P21": "output",
|
|
"P22": "output",
|
|
"P23": "output",
|
|
"P24": "output",
|
|
"P25": "output",
|
|
"P26": "output",
|
|
"P27": "output",
|
|
"P28": "output",
|
|
"P29": "output",
|
|
"P3": "output",
|
|
"P30": "output",
|
|
"P31": "output",
|
|
"P32": "output",
|
|
"P33": "output",
|
|
"P34": "output",
|
|
"P35": "output",
|
|
"P4": "output",
|
|
"P5": "output",
|
|
"P6": "output",
|
|
"P7": "output",
|
|
"P8": "output",
|
|
"P9": "output",
|
|
"SIGNEDA": "input",
|
|
"SIGNEDB": "input",
|
|
"SOURCEA": "input",
|
|
"SOURCEB": "input"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2184 ],
|
|
"A1": [ 2185 ],
|
|
"A10": [ 2186 ],
|
|
"A11": [ 2186 ],
|
|
"A12": [ 2186 ],
|
|
"A13": [ 2186 ],
|
|
"A14": [ 2186 ],
|
|
"A15": [ 2186 ],
|
|
"A16": [ 2186 ],
|
|
"A17": [ 2186 ],
|
|
"A2": [ 2187 ],
|
|
"A3": [ 2188 ],
|
|
"A4": [ 2189 ],
|
|
"A5": [ 2190 ],
|
|
"A6": [ 2191 ],
|
|
"A7": [ 2186 ],
|
|
"A8": [ 2186 ],
|
|
"A9": [ 2186 ],
|
|
"B0": [ 2192 ],
|
|
"B1": [ 2193 ],
|
|
"B10": [ 2194 ],
|
|
"B11": [ 2194 ],
|
|
"B12": [ 2194 ],
|
|
"B13": [ 2194 ],
|
|
"B14": [ 2194 ],
|
|
"B15": [ 2194 ],
|
|
"B16": [ 2194 ],
|
|
"B17": [ 2194 ],
|
|
"B2": [ 2195 ],
|
|
"B3": [ 2196 ],
|
|
"B4": [ 2197 ],
|
|
"B5": [ 2198 ],
|
|
"B6": [ 2199 ],
|
|
"B7": [ 2194 ],
|
|
"B8": [ 2194 ],
|
|
"B9": [ 2194 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"C10": [ "0" ],
|
|
"C11": [ "0" ],
|
|
"C12": [ "0" ],
|
|
"C13": [ "0" ],
|
|
"C14": [ "0" ],
|
|
"C15": [ "0" ],
|
|
"C16": [ "0" ],
|
|
"C17": [ "0" ],
|
|
"C2": [ "0" ],
|
|
"C3": [ "0" ],
|
|
"C4": [ "0" ],
|
|
"C5": [ "0" ],
|
|
"C6": [ "0" ],
|
|
"C7": [ "0" ],
|
|
"C8": [ "0" ],
|
|
"C9": [ "0" ],
|
|
"P0": [ 1879 ],
|
|
"P1": [ 1880 ],
|
|
"P10": [ 1881 ],
|
|
"P11": [ 1882 ],
|
|
"P12": [ 1883 ],
|
|
"P13": [ 1884 ],
|
|
"P14": [ 1885 ],
|
|
"P15": [ 1886 ],
|
|
"P16": [ 2200 ],
|
|
"P17": [ 2201 ],
|
|
"P18": [ 2202 ],
|
|
"P19": [ 2203 ],
|
|
"P2": [ 1887 ],
|
|
"P20": [ 2204 ],
|
|
"P21": [ 2205 ],
|
|
"P22": [ 2206 ],
|
|
"P23": [ 2207 ],
|
|
"P24": [ 2208 ],
|
|
"P25": [ 2209 ],
|
|
"P26": [ 2210 ],
|
|
"P27": [ 2211 ],
|
|
"P28": [ 2212 ],
|
|
"P29": [ 2213 ],
|
|
"P3": [ 1888 ],
|
|
"P30": [ 2214 ],
|
|
"P31": [ 2215 ],
|
|
"P32": [ 2216 ],
|
|
"P33": [ 2217 ],
|
|
"P34": [ 2218 ],
|
|
"P35": [ 2219 ],
|
|
"P4": [ 1889 ],
|
|
"P5": [ 1890 ],
|
|
"P6": [ 1891 ],
|
|
"P7": [ 1892 ],
|
|
"P8": [ 1893 ],
|
|
"P9": [ 1894 ],
|
|
"SIGNEDA": [ "1" ],
|
|
"SIGNEDB": [ "1" ],
|
|
"SOURCEA": [ "0" ],
|
|
"SOURCEB": [ "0" ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.product_comb[1]_MULT18X18D_P9": {
|
|
"hide_name": 0,
|
|
"type": "MULT18X18D",
|
|
"parameters": {
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:139.39-139.54|/opt/homebrew/bin/../share/yosys/mul2dsp.v:255.6-259.5|/opt/homebrew/bin/../share/yosys/lattice/dsp_map_18x18.v:9.13-16.3"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"A10": "input",
|
|
"A11": "input",
|
|
"A12": "input",
|
|
"A13": "input",
|
|
"A14": "input",
|
|
"A15": "input",
|
|
"A16": "input",
|
|
"A17": "input",
|
|
"A2": "input",
|
|
"A3": "input",
|
|
"A4": "input",
|
|
"A5": "input",
|
|
"A6": "input",
|
|
"A7": "input",
|
|
"A8": "input",
|
|
"A9": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"B10": "input",
|
|
"B11": "input",
|
|
"B12": "input",
|
|
"B13": "input",
|
|
"B14": "input",
|
|
"B15": "input",
|
|
"B16": "input",
|
|
"B17": "input",
|
|
"B2": "input",
|
|
"B3": "input",
|
|
"B4": "input",
|
|
"B5": "input",
|
|
"B6": "input",
|
|
"B7": "input",
|
|
"B8": "input",
|
|
"B9": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"C10": "input",
|
|
"C11": "input",
|
|
"C12": "input",
|
|
"C13": "input",
|
|
"C14": "input",
|
|
"C15": "input",
|
|
"C16": "input",
|
|
"C17": "input",
|
|
"C2": "input",
|
|
"C3": "input",
|
|
"C4": "input",
|
|
"C5": "input",
|
|
"C6": "input",
|
|
"C7": "input",
|
|
"C8": "input",
|
|
"C9": "input",
|
|
"P0": "output",
|
|
"P1": "output",
|
|
"P10": "output",
|
|
"P11": "output",
|
|
"P12": "output",
|
|
"P13": "output",
|
|
"P14": "output",
|
|
"P15": "output",
|
|
"P16": "output",
|
|
"P17": "output",
|
|
"P18": "output",
|
|
"P19": "output",
|
|
"P2": "output",
|
|
"P20": "output",
|
|
"P21": "output",
|
|
"P22": "output",
|
|
"P23": "output",
|
|
"P24": "output",
|
|
"P25": "output",
|
|
"P26": "output",
|
|
"P27": "output",
|
|
"P28": "output",
|
|
"P29": "output",
|
|
"P3": "output",
|
|
"P30": "output",
|
|
"P31": "output",
|
|
"P32": "output",
|
|
"P33": "output",
|
|
"P34": "output",
|
|
"P35": "output",
|
|
"P4": "output",
|
|
"P5": "output",
|
|
"P6": "output",
|
|
"P7": "output",
|
|
"P8": "output",
|
|
"P9": "output",
|
|
"SIGNEDA": "input",
|
|
"SIGNEDB": "input",
|
|
"SOURCEA": "input",
|
|
"SOURCEB": "input"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2220 ],
|
|
"A1": [ 2221 ],
|
|
"A10": [ 2222 ],
|
|
"A11": [ 2222 ],
|
|
"A12": [ 2222 ],
|
|
"A13": [ 2222 ],
|
|
"A14": [ 2222 ],
|
|
"A15": [ 2222 ],
|
|
"A16": [ 2222 ],
|
|
"A17": [ 2222 ],
|
|
"A2": [ 2223 ],
|
|
"A3": [ 2224 ],
|
|
"A4": [ 2225 ],
|
|
"A5": [ 2226 ],
|
|
"A6": [ 2227 ],
|
|
"A7": [ 2222 ],
|
|
"A8": [ 2222 ],
|
|
"A9": [ 2222 ],
|
|
"B0": [ 2228 ],
|
|
"B1": [ 2229 ],
|
|
"B10": [ 2230 ],
|
|
"B11": [ 2230 ],
|
|
"B12": [ 2230 ],
|
|
"B13": [ 2230 ],
|
|
"B14": [ 2230 ],
|
|
"B15": [ 2230 ],
|
|
"B16": [ 2230 ],
|
|
"B17": [ 2230 ],
|
|
"B2": [ 2231 ],
|
|
"B3": [ 2232 ],
|
|
"B4": [ 2233 ],
|
|
"B5": [ 2234 ],
|
|
"B6": [ 2235 ],
|
|
"B7": [ 2230 ],
|
|
"B8": [ 2230 ],
|
|
"B9": [ 2230 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"C10": [ "0" ],
|
|
"C11": [ "0" ],
|
|
"C12": [ "0" ],
|
|
"C13": [ "0" ],
|
|
"C14": [ "0" ],
|
|
"C15": [ "0" ],
|
|
"C16": [ "0" ],
|
|
"C17": [ "0" ],
|
|
"C2": [ "0" ],
|
|
"C3": [ "0" ],
|
|
"C4": [ "0" ],
|
|
"C5": [ "0" ],
|
|
"C6": [ "0" ],
|
|
"C7": [ "0" ],
|
|
"C8": [ "0" ],
|
|
"C9": [ "0" ],
|
|
"P0": [ 1895 ],
|
|
"P1": [ 1896 ],
|
|
"P10": [ 1897 ],
|
|
"P11": [ 1898 ],
|
|
"P12": [ 1899 ],
|
|
"P13": [ 1900 ],
|
|
"P14": [ 1901 ],
|
|
"P15": [ 1902 ],
|
|
"P16": [ 2236 ],
|
|
"P17": [ 2237 ],
|
|
"P18": [ 2238 ],
|
|
"P19": [ 2239 ],
|
|
"P2": [ 1903 ],
|
|
"P20": [ 2240 ],
|
|
"P21": [ 2241 ],
|
|
"P22": [ 2242 ],
|
|
"P23": [ 2243 ],
|
|
"P24": [ 2244 ],
|
|
"P25": [ 2245 ],
|
|
"P26": [ 2246 ],
|
|
"P27": [ 2247 ],
|
|
"P28": [ 2248 ],
|
|
"P29": [ 2249 ],
|
|
"P3": [ 1904 ],
|
|
"P30": [ 2250 ],
|
|
"P31": [ 2251 ],
|
|
"P32": [ 2252 ],
|
|
"P33": [ 2253 ],
|
|
"P34": [ 2254 ],
|
|
"P35": [ 2255 ],
|
|
"P4": [ 1905 ],
|
|
"P5": [ 1906 ],
|
|
"P6": [ 1907 ],
|
|
"P7": [ 1908 ],
|
|
"P8": [ 1909 ],
|
|
"P9": [ 1910 ],
|
|
"SIGNEDA": [ "1" ],
|
|
"SIGNEDB": [ "1" ],
|
|
"SOURCEA": [ "0" ],
|
|
"SOURCEB": [ "0" ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.product_comb[2]_MULT18X18D_P9": {
|
|
"hide_name": 0,
|
|
"type": "MULT18X18D",
|
|
"parameters": {
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:139.39-139.54|/opt/homebrew/bin/../share/yosys/mul2dsp.v:255.6-259.5|/opt/homebrew/bin/../share/yosys/lattice/dsp_map_18x18.v:9.13-16.3"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"A10": "input",
|
|
"A11": "input",
|
|
"A12": "input",
|
|
"A13": "input",
|
|
"A14": "input",
|
|
"A15": "input",
|
|
"A16": "input",
|
|
"A17": "input",
|
|
"A2": "input",
|
|
"A3": "input",
|
|
"A4": "input",
|
|
"A5": "input",
|
|
"A6": "input",
|
|
"A7": "input",
|
|
"A8": "input",
|
|
"A9": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"B10": "input",
|
|
"B11": "input",
|
|
"B12": "input",
|
|
"B13": "input",
|
|
"B14": "input",
|
|
"B15": "input",
|
|
"B16": "input",
|
|
"B17": "input",
|
|
"B2": "input",
|
|
"B3": "input",
|
|
"B4": "input",
|
|
"B5": "input",
|
|
"B6": "input",
|
|
"B7": "input",
|
|
"B8": "input",
|
|
"B9": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"C10": "input",
|
|
"C11": "input",
|
|
"C12": "input",
|
|
"C13": "input",
|
|
"C14": "input",
|
|
"C15": "input",
|
|
"C16": "input",
|
|
"C17": "input",
|
|
"C2": "input",
|
|
"C3": "input",
|
|
"C4": "input",
|
|
"C5": "input",
|
|
"C6": "input",
|
|
"C7": "input",
|
|
"C8": "input",
|
|
"C9": "input",
|
|
"P0": "output",
|
|
"P1": "output",
|
|
"P10": "output",
|
|
"P11": "output",
|
|
"P12": "output",
|
|
"P13": "output",
|
|
"P14": "output",
|
|
"P15": "output",
|
|
"P16": "output",
|
|
"P17": "output",
|
|
"P18": "output",
|
|
"P19": "output",
|
|
"P2": "output",
|
|
"P20": "output",
|
|
"P21": "output",
|
|
"P22": "output",
|
|
"P23": "output",
|
|
"P24": "output",
|
|
"P25": "output",
|
|
"P26": "output",
|
|
"P27": "output",
|
|
"P28": "output",
|
|
"P29": "output",
|
|
"P3": "output",
|
|
"P30": "output",
|
|
"P31": "output",
|
|
"P32": "output",
|
|
"P33": "output",
|
|
"P34": "output",
|
|
"P35": "output",
|
|
"P4": "output",
|
|
"P5": "output",
|
|
"P6": "output",
|
|
"P7": "output",
|
|
"P8": "output",
|
|
"P9": "output",
|
|
"SIGNEDA": "input",
|
|
"SIGNEDB": "input",
|
|
"SOURCEA": "input",
|
|
"SOURCEB": "input"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2256 ],
|
|
"A1": [ 2257 ],
|
|
"A10": [ 2258 ],
|
|
"A11": [ 2258 ],
|
|
"A12": [ 2258 ],
|
|
"A13": [ 2258 ],
|
|
"A14": [ 2258 ],
|
|
"A15": [ 2258 ],
|
|
"A16": [ 2258 ],
|
|
"A17": [ 2258 ],
|
|
"A2": [ 2259 ],
|
|
"A3": [ 2260 ],
|
|
"A4": [ 2261 ],
|
|
"A5": [ 2262 ],
|
|
"A6": [ 2263 ],
|
|
"A7": [ 2258 ],
|
|
"A8": [ 2258 ],
|
|
"A9": [ 2258 ],
|
|
"B0": [ 2264 ],
|
|
"B1": [ 2265 ],
|
|
"B10": [ 2266 ],
|
|
"B11": [ 2266 ],
|
|
"B12": [ 2266 ],
|
|
"B13": [ 2266 ],
|
|
"B14": [ 2266 ],
|
|
"B15": [ 2266 ],
|
|
"B16": [ 2266 ],
|
|
"B17": [ 2266 ],
|
|
"B2": [ 2267 ],
|
|
"B3": [ 2268 ],
|
|
"B4": [ 2269 ],
|
|
"B5": [ 2270 ],
|
|
"B6": [ 2271 ],
|
|
"B7": [ 2266 ],
|
|
"B8": [ 2266 ],
|
|
"B9": [ 2266 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"C10": [ "0" ],
|
|
"C11": [ "0" ],
|
|
"C12": [ "0" ],
|
|
"C13": [ "0" ],
|
|
"C14": [ "0" ],
|
|
"C15": [ "0" ],
|
|
"C16": [ "0" ],
|
|
"C17": [ "0" ],
|
|
"C2": [ "0" ],
|
|
"C3": [ "0" ],
|
|
"C4": [ "0" ],
|
|
"C5": [ "0" ],
|
|
"C6": [ "0" ],
|
|
"C7": [ "0" ],
|
|
"C8": [ "0" ],
|
|
"C9": [ "0" ],
|
|
"P0": [ 1970 ],
|
|
"P1": [ 1971 ],
|
|
"P10": [ 1972 ],
|
|
"P11": [ 1973 ],
|
|
"P12": [ 1974 ],
|
|
"P13": [ 1975 ],
|
|
"P14": [ 1976 ],
|
|
"P15": [ 1977 ],
|
|
"P16": [ 2272 ],
|
|
"P17": [ 2273 ],
|
|
"P18": [ 2274 ],
|
|
"P19": [ 2275 ],
|
|
"P2": [ 1978 ],
|
|
"P20": [ 2276 ],
|
|
"P21": [ 2277 ],
|
|
"P22": [ 2278 ],
|
|
"P23": [ 2279 ],
|
|
"P24": [ 2280 ],
|
|
"P25": [ 2281 ],
|
|
"P26": [ 2282 ],
|
|
"P27": [ 2283 ],
|
|
"P28": [ 2284 ],
|
|
"P29": [ 2285 ],
|
|
"P3": [ 1979 ],
|
|
"P30": [ 2286 ],
|
|
"P31": [ 2287 ],
|
|
"P32": [ 2288 ],
|
|
"P33": [ 2289 ],
|
|
"P34": [ 2290 ],
|
|
"P35": [ 2291 ],
|
|
"P4": [ 1980 ],
|
|
"P5": [ 1981 ],
|
|
"P6": [ 1982 ],
|
|
"P7": [ 1983 ],
|
|
"P8": [ 1984 ],
|
|
"P9": [ 1985 ],
|
|
"SIGNEDA": [ "1" ],
|
|
"SIGNEDB": [ "1" ],
|
|
"SOURCEA": [ "0" ],
|
|
"SOURCEB": [ "0" ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.product_comb[3]_MULT18X18D_P9": {
|
|
"hide_name": 0,
|
|
"type": "MULT18X18D",
|
|
"parameters": {
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:139.39-139.54|/opt/homebrew/bin/../share/yosys/mul2dsp.v:255.6-259.5|/opt/homebrew/bin/../share/yosys/lattice/dsp_map_18x18.v:9.13-16.3"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"A10": "input",
|
|
"A11": "input",
|
|
"A12": "input",
|
|
"A13": "input",
|
|
"A14": "input",
|
|
"A15": "input",
|
|
"A16": "input",
|
|
"A17": "input",
|
|
"A2": "input",
|
|
"A3": "input",
|
|
"A4": "input",
|
|
"A5": "input",
|
|
"A6": "input",
|
|
"A7": "input",
|
|
"A8": "input",
|
|
"A9": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"B10": "input",
|
|
"B11": "input",
|
|
"B12": "input",
|
|
"B13": "input",
|
|
"B14": "input",
|
|
"B15": "input",
|
|
"B16": "input",
|
|
"B17": "input",
|
|
"B2": "input",
|
|
"B3": "input",
|
|
"B4": "input",
|
|
"B5": "input",
|
|
"B6": "input",
|
|
"B7": "input",
|
|
"B8": "input",
|
|
"B9": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"C10": "input",
|
|
"C11": "input",
|
|
"C12": "input",
|
|
"C13": "input",
|
|
"C14": "input",
|
|
"C15": "input",
|
|
"C16": "input",
|
|
"C17": "input",
|
|
"C2": "input",
|
|
"C3": "input",
|
|
"C4": "input",
|
|
"C5": "input",
|
|
"C6": "input",
|
|
"C7": "input",
|
|
"C8": "input",
|
|
"C9": "input",
|
|
"P0": "output",
|
|
"P1": "output",
|
|
"P10": "output",
|
|
"P11": "output",
|
|
"P12": "output",
|
|
"P13": "output",
|
|
"P14": "output",
|
|
"P15": "output",
|
|
"P16": "output",
|
|
"P17": "output",
|
|
"P18": "output",
|
|
"P19": "output",
|
|
"P2": "output",
|
|
"P20": "output",
|
|
"P21": "output",
|
|
"P22": "output",
|
|
"P23": "output",
|
|
"P24": "output",
|
|
"P25": "output",
|
|
"P26": "output",
|
|
"P27": "output",
|
|
"P28": "output",
|
|
"P29": "output",
|
|
"P3": "output",
|
|
"P30": "output",
|
|
"P31": "output",
|
|
"P32": "output",
|
|
"P33": "output",
|
|
"P34": "output",
|
|
"P35": "output",
|
|
"P4": "output",
|
|
"P5": "output",
|
|
"P6": "output",
|
|
"P7": "output",
|
|
"P8": "output",
|
|
"P9": "output",
|
|
"SIGNEDA": "input",
|
|
"SIGNEDB": "input",
|
|
"SOURCEA": "input",
|
|
"SOURCEB": "input"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2292 ],
|
|
"A1": [ 2293 ],
|
|
"A10": [ 2294 ],
|
|
"A11": [ 2294 ],
|
|
"A12": [ 2294 ],
|
|
"A13": [ 2294 ],
|
|
"A14": [ 2294 ],
|
|
"A15": [ 2294 ],
|
|
"A16": [ 2294 ],
|
|
"A17": [ 2294 ],
|
|
"A2": [ 2295 ],
|
|
"A3": [ 2296 ],
|
|
"A4": [ 2297 ],
|
|
"A5": [ 2298 ],
|
|
"A6": [ 2299 ],
|
|
"A7": [ 2294 ],
|
|
"A8": [ 2294 ],
|
|
"A9": [ 2294 ],
|
|
"B0": [ 2300 ],
|
|
"B1": [ 2301 ],
|
|
"B10": [ 2302 ],
|
|
"B11": [ 2302 ],
|
|
"B12": [ 2302 ],
|
|
"B13": [ 2302 ],
|
|
"B14": [ 2302 ],
|
|
"B15": [ 2302 ],
|
|
"B16": [ 2302 ],
|
|
"B17": [ 2302 ],
|
|
"B2": [ 2303 ],
|
|
"B3": [ 2304 ],
|
|
"B4": [ 2305 ],
|
|
"B5": [ 2306 ],
|
|
"B6": [ 2307 ],
|
|
"B7": [ 2302 ],
|
|
"B8": [ 2302 ],
|
|
"B9": [ 2302 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"C10": [ "0" ],
|
|
"C11": [ "0" ],
|
|
"C12": [ "0" ],
|
|
"C13": [ "0" ],
|
|
"C14": [ "0" ],
|
|
"C15": [ "0" ],
|
|
"C16": [ "0" ],
|
|
"C17": [ "0" ],
|
|
"C2": [ "0" ],
|
|
"C3": [ "0" ],
|
|
"C4": [ "0" ],
|
|
"C5": [ "0" ],
|
|
"C6": [ "0" ],
|
|
"C7": [ "0" ],
|
|
"C8": [ "0" ],
|
|
"C9": [ "0" ],
|
|
"P0": [ 1986 ],
|
|
"P1": [ 1987 ],
|
|
"P10": [ 1988 ],
|
|
"P11": [ 1989 ],
|
|
"P12": [ 1990 ],
|
|
"P13": [ 1991 ],
|
|
"P14": [ 1992 ],
|
|
"P15": [ 1993 ],
|
|
"P16": [ 2308 ],
|
|
"P17": [ 2309 ],
|
|
"P18": [ 2310 ],
|
|
"P19": [ 2311 ],
|
|
"P2": [ 1994 ],
|
|
"P20": [ 2312 ],
|
|
"P21": [ 2313 ],
|
|
"P22": [ 2314 ],
|
|
"P23": [ 2315 ],
|
|
"P24": [ 2316 ],
|
|
"P25": [ 2317 ],
|
|
"P26": [ 2318 ],
|
|
"P27": [ 2319 ],
|
|
"P28": [ 2320 ],
|
|
"P29": [ 2321 ],
|
|
"P3": [ 1995 ],
|
|
"P30": [ 2322 ],
|
|
"P31": [ 2323 ],
|
|
"P32": [ 2324 ],
|
|
"P33": [ 2325 ],
|
|
"P34": [ 2326 ],
|
|
"P35": [ 2327 ],
|
|
"P4": [ 1996 ],
|
|
"P5": [ 1997 ],
|
|
"P6": [ 1998 ],
|
|
"P7": [ 1999 ],
|
|
"P8": [ 2000 ],
|
|
"P9": [ 2001 ],
|
|
"SIGNEDA": [ "1" ],
|
|
"SIGNEDB": [ "1" ],
|
|
"SOURCEA": [ "0" ],
|
|
"SOURCEB": [ "0" ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.product_comb[4]_MULT18X18D_P9": {
|
|
"hide_name": 0,
|
|
"type": "MULT18X18D",
|
|
"parameters": {
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:139.39-139.54|/opt/homebrew/bin/../share/yosys/mul2dsp.v:255.6-259.5|/opt/homebrew/bin/../share/yosys/lattice/dsp_map_18x18.v:9.13-16.3"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"A10": "input",
|
|
"A11": "input",
|
|
"A12": "input",
|
|
"A13": "input",
|
|
"A14": "input",
|
|
"A15": "input",
|
|
"A16": "input",
|
|
"A17": "input",
|
|
"A2": "input",
|
|
"A3": "input",
|
|
"A4": "input",
|
|
"A5": "input",
|
|
"A6": "input",
|
|
"A7": "input",
|
|
"A8": "input",
|
|
"A9": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"B10": "input",
|
|
"B11": "input",
|
|
"B12": "input",
|
|
"B13": "input",
|
|
"B14": "input",
|
|
"B15": "input",
|
|
"B16": "input",
|
|
"B17": "input",
|
|
"B2": "input",
|
|
"B3": "input",
|
|
"B4": "input",
|
|
"B5": "input",
|
|
"B6": "input",
|
|
"B7": "input",
|
|
"B8": "input",
|
|
"B9": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"C10": "input",
|
|
"C11": "input",
|
|
"C12": "input",
|
|
"C13": "input",
|
|
"C14": "input",
|
|
"C15": "input",
|
|
"C16": "input",
|
|
"C17": "input",
|
|
"C2": "input",
|
|
"C3": "input",
|
|
"C4": "input",
|
|
"C5": "input",
|
|
"C6": "input",
|
|
"C7": "input",
|
|
"C8": "input",
|
|
"C9": "input",
|
|
"P0": "output",
|
|
"P1": "output",
|
|
"P10": "output",
|
|
"P11": "output",
|
|
"P12": "output",
|
|
"P13": "output",
|
|
"P14": "output",
|
|
"P15": "output",
|
|
"P16": "output",
|
|
"P17": "output",
|
|
"P18": "output",
|
|
"P19": "output",
|
|
"P2": "output",
|
|
"P20": "output",
|
|
"P21": "output",
|
|
"P22": "output",
|
|
"P23": "output",
|
|
"P24": "output",
|
|
"P25": "output",
|
|
"P26": "output",
|
|
"P27": "output",
|
|
"P28": "output",
|
|
"P29": "output",
|
|
"P3": "output",
|
|
"P30": "output",
|
|
"P31": "output",
|
|
"P32": "output",
|
|
"P33": "output",
|
|
"P34": "output",
|
|
"P35": "output",
|
|
"P4": "output",
|
|
"P5": "output",
|
|
"P6": "output",
|
|
"P7": "output",
|
|
"P8": "output",
|
|
"P9": "output",
|
|
"SIGNEDA": "input",
|
|
"SIGNEDB": "input",
|
|
"SOURCEA": "input",
|
|
"SOURCEB": "input"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2328 ],
|
|
"A1": [ 2329 ],
|
|
"A10": [ 2330 ],
|
|
"A11": [ 2330 ],
|
|
"A12": [ 2330 ],
|
|
"A13": [ 2330 ],
|
|
"A14": [ 2330 ],
|
|
"A15": [ 2330 ],
|
|
"A16": [ 2330 ],
|
|
"A17": [ 2330 ],
|
|
"A2": [ 2331 ],
|
|
"A3": [ 2332 ],
|
|
"A4": [ 2333 ],
|
|
"A5": [ 2334 ],
|
|
"A6": [ 2335 ],
|
|
"A7": [ 2330 ],
|
|
"A8": [ 2330 ],
|
|
"A9": [ 2330 ],
|
|
"B0": [ 2336 ],
|
|
"B1": [ 2337 ],
|
|
"B10": [ 2338 ],
|
|
"B11": [ 2338 ],
|
|
"B12": [ 2338 ],
|
|
"B13": [ 2338 ],
|
|
"B14": [ 2338 ],
|
|
"B15": [ 2338 ],
|
|
"B16": [ 2338 ],
|
|
"B17": [ 2338 ],
|
|
"B2": [ 2339 ],
|
|
"B3": [ 2340 ],
|
|
"B4": [ 2341 ],
|
|
"B5": [ 2342 ],
|
|
"B6": [ 2343 ],
|
|
"B7": [ 2338 ],
|
|
"B8": [ 2338 ],
|
|
"B9": [ 2338 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"C10": [ "0" ],
|
|
"C11": [ "0" ],
|
|
"C12": [ "0" ],
|
|
"C13": [ "0" ],
|
|
"C14": [ "0" ],
|
|
"C15": [ "0" ],
|
|
"C16": [ "0" ],
|
|
"C17": [ "0" ],
|
|
"C2": [ "0" ],
|
|
"C3": [ "0" ],
|
|
"C4": [ "0" ],
|
|
"C5": [ "0" ],
|
|
"C6": [ "0" ],
|
|
"C7": [ "0" ],
|
|
"C8": [ "0" ],
|
|
"C9": [ "0" ],
|
|
"P0": [ 2061 ],
|
|
"P1": [ 2062 ],
|
|
"P10": [ 2063 ],
|
|
"P11": [ 2064 ],
|
|
"P12": [ 2065 ],
|
|
"P13": [ 2066 ],
|
|
"P14": [ 2067 ],
|
|
"P15": [ 2068 ],
|
|
"P16": [ 2344 ],
|
|
"P17": [ 2345 ],
|
|
"P18": [ 2346 ],
|
|
"P19": [ 2347 ],
|
|
"P2": [ 2069 ],
|
|
"P20": [ 2348 ],
|
|
"P21": [ 2349 ],
|
|
"P22": [ 2350 ],
|
|
"P23": [ 2351 ],
|
|
"P24": [ 2352 ],
|
|
"P25": [ 2353 ],
|
|
"P26": [ 2354 ],
|
|
"P27": [ 2355 ],
|
|
"P28": [ 2356 ],
|
|
"P29": [ 2357 ],
|
|
"P3": [ 2070 ],
|
|
"P30": [ 2358 ],
|
|
"P31": [ 2359 ],
|
|
"P32": [ 2360 ],
|
|
"P33": [ 2361 ],
|
|
"P34": [ 2362 ],
|
|
"P35": [ 2363 ],
|
|
"P4": [ 2071 ],
|
|
"P5": [ 2072 ],
|
|
"P6": [ 2073 ],
|
|
"P7": [ 2074 ],
|
|
"P8": [ 2075 ],
|
|
"P9": [ 2076 ],
|
|
"SIGNEDA": [ "1" ],
|
|
"SIGNEDB": [ "1" ],
|
|
"SOURCEA": [ "0" ],
|
|
"SOURCEB": [ "0" ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.product_comb[5]_MULT18X18D_P9": {
|
|
"hide_name": 0,
|
|
"type": "MULT18X18D",
|
|
"parameters": {
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:139.39-139.54|/opt/homebrew/bin/../share/yosys/mul2dsp.v:255.6-259.5|/opt/homebrew/bin/../share/yosys/lattice/dsp_map_18x18.v:9.13-16.3"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"A10": "input",
|
|
"A11": "input",
|
|
"A12": "input",
|
|
"A13": "input",
|
|
"A14": "input",
|
|
"A15": "input",
|
|
"A16": "input",
|
|
"A17": "input",
|
|
"A2": "input",
|
|
"A3": "input",
|
|
"A4": "input",
|
|
"A5": "input",
|
|
"A6": "input",
|
|
"A7": "input",
|
|
"A8": "input",
|
|
"A9": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"B10": "input",
|
|
"B11": "input",
|
|
"B12": "input",
|
|
"B13": "input",
|
|
"B14": "input",
|
|
"B15": "input",
|
|
"B16": "input",
|
|
"B17": "input",
|
|
"B2": "input",
|
|
"B3": "input",
|
|
"B4": "input",
|
|
"B5": "input",
|
|
"B6": "input",
|
|
"B7": "input",
|
|
"B8": "input",
|
|
"B9": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"C10": "input",
|
|
"C11": "input",
|
|
"C12": "input",
|
|
"C13": "input",
|
|
"C14": "input",
|
|
"C15": "input",
|
|
"C16": "input",
|
|
"C17": "input",
|
|
"C2": "input",
|
|
"C3": "input",
|
|
"C4": "input",
|
|
"C5": "input",
|
|
"C6": "input",
|
|
"C7": "input",
|
|
"C8": "input",
|
|
"C9": "input",
|
|
"P0": "output",
|
|
"P1": "output",
|
|
"P10": "output",
|
|
"P11": "output",
|
|
"P12": "output",
|
|
"P13": "output",
|
|
"P14": "output",
|
|
"P15": "output",
|
|
"P16": "output",
|
|
"P17": "output",
|
|
"P18": "output",
|
|
"P19": "output",
|
|
"P2": "output",
|
|
"P20": "output",
|
|
"P21": "output",
|
|
"P22": "output",
|
|
"P23": "output",
|
|
"P24": "output",
|
|
"P25": "output",
|
|
"P26": "output",
|
|
"P27": "output",
|
|
"P28": "output",
|
|
"P29": "output",
|
|
"P3": "output",
|
|
"P30": "output",
|
|
"P31": "output",
|
|
"P32": "output",
|
|
"P33": "output",
|
|
"P34": "output",
|
|
"P35": "output",
|
|
"P4": "output",
|
|
"P5": "output",
|
|
"P6": "output",
|
|
"P7": "output",
|
|
"P8": "output",
|
|
"P9": "output",
|
|
"SIGNEDA": "input",
|
|
"SIGNEDB": "input",
|
|
"SOURCEA": "input",
|
|
"SOURCEB": "input"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2364 ],
|
|
"A1": [ 2365 ],
|
|
"A10": [ 2366 ],
|
|
"A11": [ 2366 ],
|
|
"A12": [ 2366 ],
|
|
"A13": [ 2366 ],
|
|
"A14": [ 2366 ],
|
|
"A15": [ 2366 ],
|
|
"A16": [ 2366 ],
|
|
"A17": [ 2366 ],
|
|
"A2": [ 2367 ],
|
|
"A3": [ 2368 ],
|
|
"A4": [ 2369 ],
|
|
"A5": [ 2370 ],
|
|
"A6": [ 2371 ],
|
|
"A7": [ 2366 ],
|
|
"A8": [ 2366 ],
|
|
"A9": [ 2366 ],
|
|
"B0": [ 2372 ],
|
|
"B1": [ 2373 ],
|
|
"B10": [ 2374 ],
|
|
"B11": [ 2374 ],
|
|
"B12": [ 2374 ],
|
|
"B13": [ 2374 ],
|
|
"B14": [ 2374 ],
|
|
"B15": [ 2374 ],
|
|
"B16": [ 2374 ],
|
|
"B17": [ 2374 ],
|
|
"B2": [ 2375 ],
|
|
"B3": [ 2376 ],
|
|
"B4": [ 2377 ],
|
|
"B5": [ 2378 ],
|
|
"B6": [ 2379 ],
|
|
"B7": [ 2374 ],
|
|
"B8": [ 2374 ],
|
|
"B9": [ 2374 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"C10": [ "0" ],
|
|
"C11": [ "0" ],
|
|
"C12": [ "0" ],
|
|
"C13": [ "0" ],
|
|
"C14": [ "0" ],
|
|
"C15": [ "0" ],
|
|
"C16": [ "0" ],
|
|
"C17": [ "0" ],
|
|
"C2": [ "0" ],
|
|
"C3": [ "0" ],
|
|
"C4": [ "0" ],
|
|
"C5": [ "0" ],
|
|
"C6": [ "0" ],
|
|
"C7": [ "0" ],
|
|
"C8": [ "0" ],
|
|
"C9": [ "0" ],
|
|
"P0": [ 2091 ],
|
|
"P1": [ 2092 ],
|
|
"P10": [ 2085 ],
|
|
"P11": [ 2086 ],
|
|
"P12": [ 2087 ],
|
|
"P13": [ 2088 ],
|
|
"P14": [ 2089 ],
|
|
"P15": [ 2090 ],
|
|
"P16": [ 2380 ],
|
|
"P17": [ 2381 ],
|
|
"P18": [ 2382 ],
|
|
"P19": [ 2383 ],
|
|
"P2": [ 2079 ],
|
|
"P20": [ 2384 ],
|
|
"P21": [ 2385 ],
|
|
"P22": [ 2386 ],
|
|
"P23": [ 2387 ],
|
|
"P24": [ 2388 ],
|
|
"P25": [ 2389 ],
|
|
"P26": [ 2390 ],
|
|
"P27": [ 2391 ],
|
|
"P28": [ 2392 ],
|
|
"P29": [ 2393 ],
|
|
"P3": [ 2080 ],
|
|
"P30": [ 2394 ],
|
|
"P31": [ 2395 ],
|
|
"P32": [ 2396 ],
|
|
"P33": [ 2397 ],
|
|
"P34": [ 2398 ],
|
|
"P35": [ 2399 ],
|
|
"P4": [ 2081 ],
|
|
"P5": [ 2082 ],
|
|
"P6": [ 2083 ],
|
|
"P7": [ 2084 ],
|
|
"P8": [ 2077 ],
|
|
"P9": [ 2078 ],
|
|
"SIGNEDA": [ "1" ],
|
|
"SIGNEDB": [ "1" ],
|
|
"SOURCEA": [ "0" ],
|
|
"SOURCEB": [ "0" ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.product_comb[6]_MULT18X18D_P9": {
|
|
"hide_name": 0,
|
|
"type": "MULT18X18D",
|
|
"parameters": {
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:139.39-139.54|/opt/homebrew/bin/../share/yosys/mul2dsp.v:255.6-259.5|/opt/homebrew/bin/../share/yosys/lattice/dsp_map_18x18.v:9.13-16.3"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"A10": "input",
|
|
"A11": "input",
|
|
"A12": "input",
|
|
"A13": "input",
|
|
"A14": "input",
|
|
"A15": "input",
|
|
"A16": "input",
|
|
"A17": "input",
|
|
"A2": "input",
|
|
"A3": "input",
|
|
"A4": "input",
|
|
"A5": "input",
|
|
"A6": "input",
|
|
"A7": "input",
|
|
"A8": "input",
|
|
"A9": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"B10": "input",
|
|
"B11": "input",
|
|
"B12": "input",
|
|
"B13": "input",
|
|
"B14": "input",
|
|
"B15": "input",
|
|
"B16": "input",
|
|
"B17": "input",
|
|
"B2": "input",
|
|
"B3": "input",
|
|
"B4": "input",
|
|
"B5": "input",
|
|
"B6": "input",
|
|
"B7": "input",
|
|
"B8": "input",
|
|
"B9": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"C10": "input",
|
|
"C11": "input",
|
|
"C12": "input",
|
|
"C13": "input",
|
|
"C14": "input",
|
|
"C15": "input",
|
|
"C16": "input",
|
|
"C17": "input",
|
|
"C2": "input",
|
|
"C3": "input",
|
|
"C4": "input",
|
|
"C5": "input",
|
|
"C6": "input",
|
|
"C7": "input",
|
|
"C8": "input",
|
|
"C9": "input",
|
|
"P0": "output",
|
|
"P1": "output",
|
|
"P10": "output",
|
|
"P11": "output",
|
|
"P12": "output",
|
|
"P13": "output",
|
|
"P14": "output",
|
|
"P15": "output",
|
|
"P16": "output",
|
|
"P17": "output",
|
|
"P18": "output",
|
|
"P19": "output",
|
|
"P2": "output",
|
|
"P20": "output",
|
|
"P21": "output",
|
|
"P22": "output",
|
|
"P23": "output",
|
|
"P24": "output",
|
|
"P25": "output",
|
|
"P26": "output",
|
|
"P27": "output",
|
|
"P28": "output",
|
|
"P29": "output",
|
|
"P3": "output",
|
|
"P30": "output",
|
|
"P31": "output",
|
|
"P32": "output",
|
|
"P33": "output",
|
|
"P34": "output",
|
|
"P35": "output",
|
|
"P4": "output",
|
|
"P5": "output",
|
|
"P6": "output",
|
|
"P7": "output",
|
|
"P8": "output",
|
|
"P9": "output",
|
|
"SIGNEDA": "input",
|
|
"SIGNEDB": "input",
|
|
"SOURCEA": "input",
|
|
"SOURCEB": "input"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2400 ],
|
|
"A1": [ 2401 ],
|
|
"A10": [ 2402 ],
|
|
"A11": [ 2402 ],
|
|
"A12": [ 2402 ],
|
|
"A13": [ 2402 ],
|
|
"A14": [ 2402 ],
|
|
"A15": [ 2402 ],
|
|
"A16": [ 2402 ],
|
|
"A17": [ 2402 ],
|
|
"A2": [ 2403 ],
|
|
"A3": [ 2404 ],
|
|
"A4": [ 2405 ],
|
|
"A5": [ 2406 ],
|
|
"A6": [ 2407 ],
|
|
"A7": [ 2402 ],
|
|
"A8": [ 2402 ],
|
|
"A9": [ 2402 ],
|
|
"B0": [ 2408 ],
|
|
"B1": [ 2409 ],
|
|
"B10": [ 2410 ],
|
|
"B11": [ 2410 ],
|
|
"B12": [ 2410 ],
|
|
"B13": [ 2410 ],
|
|
"B14": [ 2410 ],
|
|
"B15": [ 2410 ],
|
|
"B16": [ 2410 ],
|
|
"B17": [ 2410 ],
|
|
"B2": [ 2411 ],
|
|
"B3": [ 2412 ],
|
|
"B4": [ 2413 ],
|
|
"B5": [ 2414 ],
|
|
"B6": [ 2415 ],
|
|
"B7": [ 2410 ],
|
|
"B8": [ 2410 ],
|
|
"B9": [ 2410 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"C10": [ "0" ],
|
|
"C11": [ "0" ],
|
|
"C12": [ "0" ],
|
|
"C13": [ "0" ],
|
|
"C14": [ "0" ],
|
|
"C15": [ "0" ],
|
|
"C16": [ "0" ],
|
|
"C17": [ "0" ],
|
|
"C2": [ "0" ],
|
|
"C3": [ "0" ],
|
|
"C4": [ "0" ],
|
|
"C5": [ "0" ],
|
|
"C6": [ "0" ],
|
|
"C7": [ "0" ],
|
|
"C8": [ "0" ],
|
|
"C9": [ "0" ],
|
|
"P0": [ 2166 ],
|
|
"P1": [ 2152 ],
|
|
"P10": [ 2154 ],
|
|
"P11": [ 2155 ],
|
|
"P12": [ 2156 ],
|
|
"P13": [ 2157 ],
|
|
"P14": [ 2158 ],
|
|
"P15": [ 2159 ],
|
|
"P16": [ 2416 ],
|
|
"P17": [ 2417 ],
|
|
"P18": [ 2418 ],
|
|
"P19": [ 2419 ],
|
|
"P2": [ 2153 ],
|
|
"P20": [ 2420 ],
|
|
"P21": [ 2421 ],
|
|
"P22": [ 2422 ],
|
|
"P23": [ 2423 ],
|
|
"P24": [ 2424 ],
|
|
"P25": [ 2425 ],
|
|
"P26": [ 2426 ],
|
|
"P27": [ 2427 ],
|
|
"P28": [ 2428 ],
|
|
"P29": [ 2429 ],
|
|
"P3": [ 2160 ],
|
|
"P30": [ 2430 ],
|
|
"P31": [ 2431 ],
|
|
"P32": [ 2432 ],
|
|
"P33": [ 2433 ],
|
|
"P34": [ 2434 ],
|
|
"P35": [ 2435 ],
|
|
"P4": [ 2161 ],
|
|
"P5": [ 2162 ],
|
|
"P6": [ 2163 ],
|
|
"P7": [ 2164 ],
|
|
"P8": [ 2165 ],
|
|
"P9": [ 2167 ],
|
|
"SIGNEDA": [ "1" ],
|
|
"SIGNEDB": [ "1" ],
|
|
"SOURCEA": [ "0" ],
|
|
"SOURCEB": [ "0" ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.product_comb[7]_MULT18X18D_P9": {
|
|
"hide_name": 0,
|
|
"type": "MULT18X18D",
|
|
"parameters": {
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:139.39-139.54|/opt/homebrew/bin/../share/yosys/mul2dsp.v:255.6-259.5|/opt/homebrew/bin/../share/yosys/lattice/dsp_map_18x18.v:9.13-16.3"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"A10": "input",
|
|
"A11": "input",
|
|
"A12": "input",
|
|
"A13": "input",
|
|
"A14": "input",
|
|
"A15": "input",
|
|
"A16": "input",
|
|
"A17": "input",
|
|
"A2": "input",
|
|
"A3": "input",
|
|
"A4": "input",
|
|
"A5": "input",
|
|
"A6": "input",
|
|
"A7": "input",
|
|
"A8": "input",
|
|
"A9": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"B10": "input",
|
|
"B11": "input",
|
|
"B12": "input",
|
|
"B13": "input",
|
|
"B14": "input",
|
|
"B15": "input",
|
|
"B16": "input",
|
|
"B17": "input",
|
|
"B2": "input",
|
|
"B3": "input",
|
|
"B4": "input",
|
|
"B5": "input",
|
|
"B6": "input",
|
|
"B7": "input",
|
|
"B8": "input",
|
|
"B9": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"C10": "input",
|
|
"C11": "input",
|
|
"C12": "input",
|
|
"C13": "input",
|
|
"C14": "input",
|
|
"C15": "input",
|
|
"C16": "input",
|
|
"C17": "input",
|
|
"C2": "input",
|
|
"C3": "input",
|
|
"C4": "input",
|
|
"C5": "input",
|
|
"C6": "input",
|
|
"C7": "input",
|
|
"C8": "input",
|
|
"C9": "input",
|
|
"P0": "output",
|
|
"P1": "output",
|
|
"P10": "output",
|
|
"P11": "output",
|
|
"P12": "output",
|
|
"P13": "output",
|
|
"P14": "output",
|
|
"P15": "output",
|
|
"P16": "output",
|
|
"P17": "output",
|
|
"P18": "output",
|
|
"P19": "output",
|
|
"P2": "output",
|
|
"P20": "output",
|
|
"P21": "output",
|
|
"P22": "output",
|
|
"P23": "output",
|
|
"P24": "output",
|
|
"P25": "output",
|
|
"P26": "output",
|
|
"P27": "output",
|
|
"P28": "output",
|
|
"P29": "output",
|
|
"P3": "output",
|
|
"P30": "output",
|
|
"P31": "output",
|
|
"P32": "output",
|
|
"P33": "output",
|
|
"P34": "output",
|
|
"P35": "output",
|
|
"P4": "output",
|
|
"P5": "output",
|
|
"P6": "output",
|
|
"P7": "output",
|
|
"P8": "output",
|
|
"P9": "output",
|
|
"SIGNEDA": "input",
|
|
"SIGNEDB": "input",
|
|
"SOURCEA": "input",
|
|
"SOURCEB": "input"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2436 ],
|
|
"A1": [ 2437 ],
|
|
"A10": [ 2438 ],
|
|
"A11": [ 2438 ],
|
|
"A12": [ 2438 ],
|
|
"A13": [ 2438 ],
|
|
"A14": [ 2438 ],
|
|
"A15": [ 2438 ],
|
|
"A16": [ 2438 ],
|
|
"A17": [ 2438 ],
|
|
"A2": [ 2439 ],
|
|
"A3": [ 2440 ],
|
|
"A4": [ 2441 ],
|
|
"A5": [ 2442 ],
|
|
"A6": [ 2443 ],
|
|
"A7": [ 2438 ],
|
|
"A8": [ 2438 ],
|
|
"A9": [ 2438 ],
|
|
"B0": [ 2444 ],
|
|
"B1": [ 2445 ],
|
|
"B10": [ 2446 ],
|
|
"B11": [ 2446 ],
|
|
"B12": [ 2446 ],
|
|
"B13": [ 2446 ],
|
|
"B14": [ 2446 ],
|
|
"B15": [ 2446 ],
|
|
"B16": [ 2446 ],
|
|
"B17": [ 2446 ],
|
|
"B2": [ 2447 ],
|
|
"B3": [ 2448 ],
|
|
"B4": [ 2449 ],
|
|
"B5": [ 2450 ],
|
|
"B6": [ 2451 ],
|
|
"B7": [ 2446 ],
|
|
"B8": [ 2446 ],
|
|
"B9": [ 2446 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"C10": [ "0" ],
|
|
"C11": [ "0" ],
|
|
"C12": [ "0" ],
|
|
"C13": [ "0" ],
|
|
"C14": [ "0" ],
|
|
"C15": [ "0" ],
|
|
"C16": [ "0" ],
|
|
"C17": [ "0" ],
|
|
"C2": [ "0" ],
|
|
"C3": [ "0" ],
|
|
"C4": [ "0" ],
|
|
"C5": [ "0" ],
|
|
"C6": [ "0" ],
|
|
"C7": [ "0" ],
|
|
"C8": [ "0" ],
|
|
"C9": [ "0" ],
|
|
"P0": [ 2178 ],
|
|
"P1": [ 2175 ],
|
|
"P10": [ 2183 ],
|
|
"P11": [ 2170 ],
|
|
"P12": [ 2171 ],
|
|
"P13": [ 2172 ],
|
|
"P14": [ 2173 ],
|
|
"P15": [ 2174 ],
|
|
"P16": [ 2452 ],
|
|
"P17": [ 2453 ],
|
|
"P18": [ 2454 ],
|
|
"P19": [ 2455 ],
|
|
"P2": [ 2169 ],
|
|
"P20": [ 2456 ],
|
|
"P21": [ 2457 ],
|
|
"P22": [ 2458 ],
|
|
"P23": [ 2459 ],
|
|
"P24": [ 2460 ],
|
|
"P25": [ 2461 ],
|
|
"P26": [ 2462 ],
|
|
"P27": [ 2463 ],
|
|
"P28": [ 2464 ],
|
|
"P29": [ 2465 ],
|
|
"P3": [ 2176 ],
|
|
"P30": [ 2466 ],
|
|
"P31": [ 2467 ],
|
|
"P32": [ 2468 ],
|
|
"P33": [ 2469 ],
|
|
"P34": [ 2470 ],
|
|
"P35": [ 2471 ],
|
|
"P4": [ 2168 ],
|
|
"P5": [ 2177 ],
|
|
"P6": [ 2179 ],
|
|
"P7": [ 2180 ],
|
|
"P8": [ 2181 ],
|
|
"P9": [ 2182 ],
|
|
"SIGNEDA": [ "1" ],
|
|
"SIGNEDB": [ "1" ],
|
|
"SOURCEA": [ "0" ],
|
|
"SOURCEB": [ "0" ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.result_data_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 2472 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2473 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 334 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.result_data_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 2472 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2474 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 335 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.result_data_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 2472 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2475 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 336 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.result_data_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 2472 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2476 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 337 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.result_data_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 2472 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2477 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 338 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.result_data_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 2472 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2478 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 339 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.result_data_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 2472 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2479 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 340 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.result_data_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 2472 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2480 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 341 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.result_node_id_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 2472 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1798 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 358 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.result_node_id_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 2472 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1799 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 359 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.result_node_id_TRELLIS_FF_Q_10": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 2472 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1800 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 368 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.result_node_id_TRELLIS_FF_Q_11": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 2472 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1801 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 369 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.result_node_id_TRELLIS_FF_Q_12": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 2472 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1802 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 370 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.result_node_id_TRELLIS_FF_Q_13": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 2472 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1803 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 371 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.result_node_id_TRELLIS_FF_Q_14": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 2472 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1804 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 372 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.result_node_id_TRELLIS_FF_Q_15": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 2472 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1805 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 373 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.result_node_id_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 2472 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1806 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 360 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.result_node_id_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 2472 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1807 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 361 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.result_node_id_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 2472 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1808 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 362 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.result_node_id_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 2472 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1809 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 363 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.result_node_id_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 2472 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1810 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 364 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.result_node_id_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 2472 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1811 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 365 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.result_node_id_TRELLIS_FF_Q_8": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 2472 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1812 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 366 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.result_node_id_TRELLIS_FF_Q_9": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 2472 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1813 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 367 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.result_valid_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:305.5-380.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:83.170-83.229"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 2481 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2482 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 323 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.result_valid_TRELLIS_FF_Q_CE_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0100001000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:128.32-129.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 379 ],
|
|
"B": [ 378 ],
|
|
"C": [ 377 ],
|
|
"D": [ 2483 ],
|
|
"Z": [ 2481 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[0]_CCU2C_B1": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2484 ],
|
|
"A1": [ 2485 ],
|
|
"B0": [ 2486 ],
|
|
"B1": [ 2487 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2488 ],
|
|
"COUT": [ 2489 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 2490 ],
|
|
"S1": [ 2491 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[0]_CCU2C_B1_S1_CCU2C_S1": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2492 ],
|
|
"A1": [ 2493 ],
|
|
"B0": [ 2494 ],
|
|
"B1": [ 2495 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2489 ],
|
|
"COUT": [ 2496 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 2497 ],
|
|
"S1": [ 2498 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[0]_CCU2C_B1_S1_CCU2C_S1_1": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2499 ],
|
|
"A1": [ 2500 ],
|
|
"B0": [ 2501 ],
|
|
"B1": [ 2502 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2496 ],
|
|
"COUT": [ 2503 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 2504 ],
|
|
"S1": [ 2505 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[0]_CCU2C_B1_S1_CCU2C_S1_2": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2506 ],
|
|
"A1": [ 2507 ],
|
|
"B0": [ 2508 ],
|
|
"B1": [ 2509 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2503 ],
|
|
"COUT": [ 2510 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 2511 ],
|
|
"S1": [ 2512 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[0]_CCU2C_B1_S1_CCU2C_S1_3": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2513 ],
|
|
"A1": [ 2514 ],
|
|
"B0": [ 2515 ],
|
|
"B1": [ 2516 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2517 ],
|
|
"COUT": [ 2518 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 2519 ],
|
|
"S1": [ 2520 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[0]_CCU2C_B1_S1_CCU2C_S1_4": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2521 ],
|
|
"A1": [ 2521 ],
|
|
"B0": [ 2522 ],
|
|
"B1": [ 2522 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2523 ],
|
|
"COUT": [ 2524 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 2525 ],
|
|
"S1": [ 2526 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[0]_CCU2C_B1_S1_CCU2C_S1_5": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2527 ],
|
|
"A1": [ 2528 ],
|
|
"B0": [ 2529 ],
|
|
"B1": [ 2530 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ "0" ],
|
|
"COUT": [ 2488 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 2531 ],
|
|
"S1": [ 2532 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[0]_CCU2C_B1_S1_CCU2C_S1_6": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2533 ],
|
|
"A1": [ 2534 ],
|
|
"B0": [ 2535 ],
|
|
"B1": [ 2536 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2518 ],
|
|
"COUT": [ 2523 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 2537 ],
|
|
"S1": [ 2538 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[0]_CCU2C_B1_S1_CCU2C_S1_7": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2539 ],
|
|
"A1": [ 2540 ],
|
|
"B0": [ 2541 ],
|
|
"B1": [ 2542 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2510 ],
|
|
"COUT": [ 2517 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 2543 ],
|
|
"S1": [ 2544 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[0]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1847 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2529 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[0]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1848 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2530 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[0]_TRELLIS_FF_Q_10": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1878 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2536 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[0]_TRELLIS_FF_Q_11": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1826 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2541 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[0]_TRELLIS_FF_Q_12": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1827 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2542 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[0]_TRELLIS_FF_Q_13": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1874 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2516 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[0]_TRELLIS_FF_Q_14": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1832 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2522 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[0]_TRELLIS_FF_Q_15": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1867 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2509 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[0]_TRELLIS_FF_Q_16": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1873 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2515 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[0]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1853 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2486 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[0]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1840 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2494 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[0]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1841 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2495 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[0]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1861 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2502 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[0]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1866 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2508 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[0]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1854 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2487 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[0]_TRELLIS_FF_Q_8": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1860 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2501 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[0]_TRELLIS_FF_Q_9": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1877 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2535 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_CCU2C_A1": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2545 ],
|
|
"A1": [ 2546 ],
|
|
"B0": [ 1614 ],
|
|
"B1": [ 1616 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2547 ],
|
|
"COUT": [ 2548 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1613 ],
|
|
"S1": [ 1615 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2549 ],
|
|
"A1": [ 2550 ],
|
|
"B0": [ 1618 ],
|
|
"B1": [ 1620 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2548 ],
|
|
"COUT": [ 2551 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1617 ],
|
|
"S1": [ 1619 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_1": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2552 ],
|
|
"A1": [ 2553 ],
|
|
"B0": [ 1622 ],
|
|
"B1": [ 1624 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2551 ],
|
|
"COUT": [ 2554 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1621 ],
|
|
"S1": [ 1623 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_10": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2555 ],
|
|
"A1": [ 2556 ],
|
|
"B0": [ 1592 ],
|
|
"B1": [ 1594 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2557 ],
|
|
"COUT": [ 2558 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1591 ],
|
|
"S1": [ 1593 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_11": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2559 ],
|
|
"A1": [ 2560 ],
|
|
"B0": [ 1596 ],
|
|
"B1": [ 1598 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2558 ],
|
|
"COUT": [ 2561 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1595 ],
|
|
"S1": [ 1597 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_12": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2562 ],
|
|
"A1": [ 2563 ],
|
|
"B0": [ 1600 ],
|
|
"B1": [ 1602 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2561 ],
|
|
"COUT": [ 2564 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1599 ],
|
|
"S1": [ 1601 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_13": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2565 ],
|
|
"A1": [ 2566 ],
|
|
"B0": [ 1604 ],
|
|
"B1": [ 1606 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2564 ],
|
|
"COUT": [ 2567 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1603 ],
|
|
"S1": [ 1605 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_14": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2568 ],
|
|
"A1": [ 2569 ],
|
|
"B0": [ 1610 ],
|
|
"B1": [ 1612 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2567 ],
|
|
"COUT": [ 2547 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1609 ],
|
|
"S1": [ 1611 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_2": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2570 ],
|
|
"A1": [ 2571 ],
|
|
"B0": [ 1626 ],
|
|
"B1": [ 1628 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2554 ],
|
|
"COUT": [ 2572 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1625 ],
|
|
"S1": [ 1627 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_3": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2573 ],
|
|
"A1": [ 2574 ],
|
|
"B0": [ 1632 ],
|
|
"B1": [ 1634 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2572 ],
|
|
"COUT": [ 2575 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1631 ],
|
|
"S1": [ 1633 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_4": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2576 ],
|
|
"A1": [ 2577 ],
|
|
"B0": [ 1584 ],
|
|
"B1": [ 1586 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ "0" ],
|
|
"COUT": [ 2578 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1582 ],
|
|
"S1": [ 1585 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_5": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2579 ],
|
|
"A1": [ 2580 ],
|
|
"B0": [ 1608 ],
|
|
"B1": [ 1630 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2578 ],
|
|
"COUT": [ 2581 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1607 ],
|
|
"S1": [ 1629 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_6": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2582 ],
|
|
"A1": [ 2583 ],
|
|
"B0": [ 1636 ],
|
|
"B1": [ 1638 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2581 ],
|
|
"COUT": [ 2584 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1635 ],
|
|
"S1": [ 1637 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_7": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2585 ],
|
|
"A1": [ 2586 ],
|
|
"B0": [ 1640 ],
|
|
"B1": [ 1642 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2584 ],
|
|
"COUT": [ 2587 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1639 ],
|
|
"S1": [ 1641 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_8": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2588 ],
|
|
"A1": [ 2589 ],
|
|
"B0": [ 1644 ],
|
|
"B1": [ 1646 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2587 ],
|
|
"COUT": [ 2590 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1643 ],
|
|
"S1": [ 1645 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_9": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2591 ],
|
|
"A1": [ 2592 ],
|
|
"B0": [ 1588 ],
|
|
"B1": [ 1590 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2590 ],
|
|
"COUT": [ 2557 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 1587 ],
|
|
"S1": [ 1589 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2593 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2566 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2594 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2576 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_TRELLIS_FF_Q_10": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2595 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2552 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_TRELLIS_FF_Q_11": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2596 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2553 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_TRELLIS_FF_Q_12": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2597 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2570 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_TRELLIS_FF_Q_13": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2598 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2571 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_TRELLIS_FF_Q_14": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2599 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2573 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_TRELLIS_FF_Q_15": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2600 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2563 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_TRELLIS_FF_Q_16": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2601 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2562 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_TRELLIS_FF_Q_17": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2602 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2574 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_TRELLIS_FF_Q_18": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2603 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2577 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_TRELLIS_FF_Q_19": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2604 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2579 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2605 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2565 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_TRELLIS_FF_Q_20": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2606 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2580 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_TRELLIS_FF_Q_21": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2607 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2582 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_TRELLIS_FF_Q_22": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2608 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2583 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_TRELLIS_FF_Q_23": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2609 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2585 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_TRELLIS_FF_Q_24": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2610 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2586 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_TRELLIS_FF_Q_25": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2611 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2588 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_TRELLIS_FF_Q_26": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2612 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2589 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_TRELLIS_FF_Q_27": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2613 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2591 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_TRELLIS_FF_Q_28": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2614 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2592 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_TRELLIS_FF_Q_29": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2615 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2555 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2616 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2568 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_TRELLIS_FF_Q_30": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2617 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2556 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_TRELLIS_FF_Q_31": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2618 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2559 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2619 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2569 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2620 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2545 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2621 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2546 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2622 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2549 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_TRELLIS_FF_Q_8": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2623 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2560 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_TRELLIS_FF_Q_9": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2624 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2550 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[1]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1917 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2484 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[1]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1950 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2528 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[1]_TRELLIS_FF_Q_10": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1969 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2540 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[1]_TRELLIS_FF_Q_11": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1935 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2513 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[1]_TRELLIS_FF_Q_12": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1936 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2514 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[1]_TRELLIS_FF_Q_13": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1928 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2533 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[1]_TRELLIS_FF_Q_14": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1929 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2534 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[1]_TRELLIS_FF_Q_15": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1923 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2521 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[1]_TRELLIS_FF_Q_16": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1949 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2527 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[1]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1918 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2485 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[1]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1956 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2492 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[1]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1957 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2493 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[1]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1962 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2499 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[1]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1963 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2500 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[1]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1943 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2506 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[1]_TRELLIS_FF_Q_8": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1944 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2507 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[1]_TRELLIS_FF_Q_9": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1968 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2539 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[2]_CCU2C_B1": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2625 ],
|
|
"A1": [ 2626 ],
|
|
"B0": [ 2627 ],
|
|
"B1": [ 2628 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ "0" ],
|
|
"COUT": [ 2629 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 2630 ],
|
|
"S1": [ 2631 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[2]_CCU2C_B1_S1_CCU2C_S1": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2632 ],
|
|
"A1": [ 2633 ],
|
|
"B0": [ 2634 ],
|
|
"B1": [ 2635 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2629 ],
|
|
"COUT": [ 2636 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 2637 ],
|
|
"S1": [ 2638 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[2]_CCU2C_B1_S1_CCU2C_S1_1": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2639 ],
|
|
"A1": [ 2640 ],
|
|
"B0": [ 2641 ],
|
|
"B1": [ 2642 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2636 ],
|
|
"COUT": [ 2643 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 2644 ],
|
|
"S1": [ 2645 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[2]_CCU2C_B1_S1_CCU2C_S1_2": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2646 ],
|
|
"A1": [ 2647 ],
|
|
"B0": [ 2648 ],
|
|
"B1": [ 2649 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2643 ],
|
|
"COUT": [ 2650 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 2651 ],
|
|
"S1": [ 2652 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[2]_CCU2C_B1_S1_CCU2C_S1_3": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2653 ],
|
|
"A1": [ 2654 ],
|
|
"B0": [ 2655 ],
|
|
"B1": [ 2656 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2657 ],
|
|
"COUT": [ 2658 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 2659 ],
|
|
"S1": [ 2660 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[2]_CCU2C_B1_S1_CCU2C_S1_4": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2661 ],
|
|
"A1": [ 2662 ],
|
|
"B0": [ 2663 ],
|
|
"B1": [ 2664 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2665 ],
|
|
"COUT": [ 2657 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 2666 ],
|
|
"S1": [ 2667 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[2]_CCU2C_B1_S1_CCU2C_S1_5": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2668 ],
|
|
"A1": [ 2668 ],
|
|
"B0": [ 2669 ],
|
|
"B1": [ 2669 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2670 ],
|
|
"COUT": [ 2671 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 2672 ],
|
|
"S1": [ 2673 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[2]_CCU2C_B1_S1_CCU2C_S1_6": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2674 ],
|
|
"A1": [ 2675 ],
|
|
"B0": [ 2676 ],
|
|
"B1": [ 2677 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2658 ],
|
|
"COUT": [ 2670 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 2678 ],
|
|
"S1": [ 2679 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[2]_CCU2C_B1_S1_CCU2C_S1_7": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2680 ],
|
|
"A1": [ 2681 ],
|
|
"B0": [ 2682 ],
|
|
"B1": [ 2683 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2650 ],
|
|
"COUT": [ 2665 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 2684 ],
|
|
"S1": [ 2685 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[2]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2055 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2655 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[2]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2060 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2677 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[2]_TRELLIS_FF_Q_10": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2021 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2628 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[2]_TRELLIS_FF_Q_11": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2008 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2634 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[2]_TRELLIS_FF_Q_12": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2009 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2635 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[2]_TRELLIS_FF_Q_13": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2027 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2641 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[2]_TRELLIS_FF_Q_14": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2028 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2642 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[2]_TRELLIS_FF_Q_15": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2034 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2648 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[2]_TRELLIS_FF_Q_16": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2014 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2669 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[2]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2042 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2683 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[2]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2048 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2663 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[2]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2041 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2682 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[2]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2049 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2664 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[2]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2056 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2656 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[2]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2035 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2649 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[2]_TRELLIS_FF_Q_8": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2059 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2676 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[2]_TRELLIS_FF_Q_9": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2020 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2627 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[3]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2125 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2646 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[3]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2111 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2625 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[3]_TRELLIS_FF_Q_10": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2151 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2675 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[3]_TRELLIS_FF_Q_11": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2105 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2668 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[3]_TRELLIS_FF_Q_12": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2099 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2632 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[3]_TRELLIS_FF_Q_13": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2112 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2626 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[3]_TRELLIS_FF_Q_14": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2100 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2633 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[3]_TRELLIS_FF_Q_15": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2118 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2639 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[3]_TRELLIS_FF_Q_16": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2119 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2640 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[3]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2126 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2647 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[3]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2132 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2680 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[3]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2133 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2681 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[3]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2139 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2661 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[3]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2140 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2662 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[3]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2146 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2653 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[3]_TRELLIS_FF_Q_8": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2147 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2654 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[3]_TRELLIS_FF_Q_9": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:192.21-194.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2150 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2674 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_CCU2C_B1": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2686 ],
|
|
"A1": [ 2687 ],
|
|
"B0": [ 2688 ],
|
|
"B1": [ 2689 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2690 ],
|
|
"COUT": [ 2691 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 2620 ],
|
|
"S1": [ 2621 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2692 ],
|
|
"A1": [ 2693 ],
|
|
"B0": [ 2694 ],
|
|
"B1": [ 2695 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2696 ],
|
|
"COUT": [ 2697 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 2615 ],
|
|
"S1": [ 2617 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_1": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2698 ],
|
|
"A1": [ 2699 ],
|
|
"B0": [ 2700 ],
|
|
"B1": [ 2701 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2702 ],
|
|
"COUT": [ 2703 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 2607 ],
|
|
"S1": [ 2608 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_10": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2704 ],
|
|
"A1": [ 2705 ],
|
|
"B0": [ 2706 ],
|
|
"B1": [ 2707 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2708 ],
|
|
"COUT": [ 2709 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 2605 ],
|
|
"S1": [ 2593 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_11": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2710 ],
|
|
"A1": [ 2711 ],
|
|
"B0": [ 2712 ],
|
|
"B1": [ 2713 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2709 ],
|
|
"COUT": [ 2690 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 2616 ],
|
|
"S1": [ 2619 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_12": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2714 ],
|
|
"A1": [ 2715 ],
|
|
"B0": [ 2716 ],
|
|
"B1": [ 2717 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2691 ],
|
|
"COUT": [ 2718 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 2622 ],
|
|
"S1": [ 2624 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_13": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2719 ],
|
|
"A1": [ 2720 ],
|
|
"B0": [ 2721 ],
|
|
"B1": [ 2722 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2718 ],
|
|
"COUT": [ 2723 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 2595 ],
|
|
"S1": [ 2596 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_14": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2724 ],
|
|
"A1": [ 2725 ],
|
|
"B0": [ 2726 ],
|
|
"B1": [ 2727 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2723 ],
|
|
"COUT": [ 2728 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 2597 ],
|
|
"S1": [ 2598 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_2": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2729 ],
|
|
"A1": [ 2730 ],
|
|
"B0": [ 2731 ],
|
|
"B1": [ 2732 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2728 ],
|
|
"COUT": [ 2733 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 2599 ],
|
|
"S1": [ 2602 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_3": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2734 ],
|
|
"A1": [ 2735 ],
|
|
"B0": [ 2736 ],
|
|
"B1": [ 2737 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ "0" ],
|
|
"COUT": [ 2738 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 2594 ],
|
|
"S1": [ 2603 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_4": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2739 ],
|
|
"A1": [ 2740 ],
|
|
"B0": [ 2741 ],
|
|
"B1": [ 2742 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2738 ],
|
|
"COUT": [ 2702 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 2604 ],
|
|
"S1": [ 2606 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_5": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2743 ],
|
|
"A1": [ 2744 ],
|
|
"B0": [ 2745 ],
|
|
"B1": [ 2746 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2703 ],
|
|
"COUT": [ 2747 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 2609 ],
|
|
"S1": [ 2610 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_6": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2748 ],
|
|
"A1": [ 2749 ],
|
|
"B0": [ 2750 ],
|
|
"B1": [ 2751 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2747 ],
|
|
"COUT": [ 2752 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 2611 ],
|
|
"S1": [ 2612 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_7": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2753 ],
|
|
"A1": [ 2754 ],
|
|
"B0": [ 2755 ],
|
|
"B1": [ 2756 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2752 ],
|
|
"COUT": [ 2696 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 2613 ],
|
|
"S1": [ 2614 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_8": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2757 ],
|
|
"A1": [ 2758 ],
|
|
"B0": [ 2759 ],
|
|
"B1": [ 2760 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2697 ],
|
|
"COUT": [ 2761 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 2618 ],
|
|
"S1": [ 2623 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_9": {
|
|
"hide_name": 0,
|
|
"type": "CCU2C",
|
|
"parameters": {
|
|
"INIT0": "1001011010101010",
|
|
"INIT1": "1001011010101010",
|
|
"INJECT1_0": "NO",
|
|
"INJECT1_1": "NO"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4"
|
|
},
|
|
"port_directions": {
|
|
"A0": "input",
|
|
"A1": "input",
|
|
"B0": "input",
|
|
"B1": "input",
|
|
"C0": "input",
|
|
"C1": "input",
|
|
"CIN": "input",
|
|
"COUT": "output",
|
|
"D0": "input",
|
|
"D1": "input",
|
|
"S0": "output",
|
|
"S1": "output"
|
|
},
|
|
"connections": {
|
|
"A0": [ 2762 ],
|
|
"A1": [ 2763 ],
|
|
"B0": [ 2764 ],
|
|
"B1": [ 2765 ],
|
|
"C0": [ "0" ],
|
|
"C1": [ "0" ],
|
|
"CIN": [ 2761 ],
|
|
"COUT": [ 2708 ],
|
|
"D0": [ "1" ],
|
|
"D1": [ "1" ],
|
|
"S0": [ 2601 ],
|
|
"S1": [ 2600 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2525 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2764 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2526 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2716 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_TRELLIS_FF_Q_10": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2520 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2695 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_TRELLIS_FF_Q_11": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2537 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2759 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_TRELLIS_FF_Q_12": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2538 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2760 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_TRELLIS_FF_Q_13": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2526 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2726 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_TRELLIS_FF_Q_14": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2526 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2727 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_TRELLIS_FF_Q_15": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2526 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2731 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_TRELLIS_FF_Q_16": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2526 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2732 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_TRELLIS_FF_Q_17": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2531 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2736 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_TRELLIS_FF_Q_18": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2532 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2737 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_TRELLIS_FF_Q_19": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2490 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2741 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2526 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2717 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_TRELLIS_FF_Q_20": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2491 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2742 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_TRELLIS_FF_Q_21": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2497 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2700 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_TRELLIS_FF_Q_22": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2498 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2701 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_TRELLIS_FF_Q_23": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2504 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2745 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_TRELLIS_FF_Q_24": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2505 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2746 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_TRELLIS_FF_Q_25": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2511 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2750 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_TRELLIS_FF_Q_26": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2512 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2751 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_TRELLIS_FF_Q_27": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2543 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2755 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_TRELLIS_FF_Q_28": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2544 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2756 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_TRELLIS_FF_Q_29": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2526 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2765 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2526 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2721 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_TRELLIS_FF_Q_30": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2526 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2706 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_TRELLIS_FF_Q_31": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2526 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2707 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2519 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2694 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2526 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2712 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2526 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2713 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2526 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2688 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_TRELLIS_FF_Q_8": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2526 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2689 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_TRELLIS_FF_Q_9": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2526 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2722 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[9]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2630 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2734 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[9]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2666 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2753 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[9]_TRELLIS_FF_Q_10": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2679 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2758 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[9]_TRELLIS_FF_Q_11": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2672 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2762 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[9]_TRELLIS_FF_Q_12": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2673 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2763 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[9]_TRELLIS_FF_Q_13": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2673 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2704 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[9]_TRELLIS_FF_Q_14": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2673 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2705 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[9]_TRELLIS_FF_Q_15": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2673 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2710 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[9]_TRELLIS_FF_Q_16": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2673 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2711 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[9]_TRELLIS_FF_Q_17": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2673 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2686 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[9]_TRELLIS_FF_Q_18": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2673 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2687 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[9]_TRELLIS_FF_Q_19": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2673 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2714 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[9]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2631 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2735 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[9]_TRELLIS_FF_Q_20": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2673 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2715 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[9]_TRELLIS_FF_Q_21": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2673 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2719 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[9]_TRELLIS_FF_Q_22": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2673 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2720 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[9]_TRELLIS_FF_Q_23": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2673 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2724 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[9]_TRELLIS_FF_Q_24": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2673 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2725 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[9]_TRELLIS_FF_Q_25": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2673 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2729 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[9]_TRELLIS_FF_Q_26": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2673 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2730 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[9]_TRELLIS_FF_Q_27": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2637 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2739 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[9]_TRELLIS_FF_Q_28": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2638 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2740 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[9]_TRELLIS_FF_Q_29": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2644 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2698 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[9]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2652 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2744 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[9]_TRELLIS_FF_Q_30": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2645 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2699 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[9]_TRELLIS_FF_Q_31": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2651 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2743 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[9]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2684 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2748 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[9]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2685 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2749 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[9]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2667 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2754 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[9]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2659 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2692 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[9]_TRELLIS_FF_Q_8": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2660 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2693 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[9]_TRELLIS_FF_Q_9": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:196.21-198.24|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:16.100-16.154"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2678 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2757 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.valid0_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:68.164-68.215"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1819 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 2766 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.valid1_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:143.5-154.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:68.164-68.215"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2766 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 2767 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.valid5_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:215.5-229.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:68.164-68.215"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1581 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 2768 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.valid6_LUT4_B": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000000100000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:128.32-129.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 2768 ],
|
|
"B": [ 2769 ],
|
|
"C": [ 2770 ],
|
|
"D": [ 2771 ],
|
|
"Z": [ 1788 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.valid6_LUT4_B_D_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000000000000001"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:128.32-129.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 1581 ],
|
|
"B": [ 2772 ],
|
|
"C": [ 2766 ],
|
|
"D": [ 2767 ],
|
|
"Z": [ 2771 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.valid6_LUT4_B_Z_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000000000001111"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:119.33-120.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ "0" ],
|
|
"C": [ 379 ],
|
|
"D": [ 377 ],
|
|
"Z": [ 1787 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.valid6_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:245.5-254.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:68.164-68.215"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2768 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 2769 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.valid7_LUT4_D": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000000001000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:128.32-129.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 379 ],
|
|
"B": [ 378 ],
|
|
"C": [ 377 ],
|
|
"D": [ 2770 ],
|
|
"Z": [ 2773 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.valid7_LUT4_D_1": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0100000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:128.32-129.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 379 ],
|
|
"B": [ 378 ],
|
|
"C": [ 377 ],
|
|
"D": [ 2770 ],
|
|
"Z": [ 2472 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.valid7_LUT4_D_Z_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "1111111111110011"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:124.33-125.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ 379 ],
|
|
"C": [ 378 ],
|
|
"D": [ 377 ],
|
|
"Z": [ 2482 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.valid7_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:278.5-288.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:68.164-68.215"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1795 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 2770 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.valid_tree_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:181.13-189.16|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:68.164-68.215"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2767 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 1786 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.valid_tree_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:181.13-189.16|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:68.164-68.215"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1786 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 2772 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.valid_tree_out_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "1 ",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:181.13-189.16|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:68.164-68.215"
|
|
},
|
|
"port_directions": {
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CLK": [ 2 ],
|
|
"DI": [ 2772 ],
|
|
"LSR": [ 3 ],
|
|
"Q": [ 1581 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[0]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 256 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2192 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[0]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 257 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2193 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[0]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 258 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2195 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[0]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 259 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2196 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[0]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 260 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2197 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[0]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 261 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2198 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[0]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 262 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2199 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[0]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 263 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2194 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[1]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 264 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2228 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[1]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 265 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2229 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[1]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 266 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2231 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[1]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 267 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2232 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[1]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 268 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2233 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[1]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 269 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2234 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[1]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 270 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2235 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[1]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 271 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2230 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[2]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 272 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2264 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[2]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 275 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2268 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[2]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 276 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2269 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[2]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 277 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2270 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[2]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 278 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2271 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[2]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 279 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2266 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[2]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 273 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2265 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[2]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 274 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2267 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[3]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 280 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2300 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[3]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 281 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2301 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[3]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 282 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2303 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[3]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 283 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2304 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[3]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 284 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2305 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[3]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 285 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2306 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[3]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 286 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2307 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[3]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 287 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2302 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[4]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 288 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2336 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[4]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 289 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2337 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[4]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 290 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2339 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[4]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 291 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2340 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[4]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 292 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2341 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[4]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 293 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2342 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[4]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 294 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2343 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[4]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 295 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2338 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[5]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 296 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2372 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[5]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 297 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2373 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[5]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 298 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2375 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[5]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 299 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2376 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[5]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 300 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2377 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[5]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 301 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2378 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[5]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 302 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2379 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[5]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 303 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2374 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[6]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 304 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2408 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[6]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 305 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2409 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[6]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 306 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2411 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[6]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 307 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2412 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[6]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 308 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2413 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[6]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 309 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2414 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[6]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 310 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2415 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[6]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 311 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2410 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[7]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 312 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2444 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[7]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 313 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2445 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[7]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 314 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2447 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[7]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 315 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2448 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[7]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 316 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2449 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[7]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 317 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2450 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[7]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 318 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2451 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[7]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 319 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2446 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[0]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 128 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2184 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[0]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 129 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2185 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[0]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 130 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2187 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[0]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 131 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2188 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[0]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 132 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2189 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[0]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 133 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2190 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[0]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 134 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2191 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[0]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 135 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2186 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[1]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 136 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2220 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[1]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 137 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2221 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[1]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 138 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2223 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[1]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 139 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2224 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[1]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 140 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2225 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[1]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 141 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2226 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[1]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 142 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2227 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[1]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 143 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2222 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[2]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 144 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2256 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[2]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 145 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2257 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[2]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 146 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2259 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[2]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 147 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2260 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[2]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 148 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2261 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[2]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 149 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2262 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[2]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 150 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2263 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[2]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 151 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2258 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[3]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 152 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2292 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[3]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 153 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2293 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[3]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 154 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2295 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[3]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 155 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2296 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[3]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 156 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2297 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[3]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 157 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2298 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[3]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 158 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2299 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[3]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 159 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2294 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[4]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 160 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2328 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[4]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 161 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2329 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[4]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 162 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2331 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[4]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 163 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2332 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[4]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 164 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2333 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[4]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 165 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2334 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[4]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 166 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2335 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[4]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 167 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2330 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[5]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 168 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2364 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[5]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 169 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2365 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[5]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 170 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2367 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[5]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 171 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2368 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[5]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 172 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2369 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[5]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 173 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2370 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[5]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 174 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2371 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[5]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 175 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2366 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[6]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 176 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2400 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[6]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 177 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2401 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[6]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 178 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2403 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[6]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 179 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2404 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[6]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 180 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2405 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[6]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 181 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2406 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[6]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 182 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2407 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[6]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 183 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2402 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[7]_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 184 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2436 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[7]_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 190 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2443 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[7]_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 185 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2437 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[7]_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 186 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2439 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[7]_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 187 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2440 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[7]_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 188 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2441 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[7]_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 189 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2442 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[7]_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "CE",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:104.5-126.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:56.101-56.163"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 1791 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 191 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2438 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.y7_TRELLIS_FF_Q": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:278.5-288.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1708 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2473 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.y7_TRELLIS_FF_Q_1": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:278.5-288.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1717 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2474 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.y7_TRELLIS_FF_Q_2": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:278.5-288.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1710 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2475 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.y7_TRELLIS_FF_Q_3": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:278.5-288.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1715 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2476 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.y7_TRELLIS_FF_Q_4": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:278.5-288.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1713 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2477 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.y7_TRELLIS_FF_Q_5": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:278.5-288.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1655 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2478 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.y7_TRELLIS_FF_Q_6": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:278.5-288.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1719 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2479 ]
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.y7_TRELLIS_FF_Q_7": {
|
|
"hide_name": 0,
|
|
"type": "TRELLIS_FF",
|
|
"parameters": {
|
|
"CEMUX": "INV",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "DISABLED",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:278.5-288.8|/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:36.102-36.164"
|
|
},
|
|
"port_directions": {
|
|
"CE": "input",
|
|
"CLK": "input",
|
|
"DI": "input",
|
|
"LSR": "input",
|
|
"Q": "output"
|
|
},
|
|
"connections": {
|
|
"CE": [ 3 ],
|
|
"CLK": [ 2 ],
|
|
"DI": [ 1711 ],
|
|
"LSR": [ "0" ],
|
|
"Q": [ 2480 ]
|
|
}
|
|
},
|
|
"job_valid_LUT4_C": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "1111000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:119.33-120.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ "0" ],
|
|
"C": [ 4 ],
|
|
"D": [ 6 ],
|
|
"Z": [ 536 ]
|
|
}
|
|
},
|
|
"job_valid_LUT4_C_1": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "1111000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:119.33-120.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ "0" ],
|
|
"C": [ 5 ],
|
|
"D": [ 7 ],
|
|
"Z": [ 1720 ]
|
|
}
|
|
},
|
|
"job_valid_LUT4_C_1_Z_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "1111110100000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:128.32-129.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 378 ],
|
|
"B": [ 377 ],
|
|
"C": [ 2774 ],
|
|
"D": [ 2483 ],
|
|
"Z": [ 1818 ]
|
|
}
|
|
},
|
|
"job_valid_LUT4_C_Z_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000001000100010"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:128.32-129.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 375 ],
|
|
"B": [ 374 ],
|
|
"C": [ 320 ],
|
|
"D": [ 625 ],
|
|
"Z": [ 2775 ]
|
|
}
|
|
},
|
|
"result_ready_LUT4_A": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000111100001000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:128.32-129.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 325 ],
|
|
"B": [ 323 ],
|
|
"C": [ 2773 ],
|
|
"D": [ 2482 ],
|
|
"Z": [ 2483 ]
|
|
}
|
|
},
|
|
"result_ready_LUT4_A_1": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000111100001000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:128.32-129.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 324 ],
|
|
"B": [ 322 ],
|
|
"C": [ 1580 ],
|
|
"D": [ 1288 ],
|
|
"Z": [ 1289 ]
|
|
}
|
|
},
|
|
"result_ready_LUT4_A_1_Z_LUT4_B": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0000110000000100"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:128.32-129.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ 595 ],
|
|
"B": [ 1289 ],
|
|
"C": [ 2775 ],
|
|
"D": [ 536 ],
|
|
"Z": [ 621 ]
|
|
}
|
|
},
|
|
"result_ready_LUT4_A_Z_LUT4_Z": {
|
|
"hide_name": 0,
|
|
"type": "LUT4",
|
|
"parameters": {
|
|
"INIT": "0011000000000000"
|
|
},
|
|
"attributes": {
|
|
"module_not_derived": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:124.33-125.56"
|
|
},
|
|
"port_directions": {
|
|
"A": "input",
|
|
"B": "input",
|
|
"C": "input",
|
|
"D": "input",
|
|
"Z": "output"
|
|
},
|
|
"connections": {
|
|
"A": [ "0" ],
|
|
"B": [ 379 ],
|
|
"C": [ 321 ],
|
|
"D": [ 61 ],
|
|
"Z": [ 2774 ]
|
|
}
|
|
}
|
|
},
|
|
"netnames": {
|
|
"GEN_NP[0].u_np.acc_reg": {
|
|
"hide_name": 0,
|
|
"bits": [ 385, 411, 413, 415, 417, 419, 421, 423, 425, 427, 431, 433, 383, 407, 429, 435, 437, 439, 441, 443, 445, 387, 389, 391, 393, 395, 397, 399, 401, 403, 405, 409 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np acc_reg",
|
|
"src": "hardware/v2/rtl/neural_processor.v:212.32-212.39"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg": {
|
|
"hide_name": 0,
|
|
"bits": [ 449, 448 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np activation_reg",
|
|
"src": "hardware/v2/rtl/neural_processor.v:90.33-90.47"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_1_Z": {
|
|
"hide_name": 0,
|
|
"bits": [ 446, 526, 451, 453 ],
|
|
"attributes": {
|
|
"force_downto": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:108.23-108.24"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z": {
|
|
"hide_name": 0,
|
|
"bits": [ 450 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:133.18-133.20"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_ALUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 452 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:133.22-133.24"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0": {
|
|
"hide_name": 0,
|
|
"bits": [ 446, 447, 448, 449, 453 ],
|
|
"attributes": {
|
|
"force_downto": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:108.23-108.24"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D": {
|
|
"hide_name": 0,
|
|
"bits": [ 455, 456, 457, 458 ],
|
|
"attributes": {
|
|
"force_downto": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:108.23-108.24"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_D0": {
|
|
"hide_name": 0,
|
|
"bits": [ 459 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:141.34-141.36"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_D0_PFUMX_Z_ALUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 462 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:141.22-141.24"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_D0_PFUMX_Z_BLUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 463 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:141.18-141.20"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_D1": {
|
|
"hide_name": 0,
|
|
"bits": [ 460 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:141.38-141.40"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_D1_PFUMX_Z_ALUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 465 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:141.30-141.32"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_D1_PFUMX_Z_BLUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 466 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:141.26-141.28"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_SD": {
|
|
"hide_name": 0,
|
|
"bits": [ 467, 468, 469, 470, 464, 461 ],
|
|
"attributes": {
|
|
"force_downto": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:108.23-108.24"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_SD_L6MUX21_Z_1_D0": {
|
|
"hide_name": 0,
|
|
"bits": [ 474 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:157.66-157.68"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_SD_L6MUX21_Z_1_D0_L6MUX21_Z_D0": {
|
|
"hide_name": 0,
|
|
"bits": [ 477 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:157.50-157.52"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_SD_L6MUX21_Z_1_D0_L6MUX21_Z_D0_PFUMX_Z_ALUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 480 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:157.22-157.24"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_SD_L6MUX21_Z_1_D0_L6MUX21_Z_D0_PFUMX_Z_BLUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 481 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:157.18-157.20"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_SD_L6MUX21_Z_1_D0_L6MUX21_Z_D1": {
|
|
"hide_name": 0,
|
|
"bits": [ 478 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:157.54-157.56"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_SD_L6MUX21_Z_1_D0_L6MUX21_Z_D1_PFUMX_Z_ALUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 483 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:157.30-157.32"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_SD_L6MUX21_Z_1_D0_L6MUX21_Z_D1_PFUMX_Z_BLUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 484 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:157.26-157.28"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_SD_L6MUX21_Z_1_D1": {
|
|
"hide_name": 0,
|
|
"bits": [ 475 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:157.70-157.72"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_SD_L6MUX21_Z_1_D1_L6MUX21_Z_D0": {
|
|
"hide_name": 0,
|
|
"bits": [ 485 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:157.58-157.60"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_SD_L6MUX21_Z_1_D1_L6MUX21_Z_D0_PFUMX_Z_ALUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 487 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:157.38-157.40"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_SD_L6MUX21_Z_1_D1_L6MUX21_Z_D0_PFUMX_Z_BLUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 488 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:157.34-157.36"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_SD_L6MUX21_Z_1_D1_L6MUX21_Z_D1": {
|
|
"hide_name": 0,
|
|
"bits": [ 486 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:157.62-157.64"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_SD_L6MUX21_Z_1_D1_L6MUX21_Z_D1_PFUMX_Z_ALUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 493 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:157.46-157.48"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_SD_L6MUX21_Z_1_D1_L6MUX21_Z_D1_PFUMX_Z_BLUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 494 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:157.42-157.44"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_SD_L6MUX21_Z_1_SD": {
|
|
"hide_name": 0,
|
|
"bits": [ 489, 490, 491, 492, 482, 479, 476 ],
|
|
"attributes": {
|
|
"force_downto": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:108.23-108.24"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_SD_L6MUX21_Z_D0": {
|
|
"hide_name": 0,
|
|
"bits": [ 471 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:141.34-141.36"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_SD_L6MUX21_Z_D0_PFUMX_Z_ALUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 498 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:141.22-141.24"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_SD_L6MUX21_Z_D0_PFUMX_Z_BLUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 499 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:141.18-141.20"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_SD_L6MUX21_Z_D1": {
|
|
"hide_name": 0,
|
|
"bits": [ 472 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:141.38-141.40"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_SD_L6MUX21_Z_D1_PFUMX_Z_ALUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 505 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:141.30-141.32"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_L6MUX21_Z_SD_L6MUX21_Z_D1_PFUMX_Z_BLUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 506 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:141.26-141.28"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_LUT4_Z_D": {
|
|
"hide_name": 0,
|
|
"bits": [ 504, 500, 514, 515 ],
|
|
"attributes": {
|
|
"force_downto": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:108.23-108.24"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_LUT4_Z_D_PFUMX_Z_ALUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 516 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:133.22-133.24"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_LUT4_Z_D_PFUMX_Z_BLUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 517 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:133.18-133.20"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_PFUMX_Z_ALUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 518 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:133.22-133.24"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_PFUMX_Z_BLUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 519 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:133.18-133.20"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_LUT4_Z_D_PFUMX_Z_C0": {
|
|
"hide_name": 0,
|
|
"bits": [ 479, 509, 521, 522, 520 ],
|
|
"attributes": {
|
|
"force_downto": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:108.23-108.24"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_Z": {
|
|
"hide_name": 0,
|
|
"bits": [ 524, 533, 527, 531, 529, 454, 535, 525 ],
|
|
"attributes": {
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.bias_ext": {
|
|
"hide_name": 0,
|
|
"bits": [ 566, 567, 537, 538, 570, 571, 575, 543, 543, 543, 543, 543, 543, 543, 543, 543, 543, 543, 543, 543, 543, 543, 543, 543, 543, 543, 543, 543, 543, 543, 543, 543 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np bias_ext",
|
|
"src": "hardware/v2/rtl/neural_processor.v:235.33-235.41"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.bias_reg": {
|
|
"hide_name": 0,
|
|
"bits": [ 566, 567, 537, 538, 570, 571, 575, 543 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np bias_reg",
|
|
"src": "hardware/v2/rtl/neural_processor.v:89.33-89.41"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.bias_reg_CCU2C_A1_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 540 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.bias_reg_CCU2C_A1_S1": {
|
|
"hide_name": 0,
|
|
"bits": [ 568, 569, 541, 542, 573, 574, 577, 578, 580, 581, 583, 584, 586, 587, 589, 590, 591, 592, 554, 555, 556, 557, 546, 547, 559, 560, 562, 563, 564, 565, 550, 551 ],
|
|
"attributes": {
|
|
"force_downto": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:34.26-34.27"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_10_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 553 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_11_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 544 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_12_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 558 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_13_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 561 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_14_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 548 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_1_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 549 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13",
|
|
"unused_bits": "0 "
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_2_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 539 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_3_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 572 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_4_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 576 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_5_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 579 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_6_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 582 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_7_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 585 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_8_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 588 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_9_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 552 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 545 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.clk": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np clk",
|
|
"src": "hardware/v2/rtl/neural_processor.v:34.11-34.14"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.final_acc_reg": {
|
|
"hide_name": 0,
|
|
"bits": [ 523, 532, 526, 530, 528, 447, 534, 509, 479, 482, 508, 507, 492, 491, 513, 512, 511, 510, 490, 489, 473, 500, 468, 467, 504, 503, 497, 496, 502, 501, 495, 446 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np final_acc_reg",
|
|
"src": "hardware/v2/rtl/neural_processor.v:243.32-243.45"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.final_acc_sign": {
|
|
"hide_name": 0,
|
|
"bits": [ 446 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np final_acc_sign",
|
|
"src": "hardware/v2/rtl/neural_processor.v:256.10-256.24"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.input_data": {
|
|
"hide_name": 0,
|
|
"bits": [ 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np input_data",
|
|
"src": "hardware/v2/rtl/neural_processor.v:52.45-52.55"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.job_activation": {
|
|
"hide_name": 0,
|
|
"bits": [ 56, 57 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np job_activation",
|
|
"src": "hardware/v2/rtl/neural_processor.v:47.42-47.56"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.job_bias": {
|
|
"hide_name": 0,
|
|
"bits": [ 40, 41, 42, 43, 44, 45, 46, 47 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np job_bias",
|
|
"src": "hardware/v2/rtl/neural_processor.v:46.42-46.50"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.job_node_id": {
|
|
"hide_name": 0,
|
|
"bits": [ 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np job_node_id",
|
|
"src": "hardware/v2/rtl/neural_processor.v:45.42-45.53"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.job_ready": {
|
|
"hide_name": 0,
|
|
"bits": [ 6 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np job_ready",
|
|
"src": "hardware/v2/rtl/neural_processor.v:44.42-44.51"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.job_valid": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np job_valid",
|
|
"src": "hardware/v2/rtl/neural_processor.v:43.42-43.51"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.last0": {
|
|
"hide_name": 0,
|
|
"bits": [ 597 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np last0",
|
|
"src": "hardware/v2/rtl/neural_processor.v:98.52-98.57"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.last0_TRELLIS_FF_Q_LSR": {
|
|
"hide_name": 0,
|
|
"bits": [ 596 ],
|
|
"attributes": {
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.last1": {
|
|
"hide_name": 0,
|
|
"bits": [ 599 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np last1",
|
|
"src": "hardware/v2/rtl/neural_processor.v:132.42-132.47"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.last5": {
|
|
"hide_name": 0,
|
|
"bits": [ 601 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np last5",
|
|
"src": "hardware/v2/rtl/neural_processor.v:213.40-213.45"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.last6": {
|
|
"hide_name": 0,
|
|
"bits": [ 602 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np last6",
|
|
"src": "hardware/v2/rtl/neural_processor.v:242.40-242.45"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.last_tree": {
|
|
"hide_name": 0,
|
|
"bits": [ 603, 604, 600 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np last_tree",
|
|
"src": "hardware/v2/rtl/neural_processor.v:175.49-175.58"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.last_tree_out": {
|
|
"hide_name": 0,
|
|
"bits": [ 600 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np last_tree_out",
|
|
"src": "hardware/v2/rtl/neural_processor.v:205.34-205.47"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.level0[0]": {
|
|
"hide_name": 0,
|
|
"bits": [ 634, 635, 681, 682, 641, 642, 649, 650, 656, 657, 675, 676, 663, 664, 670, 627, 627, 627, 627, 627, 627, 627, 627, 627, 627, 627, 627, 627, 627, 627, 627, 627 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np level0[0]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:166.33-166.39"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.level0[1]": {
|
|
"hide_name": 0,
|
|
"bits": [ 632, 633, 679, 680, 639, 640, 647, 648, 654, 655, 673, 674, 661, 662, 669, 626, 626, 626, 626, 626, 626, 626, 626, 626, 626, 626, 626, 626, 626, 626, 626, 626 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np level0[1]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:166.33-166.39"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.level0[2]": {
|
|
"hide_name": 0,
|
|
"bits": [ 725, 726, 732, 733, 739, 740, 746, 747, 772, 773, 753, 754, 766, 767, 760, 718, 718, 718, 718, 718, 718, 718, 718, 718, 718, 718, 718, 718, 718, 718, 718, 718 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np level0[2]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:166.33-166.39"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.level0[3]": {
|
|
"hide_name": 0,
|
|
"bits": [ 723, 724, 730, 731, 737, 738, 744, 745, 770, 771, 751, 752, 764, 765, 759, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np level0[3]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:166.33-166.39"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.level0[4]": {
|
|
"hide_name": 0,
|
|
"bits": [ 863, 864, 816, 817, 824, 825, 857, 858, 831, 832, 839, 840, 851, 852, 845, 809, 809, 809, 809, 809, 809, 809, 809, 809, 809, 809, 809, 809, 809, 809, 809, 809 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np level0[4]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:166.33-166.39"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.level0[5]": {
|
|
"hide_name": 0,
|
|
"bits": [ 861, 862, 814, 815, 822, 823, 855, 856, 829, 830, 837, 838, 849, 850, 844, 808, 808, 808, 808, 808, 808, 808, 808, 808, 808, 808, 808, 808, 808, 808, 808, 808 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np level0[5]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:166.33-166.39"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.level0[6]": {
|
|
"hide_name": 0,
|
|
"bits": [ 907, 908, 914, 915, 954, 955, 921, 922, 929, 930, 948, 949, 936, 937, 943, 900, 900, 900, 900, 900, 900, 900, 900, 900, 900, 900, 900, 900, 900, 900, 900, 900 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np level0[6]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:166.33-166.39"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.level0[7]": {
|
|
"hide_name": 0,
|
|
"bits": [ 905, 906, 912, 913, 952, 953, 919, 920, 927, 928, 946, 947, 934, 935, 942, 899, 899, 899, 899, 899, 899, 899, 899, 899, 899, 899, 899, 899, 899, 899, 899, 899 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np level0[7]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:166.33-166.39"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.node_id_reg": {
|
|
"hide_name": 0,
|
|
"bits": [ 605, 606, 613, 614, 615, 616, 617, 618, 619, 620, 607, 608, 609, 610, 611, 612 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np node_id_reg",
|
|
"src": "hardware/v2/rtl/neural_processor.v:91.33-91.44"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.np_error": {
|
|
"hide_name": 0,
|
|
"bits": [ "0" ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np np_error",
|
|
"src": "hardware/v2/rtl/neural_processor.v:64.43-64.51"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.np_state": {
|
|
"hide_name": 0,
|
|
"bits": [ 374, 375, 376, "0" ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np np_state",
|
|
"src": "hardware/v2/rtl/neural_processor.v:63.43-63.51"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.np_state_LUT4_C_Z": {
|
|
"hide_name": 0,
|
|
"bits": [ 382 ],
|
|
"attributes": {
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.np_state_TRELLIS_FF_Q_DI": {
|
|
"hide_name": 0,
|
|
"bits": [ 624, 622, 623 ],
|
|
"attributes": {
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.operand_ready": {
|
|
"hide_name": 0,
|
|
"bits": [ 62 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np operand_ready",
|
|
"src": "hardware/v2/rtl/neural_processor.v:51.43-51.56"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.operand_ready_LUT4_D_Z": {
|
|
"hide_name": 0,
|
|
"bits": [ 375, 374, 320, 625 ],
|
|
"attributes": {
|
|
"force_downto": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:108.23-108.24"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.operand_ready_LUT4_D_Z_LUT4_D_Z": {
|
|
"hide_name": 0,
|
|
"bits": [ 598 ],
|
|
"attributes": {
|
|
"force_downto": "00000000000000000000000000000001",
|
|
"single_bit_vector": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:108.23-108.24"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.operand_valid": {
|
|
"hide_name": 0,
|
|
"bits": [ 60 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np operand_valid",
|
|
"src": "hardware/v2/rtl/neural_processor.v:50.43-50.56"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[0]": {
|
|
"hide_name": 0,
|
|
"bits": [ 634, 635, 681, 682, 641, 642, 649, 650, 656, 657, 675, 676, 663, 664, 670, 627, 627, 627, 627, 627, 627, 627, 627, 627, 627, 627, 627, 627, 627, 627, 627, 627 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np prod1[0]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:133.34-133.39"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[0]_CCU2C_B0_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 629 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13",
|
|
"unused_bits": "0 "
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[0]_CCU2C_B0_S0": {
|
|
"hide_name": 0,
|
|
"bits": [ 637, 638, 683, 684, 645, 646, 652, 653, 659, 660, 677, 678, 667, 668, 671, 672, 630 ],
|
|
"attributes": {
|
|
"force_downto": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:34.26-34.27"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[0]_CCU2C_B0_S0_CCU2C_S1_1_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 644 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[0]_CCU2C_B0_S0_CCU2C_S1_2_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 651 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[0]_CCU2C_B0_S0_CCU2C_S1_3_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 658 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[0]_CCU2C_B0_S0_CCU2C_S1_4_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 666 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[0]_CCU2C_B0_S0_CCU2C_S1_5_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 628 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[0]_CCU2C_B0_S0_CCU2C_S1_6_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 665 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[0]_CCU2C_B0_S0_CCU2C_S1_7_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 643 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[0]_CCU2C_B0_S0_CCU2C_S1_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 636 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[0]_CCU2C_B0_S1": {
|
|
"hide_name": 0,
|
|
"bits": [ 631 ],
|
|
"attributes": {
|
|
"unused_bits": "0 "
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[1]": {
|
|
"hide_name": 0,
|
|
"bits": [ 632, 633, 679, 680, 639, 640, 647, 648, 654, 655, 673, 674, 661, 662, 669, 626, 626, 626, 626, 626, 626, 626, 626, 626, 626, 626, 626, 626, 626, 626, 626, 626 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np prod1[1]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:133.34-133.39"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[2]": {
|
|
"hide_name": 0,
|
|
"bits": [ 725, 726, 732, 733, 739, 740, 746, 747, 772, 773, 753, 754, 766, 767, 760, 718, 718, 718, 718, 718, 718, 718, 718, 718, 718, 718, 718, 718, 718, 718, 718, 718 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np prod1[2]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:133.34-133.39"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[2]_CCU2C_B0_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 720 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13",
|
|
"unused_bits": "0 "
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[2]_CCU2C_B0_S0": {
|
|
"hide_name": 0,
|
|
"bits": [ 728, 729, 735, 736, 742, 743, 749, 750, 774, 775, 757, 758, 768, 769, 762, 763, 721 ],
|
|
"attributes": {
|
|
"force_downto": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:34.26-34.27"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[2]_CCU2C_B0_S0_CCU2C_S1_1_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 734 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[2]_CCU2C_B0_S0_CCU2C_S1_2_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 741 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[2]_CCU2C_B0_S0_CCU2C_S1_3_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 748 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[2]_CCU2C_B0_S0_CCU2C_S1_4_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 756 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[2]_CCU2C_B0_S0_CCU2C_S1_5_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 719 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[2]_CCU2C_B0_S0_CCU2C_S1_6_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 761 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[2]_CCU2C_B0_S0_CCU2C_S1_7_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 755 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[2]_CCU2C_B0_S0_CCU2C_S1_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 727 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[2]_CCU2C_B0_S1": {
|
|
"hide_name": 0,
|
|
"bits": [ 722 ],
|
|
"attributes": {
|
|
"unused_bits": "0 "
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[3]": {
|
|
"hide_name": 0,
|
|
"bits": [ 723, 724, 730, 731, 737, 738, 744, 745, 770, 771, 751, 752, 764, 765, 759, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np prod1[3]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:133.34-133.39"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[4]": {
|
|
"hide_name": 0,
|
|
"bits": [ 863, 864, 816, 817, 824, 825, 857, 858, 831, 832, 839, 840, 851, 852, 845, 809, 809, 809, 809, 809, 809, 809, 809, 809, 809, 809, 809, 809, 809, 809, 809, 809 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np prod1[4]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:133.34-133.39"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[4]_CCU2C_B0_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 811 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13",
|
|
"unused_bits": "0 "
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[4]_CCU2C_B0_S0": {
|
|
"hide_name": 0,
|
|
"bits": [ 865, 866, 820, 821, 827, 828, 859, 860, 835, 836, 842, 843, 853, 854, 847, 848, 812 ],
|
|
"attributes": {
|
|
"force_downto": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:34.26-34.27"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[4]_CCU2C_B0_S0_CCU2C_S1_1_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 826 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[4]_CCU2C_B0_S0_CCU2C_S1_2_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 834 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[4]_CCU2C_B0_S0_CCU2C_S1_3_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 841 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[4]_CCU2C_B0_S0_CCU2C_S1_4_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 810 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[4]_CCU2C_B0_S0_CCU2C_S1_5_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 846 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[4]_CCU2C_B0_S0_CCU2C_S1_6_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 833 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[4]_CCU2C_B0_S0_CCU2C_S1_7_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 818 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[4]_CCU2C_B0_S0_CCU2C_S1_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 819 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[4]_CCU2C_B0_S1": {
|
|
"hide_name": 0,
|
|
"bits": [ 813 ],
|
|
"attributes": {
|
|
"unused_bits": "0 "
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[5]": {
|
|
"hide_name": 0,
|
|
"bits": [ 861, 862, 814, 815, 822, 823, 855, 856, 829, 830, 837, 838, 849, 850, 844, 808, 808, 808, 808, 808, 808, 808, 808, 808, 808, 808, 808, 808, 808, 808, 808, 808 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np prod1[5]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:133.34-133.39"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[6]": {
|
|
"hide_name": 0,
|
|
"bits": [ 907, 908, 914, 915, 954, 955, 921, 922, 929, 930, 948, 949, 936, 937, 943, 900, 900, 900, 900, 900, 900, 900, 900, 900, 900, 900, 900, 900, 900, 900, 900, 900 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np prod1[6]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:133.34-133.39"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[6]_CCU2C_B0_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 902 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13",
|
|
"unused_bits": "0 "
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[6]_CCU2C_B0_S0": {
|
|
"hide_name": 0,
|
|
"bits": [ 910, 911, 917, 918, 956, 957, 925, 926, 932, 933, 950, 951, 940, 941, 944, 945, 903 ],
|
|
"attributes": {
|
|
"force_downto": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:34.26-34.27"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[6]_CCU2C_B0_S0_CCU2C_S1_1_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 916 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[6]_CCU2C_B0_S0_CCU2C_S1_2_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 924 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[6]_CCU2C_B0_S0_CCU2C_S1_3_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 931 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[6]_CCU2C_B0_S0_CCU2C_S1_4_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 939 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[6]_CCU2C_B0_S0_CCU2C_S1_5_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 901 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[6]_CCU2C_B0_S0_CCU2C_S1_6_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 938 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[6]_CCU2C_B0_S0_CCU2C_S1_7_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 923 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[6]_CCU2C_B0_S0_CCU2C_S1_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 909 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[6]_CCU2C_B0_S1": {
|
|
"hide_name": 0,
|
|
"bits": [ 904 ],
|
|
"attributes": {
|
|
"unused_bits": "0 "
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.prod1[7]": {
|
|
"hide_name": 0,
|
|
"bits": [ 905, 906, 912, 913, 952, 953, 919, 920, 927, 928, 946, 947, 934, 935, 942, 899, 899, 899, 899, 899, 899, 899, 899, 899, 899, 899, 899, 899, 899, 899, 899, 899 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np prod1[7]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:133.34-133.39"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.product_comb[0]": {
|
|
"hide_name": 0,
|
|
"bits": [ 685, 686, 693, 694, 695, 696, 697, 698, 699, 700, 687, 688, 689, 690, 691, 692 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np product_comb[0]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:135.34-135.46"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.product_comb[0]_MULT18X18D_P9_P35": {
|
|
"hide_name": 0,
|
|
"bits": [ 2776, 2777, 2778, 2779, 2780, 2781, 2782, 2783, 2784, 2785, 2786, 2787, 2788, 2789, 2790, 2791, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025 ],
|
|
"attributes": {
|
|
"src": "hardware/v2/rtl/neural_processor.v:139.39-139.54|/opt/homebrew/bin/../share/yosys/mul2dsp.v:255.6-259.5|/opt/homebrew/bin/../share/yosys/lattice/dsp_map_18x18.v:1.68-1.69",
|
|
"unused_bits": "0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.product_comb[1]": {
|
|
"hide_name": 0,
|
|
"bits": [ 701, 702, 709, 710, 711, 712, 713, 714, 715, 716, 703, 704, 705, 706, 707, 708 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np product_comb[1]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:135.34-135.46"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.product_comb[1]_MULT18X18D_P9_P35": {
|
|
"hide_name": 0,
|
|
"bits": [ 2792, 2793, 2794, 2795, 2796, 2797, 2798, 2799, 2800, 2801, 2802, 2803, 2804, 2805, 2806, 2807, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061 ],
|
|
"attributes": {
|
|
"src": "hardware/v2/rtl/neural_processor.v:139.39-139.54|/opt/homebrew/bin/../share/yosys/mul2dsp.v:255.6-259.5|/opt/homebrew/bin/../share/yosys/lattice/dsp_map_18x18.v:1.68-1.69",
|
|
"unused_bits": "0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.product_comb[2]": {
|
|
"hide_name": 0,
|
|
"bits": [ 776, 777, 784, 785, 786, 787, 788, 789, 790, 791, 778, 779, 780, 781, 782, 783 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np product_comb[2]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:135.34-135.46"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.product_comb[2]_MULT18X18D_P9_P35": {
|
|
"hide_name": 0,
|
|
"bits": [ 2808, 2809, 2810, 2811, 2812, 2813, 2814, 2815, 2816, 2817, 2818, 2819, 2820, 2821, 2822, 2823, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097 ],
|
|
"attributes": {
|
|
"src": "hardware/v2/rtl/neural_processor.v:139.39-139.54|/opt/homebrew/bin/../share/yosys/mul2dsp.v:255.6-259.5|/opt/homebrew/bin/../share/yosys/lattice/dsp_map_18x18.v:1.68-1.69",
|
|
"unused_bits": "0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.product_comb[3]": {
|
|
"hide_name": 0,
|
|
"bits": [ 792, 805, 806, 807, 801, 804, 802, 803, 798, 793, 800, 799, 794, 795, 796, 797 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np product_comb[3]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:135.34-135.46"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.product_comb[3]_MULT18X18D_P9_P35": {
|
|
"hide_name": 0,
|
|
"bits": [ 2824, 2825, 2826, 2827, 2828, 2829, 2830, 2831, 2832, 2833, 2834, 2835, 2836, 2837, 2838, 2839, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133 ],
|
|
"attributes": {
|
|
"src": "hardware/v2/rtl/neural_processor.v:139.39-139.54|/opt/homebrew/bin/../share/yosys/mul2dsp.v:255.6-259.5|/opt/homebrew/bin/../share/yosys/lattice/dsp_map_18x18.v:1.68-1.69",
|
|
"unused_bits": "0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.product_comb[4]": {
|
|
"hide_name": 0,
|
|
"bits": [ 867, 873, 870, 877, 879, 871, 872, 882, 881, 869, 880, 874, 868, 875, 876, 878 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np product_comb[4]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:135.34-135.46"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.product_comb[4]_MULT18X18D_P9_P35": {
|
|
"hide_name": 0,
|
|
"bits": [ 2840, 2841, 2842, 2843, 2844, 2845, 2846, 2847, 2848, 2849, 2850, 2851, 2852, 2853, 2854, 2855, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169 ],
|
|
"attributes": {
|
|
"src": "hardware/v2/rtl/neural_processor.v:139.39-139.54|/opt/homebrew/bin/../share/yosys/mul2dsp.v:255.6-259.5|/opt/homebrew/bin/../share/yosys/lattice/dsp_map_18x18.v:1.68-1.69",
|
|
"unused_bits": "0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.product_comb[5]": {
|
|
"hide_name": 0,
|
|
"bits": [ 883, 890, 884, 891, 892, 893, 894, 895, 896, 897, 898, 885, 886, 887, 888, 889 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np product_comb[5]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:135.34-135.46"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.product_comb[5]_MULT18X18D_P9_P35": {
|
|
"hide_name": 0,
|
|
"bits": [ 2856, 2857, 2858, 2859, 2860, 2861, 2862, 2863, 2864, 2865, 2866, 2867, 2868, 2869, 2870, 2871, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205 ],
|
|
"attributes": {
|
|
"src": "hardware/v2/rtl/neural_processor.v:139.39-139.54|/opt/homebrew/bin/../share/yosys/mul2dsp.v:255.6-259.5|/opt/homebrew/bin/../share/yosys/lattice/dsp_map_18x18.v:1.68-1.69",
|
|
"unused_bits": "0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.product_comb[6]": {
|
|
"hide_name": 0,
|
|
"bits": [ 958, 959, 966, 967, 968, 969, 970, 971, 972, 973, 960, 961, 962, 963, 964, 965 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np product_comb[6]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:135.34-135.46"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.product_comb[6]_MULT18X18D_P9_P35": {
|
|
"hide_name": 0,
|
|
"bits": [ 2872, 2873, 2874, 2875, 2876, 2877, 2878, 2879, 2880, 2881, 2882, 2883, 2884, 2885, 2886, 2887, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241 ],
|
|
"attributes": {
|
|
"src": "hardware/v2/rtl/neural_processor.v:139.39-139.54|/opt/homebrew/bin/../share/yosys/mul2dsp.v:255.6-259.5|/opt/homebrew/bin/../share/yosys/lattice/dsp_map_18x18.v:1.68-1.69",
|
|
"unused_bits": "0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.product_comb[7]": {
|
|
"hide_name": 0,
|
|
"bits": [ 974, 975, 983, 982, 984, 985, 986, 987, 988, 989, 976, 977, 978, 979, 980, 981 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np product_comb[7]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:135.34-135.46"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.product_comb[7]_MULT18X18D_P9_P35": {
|
|
"hide_name": 0,
|
|
"bits": [ 2888, 2889, 2890, 2891, 2892, 2893, 2894, 2895, 2896, 2897, 2898, 2899, 2900, 2901, 2902, 2903, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277 ],
|
|
"attributes": {
|
|
"src": "hardware/v2/rtl/neural_processor.v:139.39-139.54|/opt/homebrew/bin/../share/yosys/mul2dsp.v:255.6-259.5|/opt/homebrew/bin/../share/yosys/lattice/dsp_map_18x18.v:1.68-1.69",
|
|
"unused_bits": "0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.result_data": {
|
|
"hide_name": 0,
|
|
"bits": [ 326, 327, 328, 329, 330, 331, 332, 333 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np result_data",
|
|
"src": "hardware/v2/rtl/neural_processor.v:59.43-59.54"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.result_node_id": {
|
|
"hide_name": 0,
|
|
"bits": [ 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np result_node_id",
|
|
"src": "hardware/v2/rtl/neural_processor.v:60.43-60.57"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.result_ready": {
|
|
"hide_name": 0,
|
|
"bits": [ 324 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np result_ready",
|
|
"src": "hardware/v2/rtl/neural_processor.v:58.43-58.55"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.result_valid": {
|
|
"hide_name": 0,
|
|
"bits": [ 322 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np result_valid",
|
|
"src": "hardware/v2/rtl/neural_processor.v:57.43-57.55"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.result_valid_TRELLIS_FF_Q_CE": {
|
|
"hide_name": 0,
|
|
"bits": [ 1287 ],
|
|
"attributes": {
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.rst": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np rst",
|
|
"src": "hardware/v2/rtl/neural_processor.v:35.11-35.14"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tile_last": {
|
|
"hide_name": 0,
|
|
"bits": [ 320 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np tile_last",
|
|
"src": "hardware/v2/rtl/neural_processor.v:54.43-54.52"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tile_sum": {
|
|
"hide_name": 0,
|
|
"bits": [ 1358, 1359, 1369, 1370, 1365, 1366, 1378, 1379, 1371, 1372, 1355, 1356, 1351, 1352, 1380, 1381, 1385, 1386, 1388, 1389, 1391, 1392, 1394, 1395, 1397, 1398, 1361, 1362, 1383, 1384, 1374, 1375 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np tile_sum",
|
|
"src": "hardware/v2/rtl/neural_processor.v:206.34-206.42"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[0]": {
|
|
"hide_name": 0,
|
|
"bits": [ 1298, 1299, 1305, 1306, 1312, 1313, 1319, 1320, 1326, 1327, 1333, 1334, 1340, 1341, 1347, 1348, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np tree[0]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:176.49-176.53"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[0]_CCU2C_B1_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1293 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13",
|
|
"unused_bits": "0 "
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[0]_CCU2C_B1_S1": {
|
|
"hide_name": 0,
|
|
"bits": [ 1301, 1302, 1308, 1309, 1315, 1316, 1322, 1323, 1329, 1330, 1336, 1337, 1343, 1344, 1349, 1350, 1294, 1295, 1295, 1295, 1295, 1295, 1295, 1295, 1295, 1295, 1295, 1295, 1295, 1295, 1295, 1295 ],
|
|
"attributes": {
|
|
"force_downto": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:34.26-34.27"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[0]_CCU2C_B1_S1_CCU2C_S1_1_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1307 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[0]_CCU2C_B1_S1_CCU2C_S1_2_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1314 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[0]_CCU2C_B1_S1_CCU2C_S1_3_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1321 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[0]_CCU2C_B1_S1_CCU2C_S1_4_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1328 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[0]_CCU2C_B1_S1_CCU2C_S1_5_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1335 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[0]_CCU2C_B1_S1_CCU2C_S1_6_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1342 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[0]_CCU2C_B1_S1_CCU2C_S1_7_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1292 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[0]_CCU2C_B1_S1_CCU2C_S1_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1300 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]": {
|
|
"hide_name": 0,
|
|
"bits": [ 1358, 1359, 1369, 1370, 1365, 1366, 1378, 1379, 1371, 1372, 1355, 1356, 1351, 1352, 1380, 1381, 1385, 1386, 1388, 1389, 1391, 1392, 1394, 1395, 1397, 1398, 1361, 1362, 1383, 1384, 1374, 1375 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np tree[16]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:176.49-176.53"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_CCU2C_A1_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1354 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_CCU2C_A1_S1": {
|
|
"hide_name": 0,
|
|
"bits": [ 384, 410, 412, 414, 416, 418, 420, 422, 424, 426, 430, 432, 381, 406, 428, 434, 436, 438, 440, 442, 444, 386, 388, 390, 392, 394, 396, 398, 400, 402, 404, 408 ],
|
|
"attributes": {
|
|
"force_downto": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:34.26-34.27"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_10_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1364 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_11_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1368 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_12_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1367 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_13_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1357 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_14_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1377 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13",
|
|
"unused_bits": "0 "
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_1_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1360 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_2_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1373 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_3_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1382 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_4_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1376 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_5_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1387 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_6_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1390 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_7_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1393 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_8_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1396 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_9_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1363 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1353 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[1]": {
|
|
"hide_name": 0,
|
|
"bits": [ 1296, 1297, 1303, 1304, 1310, 1311, 1317, 1318, 1324, 1325, 1331, 1332, 1338, 1339, 1345, 1346, 1290, 1290, 1290, 1290, 1290, 1290, 1290, 1290, 1290, 1290, 1290, 1290, 1290, 1290, 1290, 1290 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np tree[1]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:176.49-176.53"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[2]": {
|
|
"hide_name": 0,
|
|
"bits": [ 1433, 1434, 1440, 1441, 1447, 1448, 1454, 1455, 1461, 1462, 1468, 1469, 1475, 1476, 1482, 1483, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488, 1488 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np tree[2]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:176.49-176.53"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[2]_CCU2C_B1_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1435 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[2]_CCU2C_B1_S1": {
|
|
"hide_name": 0,
|
|
"bits": [ 1436, 1437, 1443, 1444, 1450, 1451, 1457, 1458, 1464, 1465, 1471, 1472, 1478, 1479, 1485, 1486, 1490, 1491, 1491, 1491, 1491, 1491, 1491, 1491, 1491, 1491, 1491, 1491, 1491, 1491, 1491, 1491 ],
|
|
"attributes": {
|
|
"force_downto": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:34.26-34.27"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[2]_CCU2C_B1_S1_CCU2C_S1_1_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1449 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[2]_CCU2C_B1_S1_CCU2C_S1_2_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1456 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[2]_CCU2C_B1_S1_CCU2C_S1_3_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1463 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[2]_CCU2C_B1_S1_CCU2C_S1_4_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1470 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[2]_CCU2C_B1_S1_CCU2C_S1_5_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1477 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[2]_CCU2C_B1_S1_CCU2C_S1_6_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1484 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[2]_CCU2C_B1_S1_CCU2C_S1_7_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1489 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13",
|
|
"unused_bits": "0 "
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[2]_CCU2C_B1_S1_CCU2C_S1_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1442 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[3]": {
|
|
"hide_name": 0,
|
|
"bits": [ 1431, 1432, 1438, 1439, 1445, 1446, 1452, 1453, 1459, 1460, 1466, 1467, 1473, 1474, 1480, 1481, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487, 1487 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np tree[3]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:176.49-176.53"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]": {
|
|
"hide_name": 0,
|
|
"bits": [ 1536, 1537, 1546, 1547, 1551, 1552, 1506, 1507, 1555, 1556, 1560, 1561, 1565, 1566, 1570, 1571, 1500, 1501, 1512, 1513, 1517, 1518, 1522, 1523, 1527, 1528, 1532, 1533, 1494, 1495, 1541, 1542 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np tree[8]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:176.49-176.53"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_CCU2C_B1_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1497 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_CCU2C_B1_S1": {
|
|
"hide_name": 0,
|
|
"bits": [ 1399, 1411, 1422, 1425, 1426, 1427, 1428, 1429, 1430, 1401, 1402, 1403, 1400, 1405, 1404, 1406, 1407, 1408, 1409, 1410, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1423, 1424 ],
|
|
"attributes": {
|
|
"force_downto": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:34.26-34.27"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_10_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1514 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_11_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1519 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_12_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1524 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_13_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1529 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_14_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1496 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_1_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1509 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_2_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1538 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_3_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1543 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13",
|
|
"unused_bits": "0 "
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_4_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1548 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_5_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1508 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_6_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1557 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_7_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1562 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_8_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1567 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_9_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1502 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1503 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.tree[9]": {
|
|
"hide_name": 0,
|
|
"bits": [ 1534, 1535, 1544, 1545, 1549, 1550, 1504, 1505, 1553, 1554, 1558, 1559, 1563, 1564, 1568, 1569, 1498, 1499, 1510, 1511, 1515, 1516, 1520, 1521, 1525, 1526, 1530, 1531, 1492, 1493, 1539, 1540 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np tree[9]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:176.49-176.53"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.valid0": {
|
|
"hide_name": 0,
|
|
"bits": [ 1572 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np valid0",
|
|
"src": "hardware/v2/rtl/neural_processor.v:98.44-98.50"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.valid1": {
|
|
"hide_name": 0,
|
|
"bits": [ 1573 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np valid1",
|
|
"src": "hardware/v2/rtl/neural_processor.v:132.34-132.40"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.valid5": {
|
|
"hide_name": 0,
|
|
"bits": [ 1574 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np valid5",
|
|
"src": "hardware/v2/rtl/neural_processor.v:213.32-213.38"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.valid6": {
|
|
"hide_name": 0,
|
|
"bits": [ 1577 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np valid6",
|
|
"src": "hardware/v2/rtl/neural_processor.v:242.32-242.38"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.valid6_LUT4_C_Z": {
|
|
"hide_name": 0,
|
|
"bits": [ 593, 594, 595 ],
|
|
"attributes": {
|
|
"force_downto": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:108.23-108.24"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.valid6_LUT4_C_Z_LUT4_Z_1_D": {
|
|
"hide_name": 0,
|
|
"bits": [ 376, 1579 ],
|
|
"attributes": {
|
|
"force_downto": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:108.23-108.24"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.valid6_LUT4_C_Z_LUT4_Z_1_D_LUT4_D_Z": {
|
|
"hide_name": 0,
|
|
"bits": [ 324, 322, 1580, 1288 ],
|
|
"attributes": {
|
|
"force_downto": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:108.23-108.24"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.valid7": {
|
|
"hide_name": 0,
|
|
"bits": [ 1578 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np valid7",
|
|
"src": "hardware/v2/rtl/neural_processor.v:275.34-275.40"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.valid7_LUT4_D_Z": {
|
|
"hide_name": 0,
|
|
"bits": [ 1278 ],
|
|
"attributes": {
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.valid_tree": {
|
|
"hide_name": 0,
|
|
"bits": [ 1576, 1575, 380 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np valid_tree",
|
|
"src": "hardware/v2/rtl/neural_processor.v:174.49-174.59"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.valid_tree_out": {
|
|
"hide_name": 0,
|
|
"bits": [ 380 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np valid_tree_out",
|
|
"src": "hardware/v2/rtl/neural_processor.v:204.34-204.48"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[0]": {
|
|
"hide_name": 0,
|
|
"bits": [ 998, 999, 1001, 1002, 1003, 1004, 1005, 1000 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np w0[0]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:100.44-100.46"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[1]": {
|
|
"hide_name": 0,
|
|
"bits": [ 1034, 1035, 1037, 1038, 1039, 1040, 1041, 1036 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np w0[1]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:100.44-100.46"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[2]": {
|
|
"hide_name": 0,
|
|
"bits": [ 1070, 1071, 1073, 1074, 1075, 1076, 1077, 1072 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np w0[2]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:100.44-100.46"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[3]": {
|
|
"hide_name": 0,
|
|
"bits": [ 1106, 1107, 1109, 1110, 1111, 1112, 1113, 1108 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np w0[3]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:100.44-100.46"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[4]": {
|
|
"hide_name": 0,
|
|
"bits": [ 1142, 1143, 1145, 1146, 1147, 1148, 1149, 1144 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np w0[4]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:100.44-100.46"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[5]": {
|
|
"hide_name": 0,
|
|
"bits": [ 1178, 1179, 1181, 1182, 1183, 1184, 1185, 1180 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np w0[5]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:100.44-100.46"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[6]": {
|
|
"hide_name": 0,
|
|
"bits": [ 1214, 1215, 1217, 1218, 1219, 1220, 1221, 1216 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np w0[6]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:100.44-100.46"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.w0[7]": {
|
|
"hide_name": 0,
|
|
"bits": [ 1250, 1251, 1253, 1254, 1255, 1256, 1257, 1252 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np w0[7]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:100.44-100.46"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.weight_data": {
|
|
"hide_name": 0,
|
|
"bits": [ 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np weight_data",
|
|
"src": "hardware/v2/rtl/neural_processor.v:53.45-53.56"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[0]": {
|
|
"hide_name": 0,
|
|
"bits": [ 990, 991, 993, 994, 995, 996, 997, 992 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np x0[0]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:99.44-99.46"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[1]": {
|
|
"hide_name": 0,
|
|
"bits": [ 1026, 1027, 1029, 1030, 1031, 1032, 1033, 1028 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np x0[1]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:99.44-99.46"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[2]": {
|
|
"hide_name": 0,
|
|
"bits": [ 1062, 1063, 1065, 1066, 1067, 1068, 1069, 1064 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np x0[2]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:99.44-99.46"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[3]": {
|
|
"hide_name": 0,
|
|
"bits": [ 1098, 1099, 1101, 1102, 1103, 1104, 1105, 1100 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np x0[3]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:99.44-99.46"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[4]": {
|
|
"hide_name": 0,
|
|
"bits": [ 1134, 1135, 1137, 1138, 1139, 1140, 1141, 1136 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np x0[4]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:99.44-99.46"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[5]": {
|
|
"hide_name": 0,
|
|
"bits": [ 1170, 1171, 1173, 1174, 1175, 1176, 1177, 1172 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np x0[5]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:99.44-99.46"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[6]": {
|
|
"hide_name": 0,
|
|
"bits": [ 1206, 1207, 1209, 1210, 1211, 1212, 1213, 1208 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np x0[6]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:99.44-99.46"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.x0[7]": {
|
|
"hide_name": 0,
|
|
"bits": [ 1242, 1243, 1245, 1246, 1247, 1248, 1249, 1244 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np x0[7]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:99.44-99.46"
|
|
}
|
|
},
|
|
"GEN_NP[0].u_np.y7": {
|
|
"hide_name": 0,
|
|
"bits": [ 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[0].u_np y7",
|
|
"src": "hardware/v2/rtl/neural_processor.v:276.34-276.36"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.acc_reg": {
|
|
"hide_name": 0,
|
|
"bits": [ 1584, 1586, 1608, 1630, 1636, 1638, 1640, 1642, 1644, 1646, 1588, 1590, 1592, 1594, 1596, 1598, 1600, 1602, 1604, 1606, 1610, 1612, 1614, 1616, 1618, 1620, 1622, 1624, 1626, 1628, 1632, 1634 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np acc_reg",
|
|
"src": "hardware/v2/rtl/neural_processor.v:212.32-212.39"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.acc_reg_TRELLIS_FF_Q_LSR": {
|
|
"hide_name": 0,
|
|
"bits": [ 1583 ],
|
|
"attributes": {
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg": {
|
|
"hide_name": 0,
|
|
"bits": [ 1650, 1649 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np activation_reg",
|
|
"src": "hardware/v2/rtl/neural_processor.v:90.33-90.47"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_LUT4_D_1_Z": {
|
|
"hide_name": 0,
|
|
"bits": [ 1647, 1709, 1652, 1654 ],
|
|
"attributes": {
|
|
"force_downto": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:108.23-108.24"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_LUT4_D_Z": {
|
|
"hide_name": 0,
|
|
"bits": [ 1651 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:133.18-133.20"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_ALUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1653 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:133.22-133.24"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0": {
|
|
"hide_name": 0,
|
|
"bits": [ 1647, 1648, 1649, 1650, 1654 ],
|
|
"attributes": {
|
|
"force_downto": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:108.23-108.24"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_L6MUX21_Z_D0": {
|
|
"hide_name": 0,
|
|
"bits": [ 1656 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:141.34-141.36"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_L6MUX21_Z_D0_PFUMX_Z_ALUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1659 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:141.22-141.24"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_L6MUX21_Z_D0_PFUMX_Z_BLUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1660 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:141.18-141.20"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_L6MUX21_Z_D1": {
|
|
"hide_name": 0,
|
|
"bits": [ 1657 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:141.38-141.40"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_L6MUX21_Z_D1_PFUMX_Z_ALUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1666 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:141.30-141.32"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_L6MUX21_Z_D1_PFUMX_Z_BLUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1667 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:141.26-141.28"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_L6MUX21_Z_SD": {
|
|
"hide_name": 0,
|
|
"bits": [ 1662, 1663, 1664, 1665, 1661, 1658 ],
|
|
"attributes": {
|
|
"force_downto": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:108.23-108.24"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_L6MUX21_Z_SD_L6MUX21_Z_D0": {
|
|
"hide_name": 0,
|
|
"bits": [ 1668 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:141.34-141.36"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_L6MUX21_Z_SD_L6MUX21_Z_D0_PFUMX_Z_ALUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1671 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:141.22-141.24"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_L6MUX21_Z_SD_L6MUX21_Z_D0_PFUMX_Z_BLUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1672 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:141.18-141.20"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_L6MUX21_Z_SD_L6MUX21_Z_D1": {
|
|
"hide_name": 0,
|
|
"bits": [ 1669 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:141.38-141.40"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_L6MUX21_Z_SD_L6MUX21_Z_D1_PFUMX_Z_ALUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1674 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:141.30-141.32"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_L6MUX21_Z_SD_L6MUX21_Z_D1_PFUMX_Z_BLUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1675 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:141.26-141.28"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_L6MUX21_Z_SD_LUT4_Z_1_D": {
|
|
"hide_name": 0,
|
|
"bits": [ 1684, 1685, 1686 ],
|
|
"attributes": {
|
|
"force_downto": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:108.23-108.24"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_C0_L6MUX21_Z_SD_LUT4_Z_D": {
|
|
"hide_name": 0,
|
|
"bits": [ 1680, 1681, 1682, 1683 ],
|
|
"attributes": {
|
|
"force_downto": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:108.23-108.24"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.activation_reg_LUT4_D_Z_PFUMX_BLUT_Z": {
|
|
"hide_name": 0,
|
|
"bits": [ 1708, 1717, 1710, 1715, 1713, 1655, 1719, 1711 ],
|
|
"attributes": {
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.bias_ext": {
|
|
"hide_name": 0,
|
|
"bits": [ 1726, 1727, 1731, 1732, 1751, 1752, 1756, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np bias_ext",
|
|
"src": "hardware/v2/rtl/neural_processor.v:235.33-235.41"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.bias_reg": {
|
|
"hide_name": 0,
|
|
"bits": [ 1726, 1727, 1731, 1732, 1751, 1752, 1756, 1721 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np bias_reg",
|
|
"src": "hardware/v2/rtl/neural_processor.v:89.33-89.41"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.bias_reg_CCU2C_A1_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1723 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13",
|
|
"unused_bits": "0 "
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.bias_reg_CCU2C_A1_S1": {
|
|
"hide_name": 0,
|
|
"bits": [ 1729, 1730, 1734, 1735, 1754, 1755, 1758, 1759, 1761, 1762, 1764, 1765, 1767, 1768, 1770, 1771, 1773, 1774, 1775, 1776, 1738, 1739, 1741, 1742, 1744, 1745, 1747, 1748, 1749, 1750, 1724, 1725 ],
|
|
"attributes": {
|
|
"force_downto": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:34.26-34.27"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_10_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1737 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_11_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1740 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_12_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1743 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_13_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1746 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_14_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1722 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_1_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1733 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_2_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1753 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_3_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1757 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_4_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1760 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_5_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1763 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_6_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1766 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_7_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1769 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_8_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1772 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_9_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1736 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.bias_reg_CCU2C_A1_S1_CCU2C_S1_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1728 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:252.30-252.48|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.clk": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np clk",
|
|
"src": "hardware/v2/rtl/neural_processor.v:34.11-34.14"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_reg": {
|
|
"hide_name": 0,
|
|
"bits": [ 1707, 1716, 1709, 1714, 1712, 1648, 1718, 1689, 1703, 1702, 1688, 1687, 1701, 1681, 1695, 1694, 1693, 1692, 1680, 1700, 1699, 1698, 1691, 1690, 1697, 1663, 1706, 1705, 1662, 1696, 1704, 1647 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np final_acc_reg",
|
|
"src": "hardware/v2/rtl/neural_processor.v:243.32-243.45"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_sign": {
|
|
"hide_name": 0,
|
|
"bits": [ 1647 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np final_acc_sign",
|
|
"src": "hardware/v2/rtl/neural_processor.v:256.10-256.24"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_sign_LUT4_A_Z": {
|
|
"hide_name": 0,
|
|
"bits": [ 1777 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:133.22-133.24"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_sign_LUT4_A_Z_PFUMX_ALUT_BLUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1778 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:133.18-133.20"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_sign_LUT4_A_Z_PFUMX_ALUT_Z": {
|
|
"hide_name": 0,
|
|
"bits": [ 1676, 1677, 1678, 1679, 1673, 1670 ],
|
|
"attributes": {
|
|
"force_downto": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:108.23-108.24"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_sign_LUT4_A_Z_PFUMX_ALUT_Z_L6MUX21_Z_D0": {
|
|
"hide_name": 0,
|
|
"bits": [ 1779 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:141.34-141.36"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_sign_LUT4_A_Z_PFUMX_ALUT_Z_L6MUX21_Z_D0_PFUMX_Z_ALUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1781 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:141.22-141.24"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_sign_LUT4_A_Z_PFUMX_ALUT_Z_L6MUX21_Z_D0_PFUMX_Z_BLUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1782 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:141.18-141.20"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_sign_LUT4_A_Z_PFUMX_ALUT_Z_L6MUX21_Z_D1": {
|
|
"hide_name": 0,
|
|
"bits": [ 1780 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:141.38-141.40"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_sign_LUT4_A_Z_PFUMX_ALUT_Z_L6MUX21_Z_D1_PFUMX_Z_ALUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1783 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:141.30-141.32"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_sign_LUT4_A_Z_PFUMX_ALUT_Z_L6MUX21_Z_D1_PFUMX_Z_BLUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1784 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:141.26-141.28"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.final_acc_sign_LUT4_A_Z_PFUMX_ALUT_Z_LUT4_Z_3_D": {
|
|
"hide_name": 0,
|
|
"bits": [ 1694, 1695, 1785 ],
|
|
"attributes": {
|
|
"force_downto": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:108.23-108.24"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.input_data": {
|
|
"hide_name": 0,
|
|
"bits": [ 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np input_data",
|
|
"src": "hardware/v2/rtl/neural_processor.v:52.45-52.55"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.job_activation": {
|
|
"hide_name": 0,
|
|
"bits": [ 58, 59 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np job_activation",
|
|
"src": "hardware/v2/rtl/neural_processor.v:47.42-47.56"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.job_bias": {
|
|
"hide_name": 0,
|
|
"bits": [ 48, 49, 50, 51, 52, 53, 54, 55 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np job_bias",
|
|
"src": "hardware/v2/rtl/neural_processor.v:46.42-46.50"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.job_node_id": {
|
|
"hide_name": 0,
|
|
"bits": [ 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np job_node_id",
|
|
"src": "hardware/v2/rtl/neural_processor.v:45.42-45.53"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.job_ready": {
|
|
"hide_name": 0,
|
|
"bits": [ 7 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np job_ready",
|
|
"src": "hardware/v2/rtl/neural_processor.v:44.42-44.51"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.job_valid": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np job_valid",
|
|
"src": "hardware/v2/rtl/neural_processor.v:43.42-43.51"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.last0": {
|
|
"hide_name": 0,
|
|
"bits": [ 1790 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np last0",
|
|
"src": "hardware/v2/rtl/neural_processor.v:98.52-98.57"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.last0_TRELLIS_FF_Q_LSR": {
|
|
"hide_name": 0,
|
|
"bits": [ 1789 ],
|
|
"attributes": {
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.last1": {
|
|
"hide_name": 0,
|
|
"bits": [ 1792 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np last1",
|
|
"src": "hardware/v2/rtl/neural_processor.v:132.42-132.47"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.last5": {
|
|
"hide_name": 0,
|
|
"bits": [ 1794 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np last5",
|
|
"src": "hardware/v2/rtl/neural_processor.v:213.40-213.45"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.last6": {
|
|
"hide_name": 0,
|
|
"bits": [ 1795 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np last6",
|
|
"src": "hardware/v2/rtl/neural_processor.v:242.40-242.45"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.last_tree": {
|
|
"hide_name": 0,
|
|
"bits": [ 1796, 1797, 1793 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np last_tree",
|
|
"src": "hardware/v2/rtl/neural_processor.v:175.49-175.58"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.last_tree_out": {
|
|
"hide_name": 0,
|
|
"bits": [ 1793 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np last_tree_out",
|
|
"src": "hardware/v2/rtl/neural_processor.v:205.34-205.47"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.level0[0]": {
|
|
"hide_name": 0,
|
|
"bits": [ 1844, 1845, 1851, 1852, 1836, 1837, 1857, 1858, 1864, 1865, 1822, 1823, 1870, 1871, 1876, 1829, 1829, 1829, 1829, 1829, 1829, 1829, 1829, 1829, 1829, 1829, 1829, 1829, 1829, 1829, 1829, 1829 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np level0[0]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:166.33-166.39"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.level0[1]": {
|
|
"hide_name": 0,
|
|
"bits": [ 1842, 1843, 1849, 1850, 1834, 1835, 1855, 1856, 1862, 1863, 1820, 1821, 1868, 1869, 1875, 1828, 1828, 1828, 1828, 1828, 1828, 1828, 1828, 1828, 1828, 1828, 1828, 1828, 1828, 1828, 1828, 1828 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np level0[1]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:166.33-166.39"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.level0[2]": {
|
|
"hide_name": 0,
|
|
"bits": [ 1947, 1948, 1913, 1914, 1953, 1954, 1960, 1961, 1939, 1940, 1966, 1967, 1932, 1933, 1926, 1920, 1920, 1920, 1920, 1920, 1920, 1920, 1920, 1920, 1920, 1920, 1920, 1920, 1920, 1920, 1920, 1920 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np level0[2]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:166.33-166.39"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.level0[3]": {
|
|
"hide_name": 0,
|
|
"bits": [ 1945, 1946, 1911, 1912, 1951, 1952, 1958, 1959, 1937, 1938, 1964, 1965, 1930, 1931, 1925, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np level0[3]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:166.33-166.39"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.level0[4]": {
|
|
"hide_name": 0,
|
|
"bits": [ 2018, 2019, 2004, 2005, 2024, 2025, 2031, 2032, 2038, 2039, 2045, 2046, 2052, 2053, 2058, 2011, 2011, 2011, 2011, 2011, 2011, 2011, 2011, 2011, 2011, 2011, 2011, 2011, 2011, 2011, 2011, 2011 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np level0[4]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:166.33-166.39"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.level0[5]": {
|
|
"hide_name": 0,
|
|
"bits": [ 2016, 2017, 2002, 2003, 2022, 2023, 2029, 2030, 2036, 2037, 2043, 2044, 2050, 2051, 2057, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np level0[5]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:166.33-166.39"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.level0[6]": {
|
|
"hide_name": 0,
|
|
"bits": [ 2109, 2110, 2095, 2096, 2115, 2116, 2122, 2123, 2129, 2130, 2136, 2137, 2143, 2144, 2149, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np level0[6]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:166.33-166.39"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.level0[7]": {
|
|
"hide_name": 0,
|
|
"bits": [ 2107, 2108, 2093, 2094, 2113, 2114, 2120, 2121, 2127, 2128, 2134, 2135, 2141, 2142, 2148, 2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np level0[7]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:166.33-166.39"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.node_id_reg": {
|
|
"hide_name": 0,
|
|
"bits": [ 1798, 1799, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1800, 1801, 1802, 1803, 1804, 1805 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np node_id_reg",
|
|
"src": "hardware/v2/rtl/neural_processor.v:91.33-91.44"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.np_error": {
|
|
"hide_name": 0,
|
|
"bits": [ "0" ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np np_error",
|
|
"src": "hardware/v2/rtl/neural_processor.v:64.43-64.51"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.np_state": {
|
|
"hide_name": 0,
|
|
"bits": [ 377, 378, 379, "0" ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np np_state",
|
|
"src": "hardware/v2/rtl/neural_processor.v:63.43-63.51"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.np_state_TRELLIS_FF_Q_CE": {
|
|
"hide_name": 0,
|
|
"bits": [ 1814 ],
|
|
"attributes": {
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.np_state_TRELLIS_FF_Q_DI": {
|
|
"hide_name": 0,
|
|
"bits": [ 1815, 1816, 1817 ],
|
|
"attributes": {
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.operand_ready": {
|
|
"hide_name": 0,
|
|
"bits": [ 63 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np operand_ready",
|
|
"src": "hardware/v2/rtl/neural_processor.v:51.43-51.56"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.operand_ready_LUT4_D_Z": {
|
|
"hide_name": 0,
|
|
"bits": [ 3, 1819 ],
|
|
"attributes": {
|
|
"force_downto": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:108.23-108.24"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.operand_ready_LUT4_D_Z_LUT4_D_Z": {
|
|
"hide_name": 0,
|
|
"bits": [ 1791 ],
|
|
"attributes": {
|
|
"force_downto": "00000000000000000000000000000001",
|
|
"single_bit_vector": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:108.23-108.24"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.operand_valid": {
|
|
"hide_name": 0,
|
|
"bits": [ 61 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np operand_valid",
|
|
"src": "hardware/v2/rtl/neural_processor.v:50.43-50.56"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[0]": {
|
|
"hide_name": 0,
|
|
"bits": [ 1844, 1845, 1851, 1852, 1836, 1837, 1857, 1858, 1864, 1865, 1822, 1823, 1870, 1871, 1876, 1829, 1829, 1829, 1829, 1829, 1829, 1829, 1829, 1829, 1829, 1829, 1829, 1829, 1829, 1829, 1829, 1829 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np prod1[0]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:133.34-133.39"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[0]_CCU2C_B1_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1825 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[0]_CCU2C_B1_S1": {
|
|
"hide_name": 0,
|
|
"bits": [ 1847, 1848, 1853, 1854, 1840, 1841, 1860, 1861, 1866, 1867, 1826, 1827, 1873, 1874, 1877, 1878, 1832 ],
|
|
"attributes": {
|
|
"force_downto": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:34.26-34.27"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[0]_CCU2C_B1_S1_CCU2C_S0_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1831 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13",
|
|
"unused_bits": "0 "
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[0]_CCU2C_B1_S1_CCU2C_S0_S1": {
|
|
"hide_name": 0,
|
|
"bits": [ 1833 ],
|
|
"attributes": {
|
|
"unused_bits": "0 "
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[0]_CCU2C_B1_S1_CCU2C_S1_1_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1846 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[0]_CCU2C_B1_S1_CCU2C_S1_2_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1838 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[0]_CCU2C_B1_S1_CCU2C_S1_3_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1859 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[0]_CCU2C_B1_S1_CCU2C_S1_4_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1824 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[0]_CCU2C_B1_S1_CCU2C_S1_5_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1872 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[0]_CCU2C_B1_S1_CCU2C_S1_6_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1830 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[0]_CCU2C_B1_S1_CCU2C_S1_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1839 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[1]": {
|
|
"hide_name": 0,
|
|
"bits": [ 1842, 1843, 1849, 1850, 1834, 1835, 1855, 1856, 1862, 1863, 1820, 1821, 1868, 1869, 1875, 1828, 1828, 1828, 1828, 1828, 1828, 1828, 1828, 1828, 1828, 1828, 1828, 1828, 1828, 1828, 1828, 1828 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np prod1[1]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:133.34-133.39"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[2]": {
|
|
"hide_name": 0,
|
|
"bits": [ 1947, 1948, 1913, 1914, 1953, 1954, 1960, 1961, 1939, 1940, 1966, 1967, 1932, 1933, 1926, 1920, 1920, 1920, 1920, 1920, 1920, 1920, 1920, 1920, 1920, 1920, 1920, 1920, 1920, 1920, 1920, 1920 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np prod1[2]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:133.34-133.39"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[2]_CCU2C_B1_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1916 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[2]_CCU2C_B1_S1": {
|
|
"hide_name": 0,
|
|
"bits": [ 1949, 1950, 1917, 1918, 1956, 1957, 1962, 1963, 1943, 1944, 1968, 1969, 1935, 1936, 1928, 1929, 1923 ],
|
|
"attributes": {
|
|
"force_downto": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:34.26-34.27"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[2]_CCU2C_B1_S1_CCU2C_S0_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1922 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13",
|
|
"unused_bits": "0 "
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[2]_CCU2C_B1_S1_CCU2C_S0_S1": {
|
|
"hide_name": 0,
|
|
"bits": [ 1924 ],
|
|
"attributes": {
|
|
"unused_bits": "0 "
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[2]_CCU2C_B1_S1_CCU2C_S1_1_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1927 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[2]_CCU2C_B1_S1_CCU2C_S1_2_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1942 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[2]_CCU2C_B1_S1_CCU2C_S1_3_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1915 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[2]_CCU2C_B1_S1_CCU2C_S1_4_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1955 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[2]_CCU2C_B1_S1_CCU2C_S1_5_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1941 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[2]_CCU2C_B1_S1_CCU2C_S1_6_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1934 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[2]_CCU2C_B1_S1_CCU2C_S1_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 1921 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[3]": {
|
|
"hide_name": 0,
|
|
"bits": [ 1945, 1946, 1911, 1912, 1951, 1952, 1958, 1959, 1937, 1938, 1964, 1965, 1930, 1931, 1925, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919, 1919 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np prod1[3]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:133.34-133.39"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[4]": {
|
|
"hide_name": 0,
|
|
"bits": [ 2018, 2019, 2004, 2005, 2024, 2025, 2031, 2032, 2038, 2039, 2045, 2046, 2052, 2053, 2058, 2011, 2011, 2011, 2011, 2011, 2011, 2011, 2011, 2011, 2011, 2011, 2011, 2011, 2011, 2011, 2011, 2011 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np prod1[4]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:133.34-133.39"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[4]_CCU2C_B1_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2007 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[4]_CCU2C_B1_S1": {
|
|
"hide_name": 0,
|
|
"bits": [ 2020, 2021, 2008, 2009, 2027, 2028, 2034, 2035, 2041, 2042, 2048, 2049, 2055, 2056, 2059, 2060, 2014 ],
|
|
"attributes": {
|
|
"force_downto": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:34.26-34.27"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[4]_CCU2C_B1_S1_CCU2C_S0_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2013 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13",
|
|
"unused_bits": "0 "
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[4]_CCU2C_B1_S1_CCU2C_S0_S1": {
|
|
"hide_name": 0,
|
|
"bits": [ 2015 ],
|
|
"attributes": {
|
|
"unused_bits": "0 "
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[4]_CCU2C_B1_S1_CCU2C_S1_1_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2026 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[4]_CCU2C_B1_S1_CCU2C_S1_2_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2033 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[4]_CCU2C_B1_S1_CCU2C_S1_3_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2040 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[4]_CCU2C_B1_S1_CCU2C_S1_4_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2047 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[4]_CCU2C_B1_S1_CCU2C_S1_5_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2054 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[4]_CCU2C_B1_S1_CCU2C_S1_6_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2012 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[4]_CCU2C_B1_S1_CCU2C_S1_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2006 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[5]": {
|
|
"hide_name": 0,
|
|
"bits": [ 2016, 2017, 2002, 2003, 2022, 2023, 2029, 2030, 2036, 2037, 2043, 2044, 2050, 2051, 2057, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np prod1[5]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:133.34-133.39"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[6]": {
|
|
"hide_name": 0,
|
|
"bits": [ 2109, 2110, 2095, 2096, 2115, 2116, 2122, 2123, 2129, 2130, 2136, 2137, 2143, 2144, 2149, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102, 2102 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np prod1[6]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:133.34-133.39"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[6]_CCU2C_B1_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2098 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[6]_CCU2C_B1_S1": {
|
|
"hide_name": 0,
|
|
"bits": [ 2111, 2112, 2099, 2100, 2118, 2119, 2125, 2126, 2132, 2133, 2139, 2140, 2146, 2147, 2150, 2151, 2105 ],
|
|
"attributes": {
|
|
"force_downto": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:34.26-34.27"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[6]_CCU2C_B1_S1_CCU2C_S0_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2104 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13",
|
|
"unused_bits": "0 "
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[6]_CCU2C_B1_S1_CCU2C_S0_S1": {
|
|
"hide_name": 0,
|
|
"bits": [ 2106 ],
|
|
"attributes": {
|
|
"unused_bits": "0 "
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[6]_CCU2C_B1_S1_CCU2C_S1_1_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2117 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[6]_CCU2C_B1_S1_CCU2C_S1_2_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2124 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[6]_CCU2C_B1_S1_CCU2C_S1_3_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2131 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[6]_CCU2C_B1_S1_CCU2C_S1_4_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2138 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[6]_CCU2C_B1_S1_CCU2C_S1_5_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2145 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[6]_CCU2C_B1_S1_CCU2C_S1_6_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2103 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:5.9-5.12"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[6]_CCU2C_B1_S1_CCU2C_S1_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2097 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:193.40-193.69|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.prod1[7]": {
|
|
"hide_name": 0,
|
|
"bits": [ 2107, 2108, 2093, 2094, 2113, 2114, 2120, 2121, 2127, 2128, 2134, 2135, 2141, 2142, 2148, 2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101, 2101 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np prod1[7]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:133.34-133.39"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.product_comb[0]": {
|
|
"hide_name": 0,
|
|
"bits": [ 1879, 1880, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1881, 1882, 1883, 1884, 1885, 1886 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np product_comb[0]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:135.34-135.46"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.product_comb[0]_MULT18X18D_P9_P35": {
|
|
"hide_name": 0,
|
|
"bits": [ 2904, 2905, 2906, 2907, 2908, 2909, 2910, 2911, 2912, 2913, 2914, 2915, 2916, 2917, 2918, 2919, 2200, 2201, 2202, 2203, 2204, 2205, 2206, 2207, 2208, 2209, 2210, 2211, 2212, 2213, 2214, 2215, 2216, 2217, 2218, 2219 ],
|
|
"attributes": {
|
|
"src": "hardware/v2/rtl/neural_processor.v:139.39-139.54|/opt/homebrew/bin/../share/yosys/mul2dsp.v:255.6-259.5|/opt/homebrew/bin/../share/yosys/lattice/dsp_map_18x18.v:1.68-1.69",
|
|
"unused_bits": "0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.product_comb[1]": {
|
|
"hide_name": 0,
|
|
"bits": [ 1895, 1896, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1897, 1898, 1899, 1900, 1901, 1902 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np product_comb[1]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:135.34-135.46"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.product_comb[1]_MULT18X18D_P9_P35": {
|
|
"hide_name": 0,
|
|
"bits": [ 2920, 2921, 2922, 2923, 2924, 2925, 2926, 2927, 2928, 2929, 2930, 2931, 2932, 2933, 2934, 2935, 2236, 2237, 2238, 2239, 2240, 2241, 2242, 2243, 2244, 2245, 2246, 2247, 2248, 2249, 2250, 2251, 2252, 2253, 2254, 2255 ],
|
|
"attributes": {
|
|
"src": "hardware/v2/rtl/neural_processor.v:139.39-139.54|/opt/homebrew/bin/../share/yosys/mul2dsp.v:255.6-259.5|/opt/homebrew/bin/../share/yosys/lattice/dsp_map_18x18.v:1.68-1.69",
|
|
"unused_bits": "0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.product_comb[2]": {
|
|
"hide_name": 0,
|
|
"bits": [ 1970, 1971, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1972, 1973, 1974, 1975, 1976, 1977 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np product_comb[2]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:135.34-135.46"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.product_comb[2]_MULT18X18D_P9_P35": {
|
|
"hide_name": 0,
|
|
"bits": [ 2936, 2937, 2938, 2939, 2940, 2941, 2942, 2943, 2944, 2945, 2946, 2947, 2948, 2949, 2950, 2951, 2272, 2273, 2274, 2275, 2276, 2277, 2278, 2279, 2280, 2281, 2282, 2283, 2284, 2285, 2286, 2287, 2288, 2289, 2290, 2291 ],
|
|
"attributes": {
|
|
"src": "hardware/v2/rtl/neural_processor.v:139.39-139.54|/opt/homebrew/bin/../share/yosys/mul2dsp.v:255.6-259.5|/opt/homebrew/bin/../share/yosys/lattice/dsp_map_18x18.v:1.68-1.69",
|
|
"unused_bits": "0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.product_comb[3]": {
|
|
"hide_name": 0,
|
|
"bits": [ 1986, 1987, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 1988, 1989, 1990, 1991, 1992, 1993 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np product_comb[3]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:135.34-135.46"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.product_comb[3]_MULT18X18D_P9_P35": {
|
|
"hide_name": 0,
|
|
"bits": [ 2952, 2953, 2954, 2955, 2956, 2957, 2958, 2959, 2960, 2961, 2962, 2963, 2964, 2965, 2966, 2967, 2308, 2309, 2310, 2311, 2312, 2313, 2314, 2315, 2316, 2317, 2318, 2319, 2320, 2321, 2322, 2323, 2324, 2325, 2326, 2327 ],
|
|
"attributes": {
|
|
"src": "hardware/v2/rtl/neural_processor.v:139.39-139.54|/opt/homebrew/bin/../share/yosys/mul2dsp.v:255.6-259.5|/opt/homebrew/bin/../share/yosys/lattice/dsp_map_18x18.v:1.68-1.69",
|
|
"unused_bits": "0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.product_comb[4]": {
|
|
"hide_name": 0,
|
|
"bits": [ 2061, 2062, 2069, 2070, 2071, 2072, 2073, 2074, 2075, 2076, 2063, 2064, 2065, 2066, 2067, 2068 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np product_comb[4]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:135.34-135.46"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.product_comb[4]_MULT18X18D_P9_P35": {
|
|
"hide_name": 0,
|
|
"bits": [ 2968, 2969, 2970, 2971, 2972, 2973, 2974, 2975, 2976, 2977, 2978, 2979, 2980, 2981, 2982, 2983, 2344, 2345, 2346, 2347, 2348, 2349, 2350, 2351, 2352, 2353, 2354, 2355, 2356, 2357, 2358, 2359, 2360, 2361, 2362, 2363 ],
|
|
"attributes": {
|
|
"src": "hardware/v2/rtl/neural_processor.v:139.39-139.54|/opt/homebrew/bin/../share/yosys/mul2dsp.v:255.6-259.5|/opt/homebrew/bin/../share/yosys/lattice/dsp_map_18x18.v:1.68-1.69",
|
|
"unused_bits": "0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.product_comb[5]": {
|
|
"hide_name": 0,
|
|
"bits": [ 2091, 2092, 2079, 2080, 2081, 2082, 2083, 2084, 2077, 2078, 2085, 2086, 2087, 2088, 2089, 2090 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np product_comb[5]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:135.34-135.46"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.product_comb[5]_MULT18X18D_P9_P35": {
|
|
"hide_name": 0,
|
|
"bits": [ 2984, 2985, 2986, 2987, 2988, 2989, 2990, 2991, 2992, 2993, 2994, 2995, 2996, 2997, 2998, 2999, 2380, 2381, 2382, 2383, 2384, 2385, 2386, 2387, 2388, 2389, 2390, 2391, 2392, 2393, 2394, 2395, 2396, 2397, 2398, 2399 ],
|
|
"attributes": {
|
|
"src": "hardware/v2/rtl/neural_processor.v:139.39-139.54|/opt/homebrew/bin/../share/yosys/mul2dsp.v:255.6-259.5|/opt/homebrew/bin/../share/yosys/lattice/dsp_map_18x18.v:1.68-1.69",
|
|
"unused_bits": "0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.product_comb[6]": {
|
|
"hide_name": 0,
|
|
"bits": [ 2166, 2152, 2153, 2160, 2161, 2162, 2163, 2164, 2165, 2167, 2154, 2155, 2156, 2157, 2158, 2159 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np product_comb[6]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:135.34-135.46"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.product_comb[6]_MULT18X18D_P9_P35": {
|
|
"hide_name": 0,
|
|
"bits": [ 3000, 3001, 3002, 3003, 3004, 3005, 3006, 3007, 3008, 3009, 3010, 3011, 3012, 3013, 3014, 3015, 2416, 2417, 2418, 2419, 2420, 2421, 2422, 2423, 2424, 2425, 2426, 2427, 2428, 2429, 2430, 2431, 2432, 2433, 2434, 2435 ],
|
|
"attributes": {
|
|
"src": "hardware/v2/rtl/neural_processor.v:139.39-139.54|/opt/homebrew/bin/../share/yosys/mul2dsp.v:255.6-259.5|/opt/homebrew/bin/../share/yosys/lattice/dsp_map_18x18.v:1.68-1.69",
|
|
"unused_bits": "0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.product_comb[7]": {
|
|
"hide_name": 0,
|
|
"bits": [ 2178, 2175, 2169, 2176, 2168, 2177, 2179, 2180, 2181, 2182, 2183, 2170, 2171, 2172, 2173, 2174 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np product_comb[7]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:135.34-135.46"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.product_comb[7]_MULT18X18D_P9_P35": {
|
|
"hide_name": 0,
|
|
"bits": [ 3016, 3017, 3018, 3019, 3020, 3021, 3022, 3023, 3024, 3025, 3026, 3027, 3028, 3029, 3030, 3031, 2452, 2453, 2454, 2455, 2456, 2457, 2458, 2459, 2460, 2461, 2462, 2463, 2464, 2465, 2466, 2467, 2468, 2469, 2470, 2471 ],
|
|
"attributes": {
|
|
"src": "hardware/v2/rtl/neural_processor.v:139.39-139.54|/opt/homebrew/bin/../share/yosys/mul2dsp.v:255.6-259.5|/opt/homebrew/bin/../share/yosys/lattice/dsp_map_18x18.v:1.68-1.69",
|
|
"unused_bits": "0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.result_data": {
|
|
"hide_name": 0,
|
|
"bits": [ 334, 335, 336, 337, 338, 339, 340, 341 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np result_data",
|
|
"src": "hardware/v2/rtl/neural_processor.v:59.43-59.54"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.result_node_id": {
|
|
"hide_name": 0,
|
|
"bits": [ 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np result_node_id",
|
|
"src": "hardware/v2/rtl/neural_processor.v:60.43-60.57"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.result_ready": {
|
|
"hide_name": 0,
|
|
"bits": [ 325 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np result_ready",
|
|
"src": "hardware/v2/rtl/neural_processor.v:58.43-58.55"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.result_valid": {
|
|
"hide_name": 0,
|
|
"bits": [ 323 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np result_valid",
|
|
"src": "hardware/v2/rtl/neural_processor.v:57.43-57.55"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.result_valid_TRELLIS_FF_Q_CE": {
|
|
"hide_name": 0,
|
|
"bits": [ 2481 ],
|
|
"attributes": {
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.rst": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np rst",
|
|
"src": "hardware/v2/rtl/neural_processor.v:35.11-35.14"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tile_last": {
|
|
"hide_name": 0,
|
|
"bits": [ 321 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np tile_last",
|
|
"src": "hardware/v2/rtl/neural_processor.v:54.43-54.52"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tile_sum": {
|
|
"hide_name": 0,
|
|
"bits": [ 2576, 2577, 2579, 2580, 2582, 2583, 2585, 2586, 2588, 2589, 2591, 2592, 2555, 2556, 2559, 2560, 2562, 2563, 2565, 2566, 2568, 2569, 2545, 2546, 2549, 2550, 2552, 2553, 2570, 2571, 2573, 2574 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np tile_sum",
|
|
"src": "hardware/v2/rtl/neural_processor.v:206.34-206.42"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[0]": {
|
|
"hide_name": 0,
|
|
"bits": [ 2529, 2530, 2486, 2487, 2494, 2495, 2501, 2502, 2508, 2509, 2541, 2542, 2515, 2516, 2535, 2536, 2522, 2522, 2522, 2522, 2522, 2522, 2522, 2522, 2522, 2522, 2522, 2522, 2522, 2522, 2522, 2522 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np tree[0]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:176.49-176.53"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[0]_CCU2C_B1_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2489 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[0]_CCU2C_B1_S1": {
|
|
"hide_name": 0,
|
|
"bits": [ 2531, 2532, 2490, 2491, 2497, 2498, 2504, 2505, 2511, 2512, 2543, 2544, 2519, 2520, 2537, 2538, 2525, 2526, 2526, 2526, 2526, 2526, 2526, 2526, 2526, 2526, 2526, 2526, 2526, 2526, 2526, 2526 ],
|
|
"attributes": {
|
|
"force_downto": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:34.26-34.27"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[0]_CCU2C_B1_S1_CCU2C_S1_1_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2503 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[0]_CCU2C_B1_S1_CCU2C_S1_2_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2510 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[0]_CCU2C_B1_S1_CCU2C_S1_3_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2518 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[0]_CCU2C_B1_S1_CCU2C_S1_4_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2524 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13",
|
|
"unused_bits": "0 "
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[0]_CCU2C_B1_S1_CCU2C_S1_5_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2488 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[0]_CCU2C_B1_S1_CCU2C_S1_6_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2523 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[0]_CCU2C_B1_S1_CCU2C_S1_7_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2517 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[0]_CCU2C_B1_S1_CCU2C_S1_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2496 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]": {
|
|
"hide_name": 0,
|
|
"bits": [ 2576, 2577, 2579, 2580, 2582, 2583, 2585, 2586, 2588, 2589, 2591, 2592, 2555, 2556, 2559, 2560, 2562, 2563, 2565, 2566, 2568, 2569, 2545, 2546, 2549, 2550, 2552, 2553, 2570, 2571, 2573, 2574 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np tree[16]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:176.49-176.53"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_CCU2C_A1_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2548 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_CCU2C_A1_S1": {
|
|
"hide_name": 0,
|
|
"bits": [ 1582, 1585, 1607, 1629, 1635, 1637, 1639, 1641, 1643, 1645, 1587, 1589, 1591, 1593, 1595, 1597, 1599, 1601, 1603, 1605, 1609, 1611, 1613, 1615, 1617, 1619, 1621, 1623, 1625, 1627, 1631, 1633 ],
|
|
"attributes": {
|
|
"force_downto": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:34.26-34.27"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_10_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2558 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_11_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2561 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_12_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2564 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_13_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2567 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_14_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2547 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_1_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2554 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_2_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2572 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_3_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2575 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13",
|
|
"unused_bits": "0 "
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_4_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2578 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_5_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2581 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_6_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2584 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_7_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2587 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_8_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2590 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_9_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2557 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[16]_CCU2C_A1_S1_CCU2C_S1_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2551 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:226.28-226.46|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[1]": {
|
|
"hide_name": 0,
|
|
"bits": [ 2527, 2528, 2484, 2485, 2492, 2493, 2499, 2500, 2506, 2507, 2539, 2540, 2513, 2514, 2533, 2534, 2521, 2521, 2521, 2521, 2521, 2521, 2521, 2521, 2521, 2521, 2521, 2521, 2521, 2521, 2521, 2521 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np tree[1]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:176.49-176.53"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[2]": {
|
|
"hide_name": 0,
|
|
"bits": [ 2627, 2628, 2634, 2635, 2641, 2642, 2648, 2649, 2682, 2683, 2663, 2664, 2655, 2656, 2676, 2677, 2669, 2669, 2669, 2669, 2669, 2669, 2669, 2669, 2669, 2669, 2669, 2669, 2669, 2669, 2669, 2669 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np tree[2]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:176.49-176.53"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[2]_CCU2C_B1_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2629 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[2]_CCU2C_B1_S1": {
|
|
"hide_name": 0,
|
|
"bits": [ 2630, 2631, 2637, 2638, 2644, 2645, 2651, 2652, 2684, 2685, 2666, 2667, 2659, 2660, 2678, 2679, 2672, 2673, 2673, 2673, 2673, 2673, 2673, 2673, 2673, 2673, 2673, 2673, 2673, 2673, 2673, 2673 ],
|
|
"attributes": {
|
|
"force_downto": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:34.26-34.27"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[2]_CCU2C_B1_S1_CCU2C_S1_1_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2643 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[2]_CCU2C_B1_S1_CCU2C_S1_2_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2650 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[2]_CCU2C_B1_S1_CCU2C_S1_3_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2658 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[2]_CCU2C_B1_S1_CCU2C_S1_4_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2657 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[2]_CCU2C_B1_S1_CCU2C_S1_5_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2671 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13",
|
|
"unused_bits": "0 "
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[2]_CCU2C_B1_S1_CCU2C_S1_6_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2670 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[2]_CCU2C_B1_S1_CCU2C_S1_7_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2665 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[2]_CCU2C_B1_S1_CCU2C_S1_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2636 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[3]": {
|
|
"hide_name": 0,
|
|
"bits": [ 2625, 2626, 2632, 2633, 2639, 2640, 2646, 2647, 2680, 2681, 2661, 2662, 2653, 2654, 2674, 2675, 2668, 2668, 2668, 2668, 2668, 2668, 2668, 2668, 2668, 2668, 2668, 2668, 2668, 2668, 2668, 2668 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np tree[3]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:176.49-176.53"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]": {
|
|
"hide_name": 0,
|
|
"bits": [ 2736, 2737, 2741, 2742, 2700, 2701, 2745, 2746, 2750, 2751, 2755, 2756, 2694, 2695, 2759, 2760, 2764, 2765, 2706, 2707, 2712, 2713, 2688, 2689, 2716, 2717, 2721, 2722, 2726, 2727, 2731, 2732 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np tree[8]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:176.49-176.53"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_CCU2C_B1_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2691 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_CCU2C_B1_S1": {
|
|
"hide_name": 0,
|
|
"bits": [ 2594, 2603, 2604, 2606, 2607, 2608, 2609, 2610, 2611, 2612, 2613, 2614, 2615, 2617, 2618, 2623, 2601, 2600, 2605, 2593, 2616, 2619, 2620, 2621, 2622, 2624, 2595, 2596, 2597, 2598, 2599, 2602 ],
|
|
"attributes": {
|
|
"force_downto": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:34.26-34.27"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_10_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2709 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_11_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2690 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_12_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2718 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_13_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2723 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_14_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2728 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_1_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2703 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_2_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2733 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13",
|
|
"unused_bits": "0 "
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_3_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2738 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_4_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2702 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_5_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2747 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_6_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2752 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_7_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2696 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_8_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2761 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_9_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2708 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[8]_CCU2C_B1_S1_CCU2C_S1_COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2697 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "hardware/v2/rtl/neural_processor.v:197.43-197.76|/opt/homebrew/bin/../share/yosys/lattice/arith_map_ccu2c.v:74.7-80.4|/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.tree[9]": {
|
|
"hide_name": 0,
|
|
"bits": [ 2734, 2735, 2739, 2740, 2698, 2699, 2743, 2744, 2748, 2749, 2753, 2754, 2692, 2693, 2757, 2758, 2762, 2763, 2704, 2705, 2710, 2711, 2686, 2687, 2714, 2715, 2719, 2720, 2724, 2725, 2729, 2730 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np tree[9]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:176.49-176.53"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.valid0": {
|
|
"hide_name": 0,
|
|
"bits": [ 2766 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np valid0",
|
|
"src": "hardware/v2/rtl/neural_processor.v:98.44-98.50"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.valid1": {
|
|
"hide_name": 0,
|
|
"bits": [ 2767 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np valid1",
|
|
"src": "hardware/v2/rtl/neural_processor.v:132.34-132.40"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.valid5": {
|
|
"hide_name": 0,
|
|
"bits": [ 2768 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np valid5",
|
|
"src": "hardware/v2/rtl/neural_processor.v:213.32-213.38"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.valid6": {
|
|
"hide_name": 0,
|
|
"bits": [ 2769 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np valid6",
|
|
"src": "hardware/v2/rtl/neural_processor.v:242.32-242.38"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.valid6_LUT4_B_D": {
|
|
"hide_name": 0,
|
|
"bits": [ 2768, 2769, 2770, 2771 ],
|
|
"attributes": {
|
|
"force_downto": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:108.23-108.24"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.valid6_LUT4_B_Z": {
|
|
"hide_name": 0,
|
|
"bits": [ 378, 1786, 1787, 1788 ],
|
|
"attributes": {
|
|
"force_downto": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:108.23-108.24"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.valid7": {
|
|
"hide_name": 0,
|
|
"bits": [ 2770 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np valid7",
|
|
"src": "hardware/v2/rtl/neural_processor.v:275.34-275.40"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.valid7_LUT4_D_1_Z": {
|
|
"hide_name": 0,
|
|
"bits": [ 2472 ],
|
|
"attributes": {
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.valid7_LUT4_D_Z": {
|
|
"hide_name": 0,
|
|
"bits": [ 325, 323, 2773, 2482 ],
|
|
"attributes": {
|
|
"force_downto": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:108.23-108.24"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.valid_tree": {
|
|
"hide_name": 0,
|
|
"bits": [ 1786, 2772, 1581 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np valid_tree",
|
|
"src": "hardware/v2/rtl/neural_processor.v:174.49-174.59"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.valid_tree_out": {
|
|
"hide_name": 0,
|
|
"bits": [ 1581 ],
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np valid_tree_out",
|
|
"src": "hardware/v2/rtl/neural_processor.v:204.34-204.48"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[0]": {
|
|
"hide_name": 0,
|
|
"bits": [ 2192, 2193, 2195, 2196, 2197, 2198, 2199, 2194 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np w0[0]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:100.44-100.46"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[1]": {
|
|
"hide_name": 0,
|
|
"bits": [ 2228, 2229, 2231, 2232, 2233, 2234, 2235, 2230 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np w0[1]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:100.44-100.46"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[2]": {
|
|
"hide_name": 0,
|
|
"bits": [ 2264, 2265, 2267, 2268, 2269, 2270, 2271, 2266 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np w0[2]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:100.44-100.46"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[3]": {
|
|
"hide_name": 0,
|
|
"bits": [ 2300, 2301, 2303, 2304, 2305, 2306, 2307, 2302 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np w0[3]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:100.44-100.46"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[4]": {
|
|
"hide_name": 0,
|
|
"bits": [ 2336, 2337, 2339, 2340, 2341, 2342, 2343, 2338 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np w0[4]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:100.44-100.46"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[5]": {
|
|
"hide_name": 0,
|
|
"bits": [ 2372, 2373, 2375, 2376, 2377, 2378, 2379, 2374 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np w0[5]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:100.44-100.46"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[6]": {
|
|
"hide_name": 0,
|
|
"bits": [ 2408, 2409, 2411, 2412, 2413, 2414, 2415, 2410 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np w0[6]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:100.44-100.46"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.w0[7]": {
|
|
"hide_name": 0,
|
|
"bits": [ 2444, 2445, 2447, 2448, 2449, 2450, 2451, 2446 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np w0[7]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:100.44-100.46"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.weight_data": {
|
|
"hide_name": 0,
|
|
"bits": [ 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np weight_data",
|
|
"src": "hardware/v2/rtl/neural_processor.v:53.45-53.56"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[0]": {
|
|
"hide_name": 0,
|
|
"bits": [ 2184, 2185, 2187, 2188, 2189, 2190, 2191, 2186 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np x0[0]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:99.44-99.46"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[1]": {
|
|
"hide_name": 0,
|
|
"bits": [ 2220, 2221, 2223, 2224, 2225, 2226, 2227, 2222 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np x0[1]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:99.44-99.46"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[2]": {
|
|
"hide_name": 0,
|
|
"bits": [ 2256, 2257, 2259, 2260, 2261, 2262, 2263, 2258 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np x0[2]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:99.44-99.46"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[3]": {
|
|
"hide_name": 0,
|
|
"bits": [ 2292, 2293, 2295, 2296, 2297, 2298, 2299, 2294 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np x0[3]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:99.44-99.46"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[4]": {
|
|
"hide_name": 0,
|
|
"bits": [ 2328, 2329, 2331, 2332, 2333, 2334, 2335, 2330 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np x0[4]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:99.44-99.46"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[5]": {
|
|
"hide_name": 0,
|
|
"bits": [ 2364, 2365, 2367, 2368, 2369, 2370, 2371, 2366 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np x0[5]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:99.44-99.46"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[6]": {
|
|
"hide_name": 0,
|
|
"bits": [ 2400, 2401, 2403, 2404, 2405, 2406, 2407, 2402 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np x0[6]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:99.44-99.46"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.x0[7]": {
|
|
"hide_name": 0,
|
|
"bits": [ 2436, 2437, 2439, 2440, 2441, 2442, 2443, 2438 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np x0[7]",
|
|
"src": "hardware/v2/rtl/neural_processor.v:99.44-99.46"
|
|
}
|
|
},
|
|
"GEN_NP[1].u_np.y7": {
|
|
"hide_name": 0,
|
|
"bits": [ 2473, 2474, 2475, 2476, 2477, 2478, 2479, 2480 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"hdlname": "GEN_NP[1].u_np y7",
|
|
"src": "hardware/v2/rtl/neural_processor.v:276.34-276.36"
|
|
}
|
|
},
|
|
"clk": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "hardware/v2/rtl/neural_processor_array.v:30.11-30.14"
|
|
}
|
|
},
|
|
"input_data": {
|
|
"hide_name": 0,
|
|
"bits": [ 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"src": "hardware/v2/rtl/neural_processor_array.v:41.58-41.68"
|
|
}
|
|
},
|
|
"job_activation": {
|
|
"hide_name": 0,
|
|
"bits": [ 56, 57, 58, 59 ],
|
|
"attributes": {
|
|
"src": "hardware/v2/rtl/neural_processor_array.v:37.57-37.71"
|
|
}
|
|
},
|
|
"job_bias": {
|
|
"hide_name": 0,
|
|
"bits": [ 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"src": "hardware/v2/rtl/neural_processor_array.v:36.57-36.65"
|
|
}
|
|
},
|
|
"job_node_id": {
|
|
"hide_name": 0,
|
|
"bits": [ 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39 ],
|
|
"attributes": {
|
|
"src": "hardware/v2/rtl/neural_processor_array.v:35.57-35.68"
|
|
}
|
|
},
|
|
"job_ready": {
|
|
"hide_name": 0,
|
|
"bits": [ 6, 7 ],
|
|
"attributes": {
|
|
"src": "hardware/v2/rtl/neural_processor_array.v:34.57-34.66"
|
|
}
|
|
},
|
|
"job_valid": {
|
|
"hide_name": 0,
|
|
"bits": [ 4, 5 ],
|
|
"attributes": {
|
|
"src": "hardware/v2/rtl/neural_processor_array.v:33.56-33.65"
|
|
}
|
|
},
|
|
"job_valid_LUT4_C_1_Z": {
|
|
"hide_name": 0,
|
|
"bits": [ 378, 1787, 1818, 1720 ],
|
|
"attributes": {
|
|
"force_downto": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:108.23-108.24"
|
|
}
|
|
},
|
|
"job_valid_LUT4_C_Z": {
|
|
"hide_name": 0,
|
|
"bits": [ 595, 1289, 2775, 536 ],
|
|
"attributes": {
|
|
"force_downto": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:108.23-108.24"
|
|
}
|
|
},
|
|
"np_error": {
|
|
"hide_name": 0,
|
|
"bits": [ "0", "0" ],
|
|
"attributes": {
|
|
"src": "hardware/v2/rtl/neural_processor_array.v:51.57-51.65"
|
|
}
|
|
},
|
|
"np_state": {
|
|
"hide_name": 0,
|
|
"bits": [ 374, 375, 376, "0", 377, 378, 379, "0" ],
|
|
"attributes": {
|
|
"src": "hardware/v2/rtl/neural_processor_array.v:50.57-50.65"
|
|
}
|
|
},
|
|
"operand_ready": {
|
|
"hide_name": 0,
|
|
"bits": [ 62, 63 ],
|
|
"attributes": {
|
|
"src": "hardware/v2/rtl/neural_processor_array.v:40.58-40.71"
|
|
}
|
|
},
|
|
"operand_valid": {
|
|
"hide_name": 0,
|
|
"bits": [ 60, 61 ],
|
|
"attributes": {
|
|
"src": "hardware/v2/rtl/neural_processor_array.v:39.57-39.70"
|
|
}
|
|
},
|
|
"result_data": {
|
|
"hide_name": 0,
|
|
"bits": [ 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"src": "hardware/v2/rtl/neural_processor_array.v:47.57-47.68"
|
|
}
|
|
},
|
|
"result_node_id": {
|
|
"hide_name": 0,
|
|
"bits": [ 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373 ],
|
|
"attributes": {
|
|
"src": "hardware/v2/rtl/neural_processor_array.v:48.57-48.71"
|
|
}
|
|
},
|
|
"result_ready": {
|
|
"hide_name": 0,
|
|
"bits": [ 324, 325 ],
|
|
"attributes": {
|
|
"src": "hardware/v2/rtl/neural_processor_array.v:46.57-46.69"
|
|
}
|
|
},
|
|
"result_ready_LUT4_A_1_Z": {
|
|
"hide_name": 0,
|
|
"bits": [ 376, 375, 374, 1289 ],
|
|
"attributes": {
|
|
"force_downto": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:108.23-108.24"
|
|
}
|
|
},
|
|
"result_ready_LUT4_A_1_Z_LUT4_B_Z": {
|
|
"hide_name": 0,
|
|
"bits": [ 621 ],
|
|
"attributes": {
|
|
}
|
|
},
|
|
"result_ready_LUT4_A_Z": {
|
|
"hide_name": 0,
|
|
"bits": [ 378, 377, 2774, 2483 ],
|
|
"attributes": {
|
|
"force_downto": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_map_trellis.v:108.23-108.24"
|
|
}
|
|
},
|
|
"result_valid": {
|
|
"hide_name": 0,
|
|
"bits": [ 322, 323 ],
|
|
"attributes": {
|
|
"src": "hardware/v2/rtl/neural_processor_array.v:45.57-45.69"
|
|
}
|
|
},
|
|
"rst": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "hardware/v2/rtl/neural_processor_array.v:31.11-31.14"
|
|
}
|
|
},
|
|
"tile_last": {
|
|
"hide_name": 0,
|
|
"bits": [ 320, 321 ],
|
|
"attributes": {
|
|
"src": "hardware/v2/rtl/neural_processor_array.v:43.57-43.66"
|
|
}
|
|
},
|
|
"weight_data": {
|
|
"hide_name": 0,
|
|
"bits": [ 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319 ],
|
|
"signed": 1,
|
|
"attributes": {
|
|
"src": "hardware/v2/rtl/neural_processor_array.v:42.58-42.69"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"\\$__ABC9_LUT5": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"abc9_lut": "00000000000000000000000000000010",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:22.1-30.10"
|
|
},
|
|
"ports": {
|
|
"M0": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"D": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"C": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"B": {
|
|
"direction": "input",
|
|
"bits": [ 5 ]
|
|
},
|
|
"A": {
|
|
"direction": "input",
|
|
"bits": [ 6 ]
|
|
},
|
|
"Z": {
|
|
"direction": "output",
|
|
"bits": [ 7 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
"$specify$86": {
|
|
"hide_name": 1,
|
|
"type": "$specify2",
|
|
"parameters": {
|
|
"DST_WIDTH": "00000000000000000000000000000001",
|
|
"FULL": "0",
|
|
"SRC_DST_PEN": "0",
|
|
"SRC_DST_POL": "0",
|
|
"SRC_WIDTH": "00000000000000000000000000000001",
|
|
"T_FALL_MAX": "00000000000000000000000010010111",
|
|
"T_FALL_MIN": "00000000000000000000000010010111",
|
|
"T_FALL_TYP": "00000000000000000000000010010111",
|
|
"T_RISE_MAX": "00000000000000000000000010010111",
|
|
"T_RISE_MIN": "00000000000000000000000010010111",
|
|
"T_RISE_TYP": "00000000000000000000000010010111"
|
|
},
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:24.9-24.25"
|
|
},
|
|
"port_directions": {
|
|
"DST": "input",
|
|
"EN": "input",
|
|
"SRC": "input"
|
|
},
|
|
"connections": {
|
|
"DST": [ 7 ],
|
|
"EN": [ "1" ],
|
|
"SRC": [ 2 ]
|
|
}
|
|
},
|
|
"$specify$87": {
|
|
"hide_name": 1,
|
|
"type": "$specify2",
|
|
"parameters": {
|
|
"DST_WIDTH": "00000000000000000000000000000001",
|
|
"FULL": "0",
|
|
"SRC_DST_PEN": "0",
|
|
"SRC_DST_POL": "0",
|
|
"SRC_WIDTH": "00000000000000000000000000000001",
|
|
"T_FALL_MAX": "00000000000000000000000011101111",
|
|
"T_FALL_MIN": "00000000000000000000000011101111",
|
|
"T_FALL_TYP": "00000000000000000000000011101111",
|
|
"T_RISE_MAX": "00000000000000000000000011101111",
|
|
"T_RISE_MIN": "00000000000000000000000011101111",
|
|
"T_RISE_TYP": "00000000000000000000000011101111"
|
|
},
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:25.9-25.24"
|
|
},
|
|
"port_directions": {
|
|
"DST": "input",
|
|
"EN": "input",
|
|
"SRC": "input"
|
|
},
|
|
"connections": {
|
|
"DST": [ 7 ],
|
|
"EN": [ "1" ],
|
|
"SRC": [ 3 ]
|
|
}
|
|
},
|
|
"$specify$88": {
|
|
"hide_name": 1,
|
|
"type": "$specify2",
|
|
"parameters": {
|
|
"DST_WIDTH": "00000000000000000000000000000001",
|
|
"FULL": "0",
|
|
"SRC_DST_PEN": "0",
|
|
"SRC_DST_POL": "0",
|
|
"SRC_WIDTH": "00000000000000000000000000000001",
|
|
"T_FALL_MAX": "00000000000000000000000101110101",
|
|
"T_FALL_MIN": "00000000000000000000000101110101",
|
|
"T_FALL_TYP": "00000000000000000000000101110101",
|
|
"T_RISE_MAX": "00000000000000000000000101110101",
|
|
"T_RISE_MIN": "00000000000000000000000101110101",
|
|
"T_RISE_TYP": "00000000000000000000000101110101"
|
|
},
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:26.9-26.24"
|
|
},
|
|
"port_directions": {
|
|
"DST": "input",
|
|
"EN": "input",
|
|
"SRC": "input"
|
|
},
|
|
"connections": {
|
|
"DST": [ 7 ],
|
|
"EN": [ "1" ],
|
|
"SRC": [ 4 ]
|
|
}
|
|
},
|
|
"$specify$89": {
|
|
"hide_name": 1,
|
|
"type": "$specify2",
|
|
"parameters": {
|
|
"DST_WIDTH": "00000000000000000000000000000001",
|
|
"FULL": "0",
|
|
"SRC_DST_PEN": "0",
|
|
"SRC_DST_POL": "0",
|
|
"SRC_WIDTH": "00000000000000000000000000000001",
|
|
"T_FALL_MAX": "00000000000000000000000111011101",
|
|
"T_FALL_MIN": "00000000000000000000000111011101",
|
|
"T_FALL_TYP": "00000000000000000000000111011101",
|
|
"T_RISE_MAX": "00000000000000000000000111011101",
|
|
"T_RISE_MIN": "00000000000000000000000111011101",
|
|
"T_RISE_TYP": "00000000000000000000000111011101"
|
|
},
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:27.9-27.24"
|
|
},
|
|
"port_directions": {
|
|
"DST": "input",
|
|
"EN": "input",
|
|
"SRC": "input"
|
|
},
|
|
"connections": {
|
|
"DST": [ 7 ],
|
|
"EN": [ "1" ],
|
|
"SRC": [ 5 ]
|
|
}
|
|
},
|
|
"$specify$90": {
|
|
"hide_name": 1,
|
|
"type": "$specify2",
|
|
"parameters": {
|
|
"DST_WIDTH": "00000000000000000000000000000001",
|
|
"FULL": "0",
|
|
"SRC_DST_PEN": "0",
|
|
"SRC_DST_POL": "0",
|
|
"SRC_WIDTH": "00000000000000000000000000000001",
|
|
"T_FALL_MAX": "00000000000000000000000111011101",
|
|
"T_FALL_MIN": "00000000000000000000000111011101",
|
|
"T_FALL_TYP": "00000000000000000000000111011101",
|
|
"T_RISE_MAX": "00000000000000000000000111011101",
|
|
"T_RISE_MIN": "00000000000000000000000111011101",
|
|
"T_RISE_TYP": "00000000000000000000000111011101"
|
|
},
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:28.9-28.24"
|
|
},
|
|
"port_directions": {
|
|
"DST": "input",
|
|
"EN": "input",
|
|
"SRC": "input"
|
|
},
|
|
"connections": {
|
|
"DST": [ 7 ],
|
|
"EN": [ "1" ],
|
|
"SRC": [ 6 ]
|
|
}
|
|
}
|
|
},
|
|
"netnames": {
|
|
"A": {
|
|
"hide_name": 0,
|
|
"bits": [ 6 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:22.42-22.43"
|
|
}
|
|
},
|
|
"B": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:22.39-22.40"
|
|
}
|
|
},
|
|
"C": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:22.36-22.37"
|
|
}
|
|
},
|
|
"D": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:22.33-22.34"
|
|
}
|
|
},
|
|
"M0": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:22.29-22.31"
|
|
}
|
|
},
|
|
"Z": {
|
|
"hide_name": 0,
|
|
"bits": [ 7 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:22.52-22.53"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"\\$__ABC9_LUT6": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"abc9_lut": "00000000000000000000000000000100",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:36.1-45.10"
|
|
},
|
|
"ports": {
|
|
"M1": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"M0": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"D": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"C": {
|
|
"direction": "input",
|
|
"bits": [ 5 ]
|
|
},
|
|
"B": {
|
|
"direction": "input",
|
|
"bits": [ 6 ]
|
|
},
|
|
"A": {
|
|
"direction": "input",
|
|
"bits": [ 7 ]
|
|
},
|
|
"Z": {
|
|
"direction": "output",
|
|
"bits": [ 8 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
"$specify$91": {
|
|
"hide_name": 1,
|
|
"type": "$specify2",
|
|
"parameters": {
|
|
"DST_WIDTH": "00000000000000000000000000000001",
|
|
"FULL": "0",
|
|
"SRC_DST_PEN": "0",
|
|
"SRC_DST_POL": "0",
|
|
"SRC_WIDTH": "00000000000000000000000000000001",
|
|
"T_FALL_MAX": "00000000000000000000000010010100",
|
|
"T_FALL_MIN": "00000000000000000000000010010100",
|
|
"T_FALL_TYP": "00000000000000000000000010010100",
|
|
"T_RISE_MAX": "00000000000000000000000010010100",
|
|
"T_RISE_MIN": "00000000000000000000000010010100",
|
|
"T_RISE_TYP": "00000000000000000000000010010100"
|
|
},
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:38.9-38.25"
|
|
},
|
|
"port_directions": {
|
|
"DST": "input",
|
|
"EN": "input",
|
|
"SRC": "input"
|
|
},
|
|
"connections": {
|
|
"DST": [ 8 ],
|
|
"EN": [ "1" ],
|
|
"SRC": [ 2 ]
|
|
}
|
|
},
|
|
"$specify$92": {
|
|
"hide_name": 1,
|
|
"type": "$specify2",
|
|
"parameters": {
|
|
"DST_WIDTH": "00000000000000000000000000000001",
|
|
"FULL": "0",
|
|
"SRC_DST_PEN": "0",
|
|
"SRC_DST_POL": "0",
|
|
"SRC_WIDTH": "00000000000000000000000000000001",
|
|
"T_FALL_MAX": "00000000000000000000000100100100",
|
|
"T_FALL_MIN": "00000000000000000000000100100100",
|
|
"T_FALL_TYP": "00000000000000000000000100100100",
|
|
"T_RISE_MAX": "00000000000000000000000100100100",
|
|
"T_RISE_MIN": "00000000000000000000000100100100",
|
|
"T_RISE_TYP": "00000000000000000000000100100100"
|
|
},
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:39.9-39.25"
|
|
},
|
|
"port_directions": {
|
|
"DST": "input",
|
|
"EN": "input",
|
|
"SRC": "input"
|
|
},
|
|
"connections": {
|
|
"DST": [ 8 ],
|
|
"EN": [ "1" ],
|
|
"SRC": [ 3 ]
|
|
}
|
|
},
|
|
"$specify$93": {
|
|
"hide_name": 1,
|
|
"type": "$specify2",
|
|
"parameters": {
|
|
"DST_WIDTH": "00000000000000000000000000000001",
|
|
"FULL": "0",
|
|
"SRC_DST_PEN": "0",
|
|
"SRC_DST_POL": "0",
|
|
"SRC_WIDTH": "00000000000000000000000000000001",
|
|
"T_FALL_MAX": "00000000000000000000000101111100",
|
|
"T_FALL_MIN": "00000000000000000000000101111100",
|
|
"T_FALL_TYP": "00000000000000000000000101111100",
|
|
"T_RISE_MAX": "00000000000000000000000101111100",
|
|
"T_RISE_MIN": "00000000000000000000000101111100",
|
|
"T_RISE_TYP": "00000000000000000000000101111100"
|
|
},
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:40.9-40.24"
|
|
},
|
|
"port_directions": {
|
|
"DST": "input",
|
|
"EN": "input",
|
|
"SRC": "input"
|
|
},
|
|
"connections": {
|
|
"DST": [ 8 ],
|
|
"EN": [ "1" ],
|
|
"SRC": [ 4 ]
|
|
}
|
|
},
|
|
"$specify$94": {
|
|
"hide_name": 1,
|
|
"type": "$specify2",
|
|
"parameters": {
|
|
"DST_WIDTH": "00000000000000000000000000000001",
|
|
"FULL": "0",
|
|
"SRC_DST_PEN": "0",
|
|
"SRC_DST_POL": "0",
|
|
"SRC_WIDTH": "00000000000000000000000000000001",
|
|
"T_FALL_MAX": "00000000000000000000001000000010",
|
|
"T_FALL_MIN": "00000000000000000000001000000010",
|
|
"T_FALL_TYP": "00000000000000000000001000000010",
|
|
"T_RISE_MAX": "00000000000000000000001000000010",
|
|
"T_RISE_MIN": "00000000000000000000001000000010",
|
|
"T_RISE_TYP": "00000000000000000000001000000010"
|
|
},
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:41.9-41.24"
|
|
},
|
|
"port_directions": {
|
|
"DST": "input",
|
|
"EN": "input",
|
|
"SRC": "input"
|
|
},
|
|
"connections": {
|
|
"DST": [ 8 ],
|
|
"EN": [ "1" ],
|
|
"SRC": [ 5 ]
|
|
}
|
|
},
|
|
"$specify$95": {
|
|
"hide_name": 1,
|
|
"type": "$specify2",
|
|
"parameters": {
|
|
"DST_WIDTH": "00000000000000000000000000000001",
|
|
"FULL": "0",
|
|
"SRC_DST_PEN": "0",
|
|
"SRC_DST_POL": "0",
|
|
"SRC_WIDTH": "00000000000000000000000000000001",
|
|
"T_FALL_MAX": "00000000000000000000001001101010",
|
|
"T_FALL_MIN": "00000000000000000000001001101010",
|
|
"T_FALL_TYP": "00000000000000000000001001101010",
|
|
"T_RISE_MAX": "00000000000000000000001001101010",
|
|
"T_RISE_MIN": "00000000000000000000001001101010",
|
|
"T_RISE_TYP": "00000000000000000000001001101010"
|
|
},
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:42.9-42.24"
|
|
},
|
|
"port_directions": {
|
|
"DST": "input",
|
|
"EN": "input",
|
|
"SRC": "input"
|
|
},
|
|
"connections": {
|
|
"DST": [ 8 ],
|
|
"EN": [ "1" ],
|
|
"SRC": [ 6 ]
|
|
}
|
|
},
|
|
"$specify$96": {
|
|
"hide_name": 1,
|
|
"type": "$specify2",
|
|
"parameters": {
|
|
"DST_WIDTH": "00000000000000000000000000000001",
|
|
"FULL": "0",
|
|
"SRC_DST_PEN": "0",
|
|
"SRC_DST_POL": "0",
|
|
"SRC_WIDTH": "00000000000000000000000000000001",
|
|
"T_FALL_MAX": "00000000000000000000001001101010",
|
|
"T_FALL_MIN": "00000000000000000000001001101010",
|
|
"T_FALL_TYP": "00000000000000000000001001101010",
|
|
"T_RISE_MAX": "00000000000000000000001001101010",
|
|
"T_RISE_MIN": "00000000000000000000001001101010",
|
|
"T_RISE_TYP": "00000000000000000000001001101010"
|
|
},
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:43.9-43.24"
|
|
},
|
|
"port_directions": {
|
|
"DST": "input",
|
|
"EN": "input",
|
|
"SRC": "input"
|
|
},
|
|
"connections": {
|
|
"DST": [ 8 ],
|
|
"EN": [ "1" ],
|
|
"SRC": [ 7 ]
|
|
}
|
|
}
|
|
},
|
|
"netnames": {
|
|
"A": {
|
|
"hide_name": 0,
|
|
"bits": [ 7 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:36.46-36.47"
|
|
}
|
|
},
|
|
"B": {
|
|
"hide_name": 0,
|
|
"bits": [ 6 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:36.43-36.44"
|
|
}
|
|
},
|
|
"C": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:36.40-36.41"
|
|
}
|
|
},
|
|
"D": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:36.37-36.38"
|
|
}
|
|
},
|
|
"M0": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:36.33-36.35"
|
|
}
|
|
},
|
|
"M1": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:36.29-36.31"
|
|
}
|
|
},
|
|
"Z": {
|
|
"hide_name": 0,
|
|
"bits": [ 8 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:36.56-36.57"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"\\$__ABC9_LUT7": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"abc9_lut": "00000000000000000000000000001000",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:51.1-61.10"
|
|
},
|
|
"ports": {
|
|
"M2": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"M1": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"M0": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"D": {
|
|
"direction": "input",
|
|
"bits": [ 5 ]
|
|
},
|
|
"C": {
|
|
"direction": "input",
|
|
"bits": [ 6 ]
|
|
},
|
|
"B": {
|
|
"direction": "input",
|
|
"bits": [ 7 ]
|
|
},
|
|
"A": {
|
|
"direction": "input",
|
|
"bits": [ 8 ]
|
|
},
|
|
"Z": {
|
|
"direction": "output",
|
|
"bits": [ 9 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
"$specify$100": {
|
|
"hide_name": 1,
|
|
"type": "$specify2",
|
|
"parameters": {
|
|
"DST_WIDTH": "00000000000000000000000000000001",
|
|
"FULL": "0",
|
|
"SRC_DST_PEN": "0",
|
|
"SRC_DST_POL": "0",
|
|
"SRC_WIDTH": "00000000000000000000000000000001",
|
|
"T_FALL_MAX": "00000000000000000000001000001001",
|
|
"T_FALL_MIN": "00000000000000000000001000001001",
|
|
"T_FALL_TYP": "00000000000000000000001000001001",
|
|
"T_RISE_MAX": "00000000000000000000001000001001",
|
|
"T_RISE_MIN": "00000000000000000000001000001001",
|
|
"T_RISE_TYP": "00000000000000000000001000001001"
|
|
},
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:56.9-56.24"
|
|
},
|
|
"port_directions": {
|
|
"DST": "input",
|
|
"EN": "input",
|
|
"SRC": "input"
|
|
},
|
|
"connections": {
|
|
"DST": [ 9 ],
|
|
"EN": [ "1" ],
|
|
"SRC": [ 5 ]
|
|
}
|
|
},
|
|
"$specify$101": {
|
|
"hide_name": 1,
|
|
"type": "$specify2",
|
|
"parameters": {
|
|
"DST_WIDTH": "00000000000000000000000000000001",
|
|
"FULL": "0",
|
|
"SRC_DST_PEN": "0",
|
|
"SRC_DST_POL": "0",
|
|
"SRC_WIDTH": "00000000000000000000000000000001",
|
|
"T_FALL_MAX": "00000000000000000000001010001111",
|
|
"T_FALL_MIN": "00000000000000000000001010001111",
|
|
"T_FALL_TYP": "00000000000000000000001010001111",
|
|
"T_RISE_MAX": "00000000000000000000001010001111",
|
|
"T_RISE_MIN": "00000000000000000000001010001111",
|
|
"T_RISE_TYP": "00000000000000000000001010001111"
|
|
},
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:57.9-57.24"
|
|
},
|
|
"port_directions": {
|
|
"DST": "input",
|
|
"EN": "input",
|
|
"SRC": "input"
|
|
},
|
|
"connections": {
|
|
"DST": [ 9 ],
|
|
"EN": [ "1" ],
|
|
"SRC": [ 6 ]
|
|
}
|
|
},
|
|
"$specify$102": {
|
|
"hide_name": 1,
|
|
"type": "$specify2",
|
|
"parameters": {
|
|
"DST_WIDTH": "00000000000000000000000000000001",
|
|
"FULL": "0",
|
|
"SRC_DST_PEN": "0",
|
|
"SRC_DST_POL": "0",
|
|
"SRC_WIDTH": "00000000000000000000000000000001",
|
|
"T_FALL_MAX": "00000000000000000000001011110111",
|
|
"T_FALL_MIN": "00000000000000000000001011110111",
|
|
"T_FALL_TYP": "00000000000000000000001011110111",
|
|
"T_RISE_MAX": "00000000000000000000001011110111",
|
|
"T_RISE_MIN": "00000000000000000000001011110111",
|
|
"T_RISE_TYP": "00000000000000000000001011110111"
|
|
},
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:58.9-58.24"
|
|
},
|
|
"port_directions": {
|
|
"DST": "input",
|
|
"EN": "input",
|
|
"SRC": "input"
|
|
},
|
|
"connections": {
|
|
"DST": [ 9 ],
|
|
"EN": [ "1" ],
|
|
"SRC": [ 7 ]
|
|
}
|
|
},
|
|
"$specify$103": {
|
|
"hide_name": 1,
|
|
"type": "$specify2",
|
|
"parameters": {
|
|
"DST_WIDTH": "00000000000000000000000000000001",
|
|
"FULL": "0",
|
|
"SRC_DST_PEN": "0",
|
|
"SRC_DST_POL": "0",
|
|
"SRC_WIDTH": "00000000000000000000000000000001",
|
|
"T_FALL_MAX": "00000000000000000000001011110111",
|
|
"T_FALL_MIN": "00000000000000000000001011110111",
|
|
"T_FALL_TYP": "00000000000000000000001011110111",
|
|
"T_RISE_MAX": "00000000000000000000001011110111",
|
|
"T_RISE_MIN": "00000000000000000000001011110111",
|
|
"T_RISE_TYP": "00000000000000000000001011110111"
|
|
},
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:59.9-59.24"
|
|
},
|
|
"port_directions": {
|
|
"DST": "input",
|
|
"EN": "input",
|
|
"SRC": "input"
|
|
},
|
|
"connections": {
|
|
"DST": [ 9 ],
|
|
"EN": [ "1" ],
|
|
"SRC": [ 8 ]
|
|
}
|
|
},
|
|
"$specify$97": {
|
|
"hide_name": 1,
|
|
"type": "$specify2",
|
|
"parameters": {
|
|
"DST_WIDTH": "00000000000000000000000000000001",
|
|
"FULL": "0",
|
|
"SRC_DST_PEN": "0",
|
|
"SRC_DST_POL": "0",
|
|
"SRC_WIDTH": "00000000000000000000000000000001",
|
|
"T_FALL_MAX": "00000000000000000000000010010100",
|
|
"T_FALL_MIN": "00000000000000000000000010010100",
|
|
"T_FALL_TYP": "00000000000000000000000010010100",
|
|
"T_RISE_MAX": "00000000000000000000000010010100",
|
|
"T_RISE_MIN": "00000000000000000000000010010100",
|
|
"T_RISE_TYP": "00000000000000000000000010010100"
|
|
},
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:53.9-53.25"
|
|
},
|
|
"port_directions": {
|
|
"DST": "input",
|
|
"EN": "input",
|
|
"SRC": "input"
|
|
},
|
|
"connections": {
|
|
"DST": [ 9 ],
|
|
"EN": [ "1" ],
|
|
"SRC": [ 2 ]
|
|
}
|
|
},
|
|
"$specify$98": {
|
|
"hide_name": 1,
|
|
"type": "$specify2",
|
|
"parameters": {
|
|
"DST_WIDTH": "00000000000000000000000000000001",
|
|
"FULL": "0",
|
|
"SRC_DST_PEN": "0",
|
|
"SRC_DST_POL": "0",
|
|
"SRC_WIDTH": "00000000000000000000000000000001",
|
|
"T_FALL_MAX": "00000000000000000000000100100001",
|
|
"T_FALL_MIN": "00000000000000000000000100100001",
|
|
"T_FALL_TYP": "00000000000000000000000100100001",
|
|
"T_RISE_MAX": "00000000000000000000000100100001",
|
|
"T_RISE_MIN": "00000000000000000000000100100001",
|
|
"T_RISE_TYP": "00000000000000000000000100100001"
|
|
},
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:54.9-54.25"
|
|
},
|
|
"port_directions": {
|
|
"DST": "input",
|
|
"EN": "input",
|
|
"SRC": "input"
|
|
},
|
|
"connections": {
|
|
"DST": [ 9 ],
|
|
"EN": [ "1" ],
|
|
"SRC": [ 3 ]
|
|
}
|
|
},
|
|
"$specify$99": {
|
|
"hide_name": 1,
|
|
"type": "$specify2",
|
|
"parameters": {
|
|
"DST_WIDTH": "00000000000000000000000000000001",
|
|
"FULL": "0",
|
|
"SRC_DST_PEN": "0",
|
|
"SRC_DST_POL": "0",
|
|
"SRC_WIDTH": "00000000000000000000000000000001",
|
|
"T_FALL_MAX": "00000000000000000000000110110001",
|
|
"T_FALL_MIN": "00000000000000000000000110110001",
|
|
"T_FALL_TYP": "00000000000000000000000110110001",
|
|
"T_RISE_MAX": "00000000000000000000000110110001",
|
|
"T_RISE_MIN": "00000000000000000000000110110001",
|
|
"T_RISE_TYP": "00000000000000000000000110110001"
|
|
},
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:55.9-55.25"
|
|
},
|
|
"port_directions": {
|
|
"DST": "input",
|
|
"EN": "input",
|
|
"SRC": "input"
|
|
},
|
|
"connections": {
|
|
"DST": [ 9 ],
|
|
"EN": [ "1" ],
|
|
"SRC": [ 4 ]
|
|
}
|
|
}
|
|
},
|
|
"netnames": {
|
|
"A": {
|
|
"hide_name": 0,
|
|
"bits": [ 8 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:51.50-51.51"
|
|
}
|
|
},
|
|
"B": {
|
|
"hide_name": 0,
|
|
"bits": [ 7 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:51.47-51.48"
|
|
}
|
|
},
|
|
"C": {
|
|
"hide_name": 0,
|
|
"bits": [ 6 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:51.44-51.45"
|
|
}
|
|
},
|
|
"D": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:51.41-51.42"
|
|
}
|
|
},
|
|
"M0": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:51.37-51.39"
|
|
}
|
|
},
|
|
"M1": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:51.33-51.35"
|
|
}
|
|
},
|
|
"M2": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:51.29-51.31"
|
|
}
|
|
},
|
|
"Z": {
|
|
"hide_name": 0,
|
|
"bits": [ 9 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:51.60-51.61"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ALU54B": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:489.1-1007.10"
|
|
},
|
|
"parameter_default_values": {
|
|
"CLK0_DIV": "ENABLED",
|
|
"CLK1_DIV": "ENABLED",
|
|
"CLK2_DIV": "ENABLED",
|
|
"CLK3_DIV": "ENABLED",
|
|
"FORCE_ZERO_BARREL_SHIFT": "DISABLED",
|
|
"GSR": "ENABLED",
|
|
"LEGACY": "DISABLED",
|
|
"MASK01": "0x00000000000000 ",
|
|
"MASKPAT": "0x00000000000000 ",
|
|
"MASKPAT_SOURCE": "STATIC",
|
|
"MCPAT": "0x00000000000000 ",
|
|
"MCPAT_SOURCE": "STATIC",
|
|
"MULT9_MODE": "DISABLED",
|
|
"REG_FLAG_CE": "CE0",
|
|
"REG_FLAG_CLK": "NONE",
|
|
"REG_FLAG_RST": "RST0",
|
|
"REG_INPUTC0_CE": "CE0",
|
|
"REG_INPUTC0_CLK": "NONE",
|
|
"REG_INPUTC0_RST": "RST0",
|
|
"REG_INPUTC1_CE": "CE0",
|
|
"REG_INPUTC1_CLK": "NONE",
|
|
"REG_INPUTC1_RST": "RST0",
|
|
"REG_INPUTCFB_CE": "CE0",
|
|
"REG_INPUTCFB_CLK": "NONE",
|
|
"REG_INPUTCFB_RST": "RST0",
|
|
"REG_OPCODEIN_0_CE": "CE0",
|
|
"REG_OPCODEIN_0_CLK": "NONE",
|
|
"REG_OPCODEIN_0_RST": "RST0",
|
|
"REG_OPCODEIN_1_CE": "CE0",
|
|
"REG_OPCODEIN_1_CLK": "NONE",
|
|
"REG_OPCODEIN_1_RST": "RST0",
|
|
"REG_OPCODEOP0_0_CE": "CE0",
|
|
"REG_OPCODEOP0_0_CLK": "NONE",
|
|
"REG_OPCODEOP0_0_RST": "RST0",
|
|
"REG_OPCODEOP0_1_CE": "CE0",
|
|
"REG_OPCODEOP0_1_CLK": "NONE",
|
|
"REG_OPCODEOP0_1_RST": "RST0",
|
|
"REG_OPCODEOP1_0_CLK": "NONE",
|
|
"REG_OPCODEOP1_1_CLK": "NONE",
|
|
"REG_OUTPUT0_CE": "CE0",
|
|
"REG_OUTPUT0_CLK": "NONE",
|
|
"REG_OUTPUT0_RST": "RST0",
|
|
"REG_OUTPUT1_CE": "CE0",
|
|
"REG_OUTPUT1_CLK": "NONE",
|
|
"REG_OUTPUT1_RST": "RST0",
|
|
"RESETMODE": "SYNC",
|
|
"RNDPAT": "0x00000000000000 "
|
|
},
|
|
"ports": {
|
|
"CE3": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"CE2": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"CE1": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"CE0": {
|
|
"direction": "input",
|
|
"bits": [ 5 ]
|
|
},
|
|
"CLK3": {
|
|
"direction": "input",
|
|
"bits": [ 6 ]
|
|
},
|
|
"CLK2": {
|
|
"direction": "input",
|
|
"bits": [ 7 ]
|
|
},
|
|
"CLK1": {
|
|
"direction": "input",
|
|
"bits": [ 8 ]
|
|
},
|
|
"CLK0": {
|
|
"direction": "input",
|
|
"bits": [ 9 ]
|
|
},
|
|
"RST3": {
|
|
"direction": "input",
|
|
"bits": [ 10 ]
|
|
},
|
|
"RST2": {
|
|
"direction": "input",
|
|
"bits": [ 11 ]
|
|
},
|
|
"RST1": {
|
|
"direction": "input",
|
|
"bits": [ 12 ]
|
|
},
|
|
"RST0": {
|
|
"direction": "input",
|
|
"bits": [ 13 ]
|
|
},
|
|
"SIGNEDIA": {
|
|
"direction": "input",
|
|
"bits": [ 14 ]
|
|
},
|
|
"SIGNEDIB": {
|
|
"direction": "input",
|
|
"bits": [ 15 ]
|
|
},
|
|
"SIGNEDCIN": {
|
|
"direction": "input",
|
|
"bits": [ 16 ]
|
|
},
|
|
"A35": {
|
|
"direction": "input",
|
|
"bits": [ 17 ]
|
|
},
|
|
"A34": {
|
|
"direction": "input",
|
|
"bits": [ 18 ]
|
|
},
|
|
"A33": {
|
|
"direction": "input",
|
|
"bits": [ 19 ]
|
|
},
|
|
"A32": {
|
|
"direction": "input",
|
|
"bits": [ 20 ]
|
|
},
|
|
"A31": {
|
|
"direction": "input",
|
|
"bits": [ 21 ]
|
|
},
|
|
"A30": {
|
|
"direction": "input",
|
|
"bits": [ 22 ]
|
|
},
|
|
"A29": {
|
|
"direction": "input",
|
|
"bits": [ 23 ]
|
|
},
|
|
"A28": {
|
|
"direction": "input",
|
|
"bits": [ 24 ]
|
|
},
|
|
"A27": {
|
|
"direction": "input",
|
|
"bits": [ 25 ]
|
|
},
|
|
"A26": {
|
|
"direction": "input",
|
|
"bits": [ 26 ]
|
|
},
|
|
"A25": {
|
|
"direction": "input",
|
|
"bits": [ 27 ]
|
|
},
|
|
"A24": {
|
|
"direction": "input",
|
|
"bits": [ 28 ]
|
|
},
|
|
"A23": {
|
|
"direction": "input",
|
|
"bits": [ 29 ]
|
|
},
|
|
"A22": {
|
|
"direction": "input",
|
|
"bits": [ 30 ]
|
|
},
|
|
"A21": {
|
|
"direction": "input",
|
|
"bits": [ 31 ]
|
|
},
|
|
"A20": {
|
|
"direction": "input",
|
|
"bits": [ 32 ]
|
|
},
|
|
"A19": {
|
|
"direction": "input",
|
|
"bits": [ 33 ]
|
|
},
|
|
"A18": {
|
|
"direction": "input",
|
|
"bits": [ 34 ]
|
|
},
|
|
"A17": {
|
|
"direction": "input",
|
|
"bits": [ 35 ]
|
|
},
|
|
"A16": {
|
|
"direction": "input",
|
|
"bits": [ 36 ]
|
|
},
|
|
"A15": {
|
|
"direction": "input",
|
|
"bits": [ 37 ]
|
|
},
|
|
"A14": {
|
|
"direction": "input",
|
|
"bits": [ 38 ]
|
|
},
|
|
"A13": {
|
|
"direction": "input",
|
|
"bits": [ 39 ]
|
|
},
|
|
"A12": {
|
|
"direction": "input",
|
|
"bits": [ 40 ]
|
|
},
|
|
"A11": {
|
|
"direction": "input",
|
|
"bits": [ 41 ]
|
|
},
|
|
"A10": {
|
|
"direction": "input",
|
|
"bits": [ 42 ]
|
|
},
|
|
"A9": {
|
|
"direction": "input",
|
|
"bits": [ 43 ]
|
|
},
|
|
"A8": {
|
|
"direction": "input",
|
|
"bits": [ 44 ]
|
|
},
|
|
"A7": {
|
|
"direction": "input",
|
|
"bits": [ 45 ]
|
|
},
|
|
"A6": {
|
|
"direction": "input",
|
|
"bits": [ 46 ]
|
|
},
|
|
"A5": {
|
|
"direction": "input",
|
|
"bits": [ 47 ]
|
|
},
|
|
"A4": {
|
|
"direction": "input",
|
|
"bits": [ 48 ]
|
|
},
|
|
"A3": {
|
|
"direction": "input",
|
|
"bits": [ 49 ]
|
|
},
|
|
"A2": {
|
|
"direction": "input",
|
|
"bits": [ 50 ]
|
|
},
|
|
"A1": {
|
|
"direction": "input",
|
|
"bits": [ 51 ]
|
|
},
|
|
"A0": {
|
|
"direction": "input",
|
|
"bits": [ 52 ]
|
|
},
|
|
"B35": {
|
|
"direction": "input",
|
|
"bits": [ 53 ]
|
|
},
|
|
"B34": {
|
|
"direction": "input",
|
|
"bits": [ 54 ]
|
|
},
|
|
"B33": {
|
|
"direction": "input",
|
|
"bits": [ 55 ]
|
|
},
|
|
"B32": {
|
|
"direction": "input",
|
|
"bits": [ 56 ]
|
|
},
|
|
"B31": {
|
|
"direction": "input",
|
|
"bits": [ 57 ]
|
|
},
|
|
"B30": {
|
|
"direction": "input",
|
|
"bits": [ 58 ]
|
|
},
|
|
"B29": {
|
|
"direction": "input",
|
|
"bits": [ 59 ]
|
|
},
|
|
"B28": {
|
|
"direction": "input",
|
|
"bits": [ 60 ]
|
|
},
|
|
"B27": {
|
|
"direction": "input",
|
|
"bits": [ 61 ]
|
|
},
|
|
"B26": {
|
|
"direction": "input",
|
|
"bits": [ 62 ]
|
|
},
|
|
"B25": {
|
|
"direction": "input",
|
|
"bits": [ 63 ]
|
|
},
|
|
"B24": {
|
|
"direction": "input",
|
|
"bits": [ 64 ]
|
|
},
|
|
"B23": {
|
|
"direction": "input",
|
|
"bits": [ 65 ]
|
|
},
|
|
"B22": {
|
|
"direction": "input",
|
|
"bits": [ 66 ]
|
|
},
|
|
"B21": {
|
|
"direction": "input",
|
|
"bits": [ 67 ]
|
|
},
|
|
"B20": {
|
|
"direction": "input",
|
|
"bits": [ 68 ]
|
|
},
|
|
"B19": {
|
|
"direction": "input",
|
|
"bits": [ 69 ]
|
|
},
|
|
"B18": {
|
|
"direction": "input",
|
|
"bits": [ 70 ]
|
|
},
|
|
"B17": {
|
|
"direction": "input",
|
|
"bits": [ 71 ]
|
|
},
|
|
"B16": {
|
|
"direction": "input",
|
|
"bits": [ 72 ]
|
|
},
|
|
"B15": {
|
|
"direction": "input",
|
|
"bits": [ 73 ]
|
|
},
|
|
"B14": {
|
|
"direction": "input",
|
|
"bits": [ 74 ]
|
|
},
|
|
"B13": {
|
|
"direction": "input",
|
|
"bits": [ 75 ]
|
|
},
|
|
"B12": {
|
|
"direction": "input",
|
|
"bits": [ 76 ]
|
|
},
|
|
"B11": {
|
|
"direction": "input",
|
|
"bits": [ 77 ]
|
|
},
|
|
"B10": {
|
|
"direction": "input",
|
|
"bits": [ 78 ]
|
|
},
|
|
"B9": {
|
|
"direction": "input",
|
|
"bits": [ 79 ]
|
|
},
|
|
"B8": {
|
|
"direction": "input",
|
|
"bits": [ 80 ]
|
|
},
|
|
"B7": {
|
|
"direction": "input",
|
|
"bits": [ 81 ]
|
|
},
|
|
"B6": {
|
|
"direction": "input",
|
|
"bits": [ 82 ]
|
|
},
|
|
"B5": {
|
|
"direction": "input",
|
|
"bits": [ 83 ]
|
|
},
|
|
"B4": {
|
|
"direction": "input",
|
|
"bits": [ 84 ]
|
|
},
|
|
"B3": {
|
|
"direction": "input",
|
|
"bits": [ 85 ]
|
|
},
|
|
"B2": {
|
|
"direction": "input",
|
|
"bits": [ 86 ]
|
|
},
|
|
"B1": {
|
|
"direction": "input",
|
|
"bits": [ 87 ]
|
|
},
|
|
"B0": {
|
|
"direction": "input",
|
|
"bits": [ 88 ]
|
|
},
|
|
"C53": {
|
|
"direction": "input",
|
|
"bits": [ 89 ]
|
|
},
|
|
"C52": {
|
|
"direction": "input",
|
|
"bits": [ 90 ]
|
|
},
|
|
"C51": {
|
|
"direction": "input",
|
|
"bits": [ 91 ]
|
|
},
|
|
"C50": {
|
|
"direction": "input",
|
|
"bits": [ 92 ]
|
|
},
|
|
"C49": {
|
|
"direction": "input",
|
|
"bits": [ 93 ]
|
|
},
|
|
"C48": {
|
|
"direction": "input",
|
|
"bits": [ 94 ]
|
|
},
|
|
"C47": {
|
|
"direction": "input",
|
|
"bits": [ 95 ]
|
|
},
|
|
"C46": {
|
|
"direction": "input",
|
|
"bits": [ 96 ]
|
|
},
|
|
"C45": {
|
|
"direction": "input",
|
|
"bits": [ 97 ]
|
|
},
|
|
"C44": {
|
|
"direction": "input",
|
|
"bits": [ 98 ]
|
|
},
|
|
"C43": {
|
|
"direction": "input",
|
|
"bits": [ 99 ]
|
|
},
|
|
"C42": {
|
|
"direction": "input",
|
|
"bits": [ 100 ]
|
|
},
|
|
"C41": {
|
|
"direction": "input",
|
|
"bits": [ 101 ]
|
|
},
|
|
"C40": {
|
|
"direction": "input",
|
|
"bits": [ 102 ]
|
|
},
|
|
"C39": {
|
|
"direction": "input",
|
|
"bits": [ 103 ]
|
|
},
|
|
"C38": {
|
|
"direction": "input",
|
|
"bits": [ 104 ]
|
|
},
|
|
"C37": {
|
|
"direction": "input",
|
|
"bits": [ 105 ]
|
|
},
|
|
"C36": {
|
|
"direction": "input",
|
|
"bits": [ 106 ]
|
|
},
|
|
"C35": {
|
|
"direction": "input",
|
|
"bits": [ 107 ]
|
|
},
|
|
"C34": {
|
|
"direction": "input",
|
|
"bits": [ 108 ]
|
|
},
|
|
"C33": {
|
|
"direction": "input",
|
|
"bits": [ 109 ]
|
|
},
|
|
"C32": {
|
|
"direction": "input",
|
|
"bits": [ 110 ]
|
|
},
|
|
"C31": {
|
|
"direction": "input",
|
|
"bits": [ 111 ]
|
|
},
|
|
"C30": {
|
|
"direction": "input",
|
|
"bits": [ 112 ]
|
|
},
|
|
"C29": {
|
|
"direction": "input",
|
|
"bits": [ 113 ]
|
|
},
|
|
"C28": {
|
|
"direction": "input",
|
|
"bits": [ 114 ]
|
|
},
|
|
"C27": {
|
|
"direction": "input",
|
|
"bits": [ 115 ]
|
|
},
|
|
"C26": {
|
|
"direction": "input",
|
|
"bits": [ 116 ]
|
|
},
|
|
"C25": {
|
|
"direction": "input",
|
|
"bits": [ 117 ]
|
|
},
|
|
"C24": {
|
|
"direction": "input",
|
|
"bits": [ 118 ]
|
|
},
|
|
"C23": {
|
|
"direction": "input",
|
|
"bits": [ 119 ]
|
|
},
|
|
"C22": {
|
|
"direction": "input",
|
|
"bits": [ 120 ]
|
|
},
|
|
"C21": {
|
|
"direction": "input",
|
|
"bits": [ 121 ]
|
|
},
|
|
"C20": {
|
|
"direction": "input",
|
|
"bits": [ 122 ]
|
|
},
|
|
"C19": {
|
|
"direction": "input",
|
|
"bits": [ 123 ]
|
|
},
|
|
"C18": {
|
|
"direction": "input",
|
|
"bits": [ 124 ]
|
|
},
|
|
"C17": {
|
|
"direction": "input",
|
|
"bits": [ 125 ]
|
|
},
|
|
"C16": {
|
|
"direction": "input",
|
|
"bits": [ 126 ]
|
|
},
|
|
"C15": {
|
|
"direction": "input",
|
|
"bits": [ 127 ]
|
|
},
|
|
"C14": {
|
|
"direction": "input",
|
|
"bits": [ 128 ]
|
|
},
|
|
"C13": {
|
|
"direction": "input",
|
|
"bits": [ 129 ]
|
|
},
|
|
"C12": {
|
|
"direction": "input",
|
|
"bits": [ 130 ]
|
|
},
|
|
"C11": {
|
|
"direction": "input",
|
|
"bits": [ 131 ]
|
|
},
|
|
"C10": {
|
|
"direction": "input",
|
|
"bits": [ 132 ]
|
|
},
|
|
"C9": {
|
|
"direction": "input",
|
|
"bits": [ 133 ]
|
|
},
|
|
"C8": {
|
|
"direction": "input",
|
|
"bits": [ 134 ]
|
|
},
|
|
"C7": {
|
|
"direction": "input",
|
|
"bits": [ 135 ]
|
|
},
|
|
"C6": {
|
|
"direction": "input",
|
|
"bits": [ 136 ]
|
|
},
|
|
"C5": {
|
|
"direction": "input",
|
|
"bits": [ 137 ]
|
|
},
|
|
"C4": {
|
|
"direction": "input",
|
|
"bits": [ 138 ]
|
|
},
|
|
"C3": {
|
|
"direction": "input",
|
|
"bits": [ 139 ]
|
|
},
|
|
"C2": {
|
|
"direction": "input",
|
|
"bits": [ 140 ]
|
|
},
|
|
"C1": {
|
|
"direction": "input",
|
|
"bits": [ 141 ]
|
|
},
|
|
"C0": {
|
|
"direction": "input",
|
|
"bits": [ 142 ]
|
|
},
|
|
"CFB53": {
|
|
"direction": "input",
|
|
"bits": [ 143 ]
|
|
},
|
|
"CFB52": {
|
|
"direction": "input",
|
|
"bits": [ 144 ]
|
|
},
|
|
"CFB51": {
|
|
"direction": "input",
|
|
"bits": [ 145 ]
|
|
},
|
|
"CFB50": {
|
|
"direction": "input",
|
|
"bits": [ 146 ]
|
|
},
|
|
"CFB49": {
|
|
"direction": "input",
|
|
"bits": [ 147 ]
|
|
},
|
|
"CFB48": {
|
|
"direction": "input",
|
|
"bits": [ 148 ]
|
|
},
|
|
"CFB47": {
|
|
"direction": "input",
|
|
"bits": [ 149 ]
|
|
},
|
|
"CFB46": {
|
|
"direction": "input",
|
|
"bits": [ 150 ]
|
|
},
|
|
"CFB45": {
|
|
"direction": "input",
|
|
"bits": [ 151 ]
|
|
},
|
|
"CFB44": {
|
|
"direction": "input",
|
|
"bits": [ 152 ]
|
|
},
|
|
"CFB43": {
|
|
"direction": "input",
|
|
"bits": [ 153 ]
|
|
},
|
|
"CFB42": {
|
|
"direction": "input",
|
|
"bits": [ 154 ]
|
|
},
|
|
"CFB41": {
|
|
"direction": "input",
|
|
"bits": [ 155 ]
|
|
},
|
|
"CFB40": {
|
|
"direction": "input",
|
|
"bits": [ 156 ]
|
|
},
|
|
"CFB39": {
|
|
"direction": "input",
|
|
"bits": [ 157 ]
|
|
},
|
|
"CFB38": {
|
|
"direction": "input",
|
|
"bits": [ 158 ]
|
|
},
|
|
"CFB37": {
|
|
"direction": "input",
|
|
"bits": [ 159 ]
|
|
},
|
|
"CFB36": {
|
|
"direction": "input",
|
|
"bits": [ 160 ]
|
|
},
|
|
"CFB35": {
|
|
"direction": "input",
|
|
"bits": [ 161 ]
|
|
},
|
|
"CFB34": {
|
|
"direction": "input",
|
|
"bits": [ 162 ]
|
|
},
|
|
"CFB33": {
|
|
"direction": "input",
|
|
"bits": [ 163 ]
|
|
},
|
|
"CFB32": {
|
|
"direction": "input",
|
|
"bits": [ 164 ]
|
|
},
|
|
"CFB31": {
|
|
"direction": "input",
|
|
"bits": [ 165 ]
|
|
},
|
|
"CFB30": {
|
|
"direction": "input",
|
|
"bits": [ 166 ]
|
|
},
|
|
"CFB29": {
|
|
"direction": "input",
|
|
"bits": [ 167 ]
|
|
},
|
|
"CFB28": {
|
|
"direction": "input",
|
|
"bits": [ 168 ]
|
|
},
|
|
"CFB27": {
|
|
"direction": "input",
|
|
"bits": [ 169 ]
|
|
},
|
|
"CFB26": {
|
|
"direction": "input",
|
|
"bits": [ 170 ]
|
|
},
|
|
"CFB25": {
|
|
"direction": "input",
|
|
"bits": [ 171 ]
|
|
},
|
|
"CFB24": {
|
|
"direction": "input",
|
|
"bits": [ 172 ]
|
|
},
|
|
"CFB23": {
|
|
"direction": "input",
|
|
"bits": [ 173 ]
|
|
},
|
|
"CFB22": {
|
|
"direction": "input",
|
|
"bits": [ 174 ]
|
|
},
|
|
"CFB21": {
|
|
"direction": "input",
|
|
"bits": [ 175 ]
|
|
},
|
|
"CFB20": {
|
|
"direction": "input",
|
|
"bits": [ 176 ]
|
|
},
|
|
"CFB19": {
|
|
"direction": "input",
|
|
"bits": [ 177 ]
|
|
},
|
|
"CFB18": {
|
|
"direction": "input",
|
|
"bits": [ 178 ]
|
|
},
|
|
"CFB17": {
|
|
"direction": "input",
|
|
"bits": [ 179 ]
|
|
},
|
|
"CFB16": {
|
|
"direction": "input",
|
|
"bits": [ 180 ]
|
|
},
|
|
"CFB15": {
|
|
"direction": "input",
|
|
"bits": [ 181 ]
|
|
},
|
|
"CFB14": {
|
|
"direction": "input",
|
|
"bits": [ 182 ]
|
|
},
|
|
"CFB13": {
|
|
"direction": "input",
|
|
"bits": [ 183 ]
|
|
},
|
|
"CFB12": {
|
|
"direction": "input",
|
|
"bits": [ 184 ]
|
|
},
|
|
"CFB11": {
|
|
"direction": "input",
|
|
"bits": [ 185 ]
|
|
},
|
|
"CFB10": {
|
|
"direction": "input",
|
|
"bits": [ 186 ]
|
|
},
|
|
"CFB9": {
|
|
"direction": "input",
|
|
"bits": [ 187 ]
|
|
},
|
|
"CFB8": {
|
|
"direction": "input",
|
|
"bits": [ 188 ]
|
|
},
|
|
"CFB7": {
|
|
"direction": "input",
|
|
"bits": [ 189 ]
|
|
},
|
|
"CFB6": {
|
|
"direction": "input",
|
|
"bits": [ 190 ]
|
|
},
|
|
"CFB5": {
|
|
"direction": "input",
|
|
"bits": [ 191 ]
|
|
},
|
|
"CFB4": {
|
|
"direction": "input",
|
|
"bits": [ 192 ]
|
|
},
|
|
"CFB3": {
|
|
"direction": "input",
|
|
"bits": [ 193 ]
|
|
},
|
|
"CFB2": {
|
|
"direction": "input",
|
|
"bits": [ 194 ]
|
|
},
|
|
"CFB1": {
|
|
"direction": "input",
|
|
"bits": [ 195 ]
|
|
},
|
|
"CFB0": {
|
|
"direction": "input",
|
|
"bits": [ 196 ]
|
|
},
|
|
"MA35": {
|
|
"direction": "input",
|
|
"bits": [ 197 ]
|
|
},
|
|
"MA34": {
|
|
"direction": "input",
|
|
"bits": [ 198 ]
|
|
},
|
|
"MA33": {
|
|
"direction": "input",
|
|
"bits": [ 199 ]
|
|
},
|
|
"MA32": {
|
|
"direction": "input",
|
|
"bits": [ 200 ]
|
|
},
|
|
"MA31": {
|
|
"direction": "input",
|
|
"bits": [ 201 ]
|
|
},
|
|
"MA30": {
|
|
"direction": "input",
|
|
"bits": [ 202 ]
|
|
},
|
|
"MA29": {
|
|
"direction": "input",
|
|
"bits": [ 203 ]
|
|
},
|
|
"MA28": {
|
|
"direction": "input",
|
|
"bits": [ 204 ]
|
|
},
|
|
"MA27": {
|
|
"direction": "input",
|
|
"bits": [ 205 ]
|
|
},
|
|
"MA26": {
|
|
"direction": "input",
|
|
"bits": [ 206 ]
|
|
},
|
|
"MA25": {
|
|
"direction": "input",
|
|
"bits": [ 207 ]
|
|
},
|
|
"MA24": {
|
|
"direction": "input",
|
|
"bits": [ 208 ]
|
|
},
|
|
"MA23": {
|
|
"direction": "input",
|
|
"bits": [ 209 ]
|
|
},
|
|
"MA22": {
|
|
"direction": "input",
|
|
"bits": [ 210 ]
|
|
},
|
|
"MA21": {
|
|
"direction": "input",
|
|
"bits": [ 211 ]
|
|
},
|
|
"MA20": {
|
|
"direction": "input",
|
|
"bits": [ 212 ]
|
|
},
|
|
"MA19": {
|
|
"direction": "input",
|
|
"bits": [ 213 ]
|
|
},
|
|
"MA18": {
|
|
"direction": "input",
|
|
"bits": [ 214 ]
|
|
},
|
|
"MA17": {
|
|
"direction": "input",
|
|
"bits": [ 215 ]
|
|
},
|
|
"MA16": {
|
|
"direction": "input",
|
|
"bits": [ 216 ]
|
|
},
|
|
"MA15": {
|
|
"direction": "input",
|
|
"bits": [ 217 ]
|
|
},
|
|
"MA14": {
|
|
"direction": "input",
|
|
"bits": [ 218 ]
|
|
},
|
|
"MA13": {
|
|
"direction": "input",
|
|
"bits": [ 219 ]
|
|
},
|
|
"MA12": {
|
|
"direction": "input",
|
|
"bits": [ 220 ]
|
|
},
|
|
"MA11": {
|
|
"direction": "input",
|
|
"bits": [ 221 ]
|
|
},
|
|
"MA10": {
|
|
"direction": "input",
|
|
"bits": [ 222 ]
|
|
},
|
|
"MA9": {
|
|
"direction": "input",
|
|
"bits": [ 223 ]
|
|
},
|
|
"MA8": {
|
|
"direction": "input",
|
|
"bits": [ 224 ]
|
|
},
|
|
"MA7": {
|
|
"direction": "input",
|
|
"bits": [ 225 ]
|
|
},
|
|
"MA6": {
|
|
"direction": "input",
|
|
"bits": [ 226 ]
|
|
},
|
|
"MA5": {
|
|
"direction": "input",
|
|
"bits": [ 227 ]
|
|
},
|
|
"MA4": {
|
|
"direction": "input",
|
|
"bits": [ 228 ]
|
|
},
|
|
"MA3": {
|
|
"direction": "input",
|
|
"bits": [ 229 ]
|
|
},
|
|
"MA2": {
|
|
"direction": "input",
|
|
"bits": [ 230 ]
|
|
},
|
|
"MA1": {
|
|
"direction": "input",
|
|
"bits": [ 231 ]
|
|
},
|
|
"MA0": {
|
|
"direction": "input",
|
|
"bits": [ 232 ]
|
|
},
|
|
"MB35": {
|
|
"direction": "input",
|
|
"bits": [ 233 ]
|
|
},
|
|
"MB34": {
|
|
"direction": "input",
|
|
"bits": [ 234 ]
|
|
},
|
|
"MB33": {
|
|
"direction": "input",
|
|
"bits": [ 235 ]
|
|
},
|
|
"MB32": {
|
|
"direction": "input",
|
|
"bits": [ 236 ]
|
|
},
|
|
"MB31": {
|
|
"direction": "input",
|
|
"bits": [ 237 ]
|
|
},
|
|
"MB30": {
|
|
"direction": "input",
|
|
"bits": [ 238 ]
|
|
},
|
|
"MB29": {
|
|
"direction": "input",
|
|
"bits": [ 239 ]
|
|
},
|
|
"MB28": {
|
|
"direction": "input",
|
|
"bits": [ 240 ]
|
|
},
|
|
"MB27": {
|
|
"direction": "input",
|
|
"bits": [ 241 ]
|
|
},
|
|
"MB26": {
|
|
"direction": "input",
|
|
"bits": [ 242 ]
|
|
},
|
|
"MB25": {
|
|
"direction": "input",
|
|
"bits": [ 243 ]
|
|
},
|
|
"MB24": {
|
|
"direction": "input",
|
|
"bits": [ 244 ]
|
|
},
|
|
"MB23": {
|
|
"direction": "input",
|
|
"bits": [ 245 ]
|
|
},
|
|
"MB22": {
|
|
"direction": "input",
|
|
"bits": [ 246 ]
|
|
},
|
|
"MB21": {
|
|
"direction": "input",
|
|
"bits": [ 247 ]
|
|
},
|
|
"MB20": {
|
|
"direction": "input",
|
|
"bits": [ 248 ]
|
|
},
|
|
"MB19": {
|
|
"direction": "input",
|
|
"bits": [ 249 ]
|
|
},
|
|
"MB18": {
|
|
"direction": "input",
|
|
"bits": [ 250 ]
|
|
},
|
|
"MB17": {
|
|
"direction": "input",
|
|
"bits": [ 251 ]
|
|
},
|
|
"MB16": {
|
|
"direction": "input",
|
|
"bits": [ 252 ]
|
|
},
|
|
"MB15": {
|
|
"direction": "input",
|
|
"bits": [ 253 ]
|
|
},
|
|
"MB14": {
|
|
"direction": "input",
|
|
"bits": [ 254 ]
|
|
},
|
|
"MB13": {
|
|
"direction": "input",
|
|
"bits": [ 255 ]
|
|
},
|
|
"MB12": {
|
|
"direction": "input",
|
|
"bits": [ 256 ]
|
|
},
|
|
"MB11": {
|
|
"direction": "input",
|
|
"bits": [ 257 ]
|
|
},
|
|
"MB10": {
|
|
"direction": "input",
|
|
"bits": [ 258 ]
|
|
},
|
|
"MB9": {
|
|
"direction": "input",
|
|
"bits": [ 259 ]
|
|
},
|
|
"MB8": {
|
|
"direction": "input",
|
|
"bits": [ 260 ]
|
|
},
|
|
"MB7": {
|
|
"direction": "input",
|
|
"bits": [ 261 ]
|
|
},
|
|
"MB6": {
|
|
"direction": "input",
|
|
"bits": [ 262 ]
|
|
},
|
|
"MB5": {
|
|
"direction": "input",
|
|
"bits": [ 263 ]
|
|
},
|
|
"MB4": {
|
|
"direction": "input",
|
|
"bits": [ 264 ]
|
|
},
|
|
"MB3": {
|
|
"direction": "input",
|
|
"bits": [ 265 ]
|
|
},
|
|
"MB2": {
|
|
"direction": "input",
|
|
"bits": [ 266 ]
|
|
},
|
|
"MB1": {
|
|
"direction": "input",
|
|
"bits": [ 267 ]
|
|
},
|
|
"MB0": {
|
|
"direction": "input",
|
|
"bits": [ 268 ]
|
|
},
|
|
"CIN53": {
|
|
"direction": "input",
|
|
"bits": [ 269 ]
|
|
},
|
|
"CIN52": {
|
|
"direction": "input",
|
|
"bits": [ 270 ]
|
|
},
|
|
"CIN51": {
|
|
"direction": "input",
|
|
"bits": [ 271 ]
|
|
},
|
|
"CIN50": {
|
|
"direction": "input",
|
|
"bits": [ 272 ]
|
|
},
|
|
"CIN49": {
|
|
"direction": "input",
|
|
"bits": [ 273 ]
|
|
},
|
|
"CIN48": {
|
|
"direction": "input",
|
|
"bits": [ 274 ]
|
|
},
|
|
"CIN47": {
|
|
"direction": "input",
|
|
"bits": [ 275 ]
|
|
},
|
|
"CIN46": {
|
|
"direction": "input",
|
|
"bits": [ 276 ]
|
|
},
|
|
"CIN45": {
|
|
"direction": "input",
|
|
"bits": [ 277 ]
|
|
},
|
|
"CIN44": {
|
|
"direction": "input",
|
|
"bits": [ 278 ]
|
|
},
|
|
"CIN43": {
|
|
"direction": "input",
|
|
"bits": [ 279 ]
|
|
},
|
|
"CIN42": {
|
|
"direction": "input",
|
|
"bits": [ 280 ]
|
|
},
|
|
"CIN41": {
|
|
"direction": "input",
|
|
"bits": [ 281 ]
|
|
},
|
|
"CIN40": {
|
|
"direction": "input",
|
|
"bits": [ 282 ]
|
|
},
|
|
"CIN39": {
|
|
"direction": "input",
|
|
"bits": [ 283 ]
|
|
},
|
|
"CIN38": {
|
|
"direction": "input",
|
|
"bits": [ 284 ]
|
|
},
|
|
"CIN37": {
|
|
"direction": "input",
|
|
"bits": [ 285 ]
|
|
},
|
|
"CIN36": {
|
|
"direction": "input",
|
|
"bits": [ 286 ]
|
|
},
|
|
"CIN35": {
|
|
"direction": "input",
|
|
"bits": [ 287 ]
|
|
},
|
|
"CIN34": {
|
|
"direction": "input",
|
|
"bits": [ 288 ]
|
|
},
|
|
"CIN33": {
|
|
"direction": "input",
|
|
"bits": [ 289 ]
|
|
},
|
|
"CIN32": {
|
|
"direction": "input",
|
|
"bits": [ 290 ]
|
|
},
|
|
"CIN31": {
|
|
"direction": "input",
|
|
"bits": [ 291 ]
|
|
},
|
|
"CIN30": {
|
|
"direction": "input",
|
|
"bits": [ 292 ]
|
|
},
|
|
"CIN29": {
|
|
"direction": "input",
|
|
"bits": [ 293 ]
|
|
},
|
|
"CIN28": {
|
|
"direction": "input",
|
|
"bits": [ 294 ]
|
|
},
|
|
"CIN27": {
|
|
"direction": "input",
|
|
"bits": [ 295 ]
|
|
},
|
|
"CIN26": {
|
|
"direction": "input",
|
|
"bits": [ 296 ]
|
|
},
|
|
"CIN25": {
|
|
"direction": "input",
|
|
"bits": [ 297 ]
|
|
},
|
|
"CIN24": {
|
|
"direction": "input",
|
|
"bits": [ 298 ]
|
|
},
|
|
"CIN23": {
|
|
"direction": "input",
|
|
"bits": [ 299 ]
|
|
},
|
|
"CIN22": {
|
|
"direction": "input",
|
|
"bits": [ 300 ]
|
|
},
|
|
"CIN21": {
|
|
"direction": "input",
|
|
"bits": [ 301 ]
|
|
},
|
|
"CIN20": {
|
|
"direction": "input",
|
|
"bits": [ 302 ]
|
|
},
|
|
"CIN19": {
|
|
"direction": "input",
|
|
"bits": [ 303 ]
|
|
},
|
|
"CIN18": {
|
|
"direction": "input",
|
|
"bits": [ 304 ]
|
|
},
|
|
"CIN17": {
|
|
"direction": "input",
|
|
"bits": [ 305 ]
|
|
},
|
|
"CIN16": {
|
|
"direction": "input",
|
|
"bits": [ 306 ]
|
|
},
|
|
"CIN15": {
|
|
"direction": "input",
|
|
"bits": [ 307 ]
|
|
},
|
|
"CIN14": {
|
|
"direction": "input",
|
|
"bits": [ 308 ]
|
|
},
|
|
"CIN13": {
|
|
"direction": "input",
|
|
"bits": [ 309 ]
|
|
},
|
|
"CIN12": {
|
|
"direction": "input",
|
|
"bits": [ 310 ]
|
|
},
|
|
"CIN11": {
|
|
"direction": "input",
|
|
"bits": [ 311 ]
|
|
},
|
|
"CIN10": {
|
|
"direction": "input",
|
|
"bits": [ 312 ]
|
|
},
|
|
"CIN9": {
|
|
"direction": "input",
|
|
"bits": [ 313 ]
|
|
},
|
|
"CIN8": {
|
|
"direction": "input",
|
|
"bits": [ 314 ]
|
|
},
|
|
"CIN7": {
|
|
"direction": "input",
|
|
"bits": [ 315 ]
|
|
},
|
|
"CIN6": {
|
|
"direction": "input",
|
|
"bits": [ 316 ]
|
|
},
|
|
"CIN5": {
|
|
"direction": "input",
|
|
"bits": [ 317 ]
|
|
},
|
|
"CIN4": {
|
|
"direction": "input",
|
|
"bits": [ 318 ]
|
|
},
|
|
"CIN3": {
|
|
"direction": "input",
|
|
"bits": [ 319 ]
|
|
},
|
|
"CIN2": {
|
|
"direction": "input",
|
|
"bits": [ 320 ]
|
|
},
|
|
"CIN1": {
|
|
"direction": "input",
|
|
"bits": [ 321 ]
|
|
},
|
|
"CIN0": {
|
|
"direction": "input",
|
|
"bits": [ 322 ]
|
|
},
|
|
"OP10": {
|
|
"direction": "input",
|
|
"bits": [ 323 ]
|
|
},
|
|
"OP9": {
|
|
"direction": "input",
|
|
"bits": [ 324 ]
|
|
},
|
|
"OP8": {
|
|
"direction": "input",
|
|
"bits": [ 325 ]
|
|
},
|
|
"OP7": {
|
|
"direction": "input",
|
|
"bits": [ 326 ]
|
|
},
|
|
"OP6": {
|
|
"direction": "input",
|
|
"bits": [ 327 ]
|
|
},
|
|
"OP5": {
|
|
"direction": "input",
|
|
"bits": [ 328 ]
|
|
},
|
|
"OP4": {
|
|
"direction": "input",
|
|
"bits": [ 329 ]
|
|
},
|
|
"OP3": {
|
|
"direction": "input",
|
|
"bits": [ 330 ]
|
|
},
|
|
"OP2": {
|
|
"direction": "input",
|
|
"bits": [ 331 ]
|
|
},
|
|
"OP1": {
|
|
"direction": "input",
|
|
"bits": [ 332 ]
|
|
},
|
|
"OP0": {
|
|
"direction": "input",
|
|
"bits": [ 333 ]
|
|
},
|
|
"R53": {
|
|
"direction": "output",
|
|
"bits": [ 334 ]
|
|
},
|
|
"R52": {
|
|
"direction": "output",
|
|
"bits": [ 335 ]
|
|
},
|
|
"R51": {
|
|
"direction": "output",
|
|
"bits": [ 336 ]
|
|
},
|
|
"R50": {
|
|
"direction": "output",
|
|
"bits": [ 337 ]
|
|
},
|
|
"R49": {
|
|
"direction": "output",
|
|
"bits": [ 338 ]
|
|
},
|
|
"R48": {
|
|
"direction": "output",
|
|
"bits": [ 339 ]
|
|
},
|
|
"R47": {
|
|
"direction": "output",
|
|
"bits": [ 340 ]
|
|
},
|
|
"R46": {
|
|
"direction": "output",
|
|
"bits": [ 341 ]
|
|
},
|
|
"R45": {
|
|
"direction": "output",
|
|
"bits": [ 342 ]
|
|
},
|
|
"R44": {
|
|
"direction": "output",
|
|
"bits": [ 343 ]
|
|
},
|
|
"R43": {
|
|
"direction": "output",
|
|
"bits": [ 344 ]
|
|
},
|
|
"R42": {
|
|
"direction": "output",
|
|
"bits": [ 345 ]
|
|
},
|
|
"R41": {
|
|
"direction": "output",
|
|
"bits": [ 346 ]
|
|
},
|
|
"R40": {
|
|
"direction": "output",
|
|
"bits": [ 347 ]
|
|
},
|
|
"R39": {
|
|
"direction": "output",
|
|
"bits": [ 348 ]
|
|
},
|
|
"R38": {
|
|
"direction": "output",
|
|
"bits": [ 349 ]
|
|
},
|
|
"R37": {
|
|
"direction": "output",
|
|
"bits": [ 350 ]
|
|
},
|
|
"R36": {
|
|
"direction": "output",
|
|
"bits": [ 351 ]
|
|
},
|
|
"R35": {
|
|
"direction": "output",
|
|
"bits": [ 352 ]
|
|
},
|
|
"R34": {
|
|
"direction": "output",
|
|
"bits": [ 353 ]
|
|
},
|
|
"R33": {
|
|
"direction": "output",
|
|
"bits": [ 354 ]
|
|
},
|
|
"R32": {
|
|
"direction": "output",
|
|
"bits": [ 355 ]
|
|
},
|
|
"R31": {
|
|
"direction": "output",
|
|
"bits": [ 356 ]
|
|
},
|
|
"R30": {
|
|
"direction": "output",
|
|
"bits": [ 357 ]
|
|
},
|
|
"R29": {
|
|
"direction": "output",
|
|
"bits": [ 358 ]
|
|
},
|
|
"R28": {
|
|
"direction": "output",
|
|
"bits": [ 359 ]
|
|
},
|
|
"R27": {
|
|
"direction": "output",
|
|
"bits": [ 360 ]
|
|
},
|
|
"R26": {
|
|
"direction": "output",
|
|
"bits": [ 361 ]
|
|
},
|
|
"R25": {
|
|
"direction": "output",
|
|
"bits": [ 362 ]
|
|
},
|
|
"R24": {
|
|
"direction": "output",
|
|
"bits": [ 363 ]
|
|
},
|
|
"R23": {
|
|
"direction": "output",
|
|
"bits": [ 364 ]
|
|
},
|
|
"R22": {
|
|
"direction": "output",
|
|
"bits": [ 365 ]
|
|
},
|
|
"R21": {
|
|
"direction": "output",
|
|
"bits": [ 366 ]
|
|
},
|
|
"R20": {
|
|
"direction": "output",
|
|
"bits": [ 367 ]
|
|
},
|
|
"R19": {
|
|
"direction": "output",
|
|
"bits": [ 368 ]
|
|
},
|
|
"R18": {
|
|
"direction": "output",
|
|
"bits": [ 369 ]
|
|
},
|
|
"R17": {
|
|
"direction": "output",
|
|
"bits": [ 370 ]
|
|
},
|
|
"R16": {
|
|
"direction": "output",
|
|
"bits": [ 371 ]
|
|
},
|
|
"R15": {
|
|
"direction": "output",
|
|
"bits": [ 372 ]
|
|
},
|
|
"R14": {
|
|
"direction": "output",
|
|
"bits": [ 373 ]
|
|
},
|
|
"R13": {
|
|
"direction": "output",
|
|
"bits": [ 374 ]
|
|
},
|
|
"R12": {
|
|
"direction": "output",
|
|
"bits": [ 375 ]
|
|
},
|
|
"R11": {
|
|
"direction": "output",
|
|
"bits": [ 376 ]
|
|
},
|
|
"R10": {
|
|
"direction": "output",
|
|
"bits": [ 377 ]
|
|
},
|
|
"R9": {
|
|
"direction": "output",
|
|
"bits": [ 378 ]
|
|
},
|
|
"R8": {
|
|
"direction": "output",
|
|
"bits": [ 379 ]
|
|
},
|
|
"R7": {
|
|
"direction": "output",
|
|
"bits": [ 380 ]
|
|
},
|
|
"R6": {
|
|
"direction": "output",
|
|
"bits": [ 381 ]
|
|
},
|
|
"R5": {
|
|
"direction": "output",
|
|
"bits": [ 382 ]
|
|
},
|
|
"R4": {
|
|
"direction": "output",
|
|
"bits": [ 383 ]
|
|
},
|
|
"R3": {
|
|
"direction": "output",
|
|
"bits": [ 384 ]
|
|
},
|
|
"R2": {
|
|
"direction": "output",
|
|
"bits": [ 385 ]
|
|
},
|
|
"R1": {
|
|
"direction": "output",
|
|
"bits": [ 386 ]
|
|
},
|
|
"R0": {
|
|
"direction": "output",
|
|
"bits": [ 387 ]
|
|
},
|
|
"CO53": {
|
|
"direction": "output",
|
|
"bits": [ 388 ]
|
|
},
|
|
"CO52": {
|
|
"direction": "output",
|
|
"bits": [ 389 ]
|
|
},
|
|
"CO51": {
|
|
"direction": "output",
|
|
"bits": [ 390 ]
|
|
},
|
|
"CO50": {
|
|
"direction": "output",
|
|
"bits": [ 391 ]
|
|
},
|
|
"CO49": {
|
|
"direction": "output",
|
|
"bits": [ 392 ]
|
|
},
|
|
"CO48": {
|
|
"direction": "output",
|
|
"bits": [ 393 ]
|
|
},
|
|
"CO47": {
|
|
"direction": "output",
|
|
"bits": [ 394 ]
|
|
},
|
|
"CO46": {
|
|
"direction": "output",
|
|
"bits": [ 395 ]
|
|
},
|
|
"CO45": {
|
|
"direction": "output",
|
|
"bits": [ 396 ]
|
|
},
|
|
"CO44": {
|
|
"direction": "output",
|
|
"bits": [ 397 ]
|
|
},
|
|
"CO43": {
|
|
"direction": "output",
|
|
"bits": [ 398 ]
|
|
},
|
|
"CO42": {
|
|
"direction": "output",
|
|
"bits": [ 399 ]
|
|
},
|
|
"CO41": {
|
|
"direction": "output",
|
|
"bits": [ 400 ]
|
|
},
|
|
"CO40": {
|
|
"direction": "output",
|
|
"bits": [ 401 ]
|
|
},
|
|
"CO39": {
|
|
"direction": "output",
|
|
"bits": [ 402 ]
|
|
},
|
|
"CO38": {
|
|
"direction": "output",
|
|
"bits": [ 403 ]
|
|
},
|
|
"CO37": {
|
|
"direction": "output",
|
|
"bits": [ 404 ]
|
|
},
|
|
"CO36": {
|
|
"direction": "output",
|
|
"bits": [ 405 ]
|
|
},
|
|
"CO35": {
|
|
"direction": "output",
|
|
"bits": [ 406 ]
|
|
},
|
|
"CO34": {
|
|
"direction": "output",
|
|
"bits": [ 407 ]
|
|
},
|
|
"CO33": {
|
|
"direction": "output",
|
|
"bits": [ 408 ]
|
|
},
|
|
"CO32": {
|
|
"direction": "output",
|
|
"bits": [ 409 ]
|
|
},
|
|
"CO31": {
|
|
"direction": "output",
|
|
"bits": [ 410 ]
|
|
},
|
|
"CO30": {
|
|
"direction": "output",
|
|
"bits": [ 411 ]
|
|
},
|
|
"CO29": {
|
|
"direction": "output",
|
|
"bits": [ 412 ]
|
|
},
|
|
"CO28": {
|
|
"direction": "output",
|
|
"bits": [ 413 ]
|
|
},
|
|
"CO27": {
|
|
"direction": "output",
|
|
"bits": [ 414 ]
|
|
},
|
|
"CO26": {
|
|
"direction": "output",
|
|
"bits": [ 415 ]
|
|
},
|
|
"CO25": {
|
|
"direction": "output",
|
|
"bits": [ 416 ]
|
|
},
|
|
"CO24": {
|
|
"direction": "output",
|
|
"bits": [ 417 ]
|
|
},
|
|
"CO23": {
|
|
"direction": "output",
|
|
"bits": [ 418 ]
|
|
},
|
|
"CO22": {
|
|
"direction": "output",
|
|
"bits": [ 419 ]
|
|
},
|
|
"CO21": {
|
|
"direction": "output",
|
|
"bits": [ 420 ]
|
|
},
|
|
"CO20": {
|
|
"direction": "output",
|
|
"bits": [ 421 ]
|
|
},
|
|
"CO19": {
|
|
"direction": "output",
|
|
"bits": [ 422 ]
|
|
},
|
|
"CO18": {
|
|
"direction": "output",
|
|
"bits": [ 423 ]
|
|
},
|
|
"CO17": {
|
|
"direction": "output",
|
|
"bits": [ 424 ]
|
|
},
|
|
"CO16": {
|
|
"direction": "output",
|
|
"bits": [ 425 ]
|
|
},
|
|
"CO15": {
|
|
"direction": "output",
|
|
"bits": [ 426 ]
|
|
},
|
|
"CO14": {
|
|
"direction": "output",
|
|
"bits": [ 427 ]
|
|
},
|
|
"CO13": {
|
|
"direction": "output",
|
|
"bits": [ 428 ]
|
|
},
|
|
"CO12": {
|
|
"direction": "output",
|
|
"bits": [ 429 ]
|
|
},
|
|
"CO11": {
|
|
"direction": "output",
|
|
"bits": [ 430 ]
|
|
},
|
|
"CO10": {
|
|
"direction": "output",
|
|
"bits": [ 431 ]
|
|
},
|
|
"CO9": {
|
|
"direction": "output",
|
|
"bits": [ 432 ]
|
|
},
|
|
"CO8": {
|
|
"direction": "output",
|
|
"bits": [ 433 ]
|
|
},
|
|
"CO7": {
|
|
"direction": "output",
|
|
"bits": [ 434 ]
|
|
},
|
|
"CO6": {
|
|
"direction": "output",
|
|
"bits": [ 435 ]
|
|
},
|
|
"CO5": {
|
|
"direction": "output",
|
|
"bits": [ 436 ]
|
|
},
|
|
"CO4": {
|
|
"direction": "output",
|
|
"bits": [ 437 ]
|
|
},
|
|
"CO3": {
|
|
"direction": "output",
|
|
"bits": [ 438 ]
|
|
},
|
|
"CO2": {
|
|
"direction": "output",
|
|
"bits": [ 439 ]
|
|
},
|
|
"CO1": {
|
|
"direction": "output",
|
|
"bits": [ 440 ]
|
|
},
|
|
"CO0": {
|
|
"direction": "output",
|
|
"bits": [ 441 ]
|
|
},
|
|
"EQZ": {
|
|
"direction": "output",
|
|
"bits": [ 442 ]
|
|
},
|
|
"EQZM": {
|
|
"direction": "output",
|
|
"bits": [ 443 ]
|
|
},
|
|
"EQOM": {
|
|
"direction": "output",
|
|
"bits": [ 444 ]
|
|
},
|
|
"EQPAT": {
|
|
"direction": "output",
|
|
"bits": [ 445 ]
|
|
},
|
|
"EQPATB": {
|
|
"direction": "output",
|
|
"bits": [ 446 ]
|
|
},
|
|
"OVER": {
|
|
"direction": "output",
|
|
"bits": [ 447 ]
|
|
},
|
|
"UNDER": {
|
|
"direction": "output",
|
|
"bits": [ 448 ]
|
|
},
|
|
"OVERUNDER": {
|
|
"direction": "output",
|
|
"bits": [ 449 ]
|
|
},
|
|
"SIGNEDR": {
|
|
"direction": "output",
|
|
"bits": [ 450 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"A0": {
|
|
"hide_name": 0,
|
|
"bits": [ 52 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:608.11-608.13"
|
|
}
|
|
},
|
|
"A1": {
|
|
"hide_name": 0,
|
|
"bits": [ 51 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:607.11-607.13"
|
|
}
|
|
},
|
|
"A10": {
|
|
"hide_name": 0,
|
|
"bits": [ 42 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:598.11-598.14"
|
|
}
|
|
},
|
|
"A11": {
|
|
"hide_name": 0,
|
|
"bits": [ 41 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:597.11-597.14"
|
|
}
|
|
},
|
|
"A12": {
|
|
"hide_name": 0,
|
|
"bits": [ 40 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:596.11-596.14"
|
|
}
|
|
},
|
|
"A13": {
|
|
"hide_name": 0,
|
|
"bits": [ 39 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:595.11-595.14"
|
|
}
|
|
},
|
|
"A14": {
|
|
"hide_name": 0,
|
|
"bits": [ 38 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:594.11-594.14"
|
|
}
|
|
},
|
|
"A15": {
|
|
"hide_name": 0,
|
|
"bits": [ 37 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:593.11-593.14"
|
|
}
|
|
},
|
|
"A16": {
|
|
"hide_name": 0,
|
|
"bits": [ 36 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:592.11-592.14"
|
|
}
|
|
},
|
|
"A17": {
|
|
"hide_name": 0,
|
|
"bits": [ 35 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:591.11-591.14"
|
|
}
|
|
},
|
|
"A18": {
|
|
"hide_name": 0,
|
|
"bits": [ 34 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:590.11-590.14"
|
|
}
|
|
},
|
|
"A19": {
|
|
"hide_name": 0,
|
|
"bits": [ 33 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:589.11-589.14"
|
|
}
|
|
},
|
|
"A2": {
|
|
"hide_name": 0,
|
|
"bits": [ 50 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:606.11-606.13"
|
|
}
|
|
},
|
|
"A20": {
|
|
"hide_name": 0,
|
|
"bits": [ 32 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:588.11-588.14"
|
|
}
|
|
},
|
|
"A21": {
|
|
"hide_name": 0,
|
|
"bits": [ 31 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:587.11-587.14"
|
|
}
|
|
},
|
|
"A22": {
|
|
"hide_name": 0,
|
|
"bits": [ 30 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:586.11-586.14"
|
|
}
|
|
},
|
|
"A23": {
|
|
"hide_name": 0,
|
|
"bits": [ 29 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:585.11-585.14"
|
|
}
|
|
},
|
|
"A24": {
|
|
"hide_name": 0,
|
|
"bits": [ 28 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:584.11-584.14"
|
|
}
|
|
},
|
|
"A25": {
|
|
"hide_name": 0,
|
|
"bits": [ 27 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:583.11-583.14"
|
|
}
|
|
},
|
|
"A26": {
|
|
"hide_name": 0,
|
|
"bits": [ 26 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:582.11-582.14"
|
|
}
|
|
},
|
|
"A27": {
|
|
"hide_name": 0,
|
|
"bits": [ 25 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:581.11-581.14"
|
|
}
|
|
},
|
|
"A28": {
|
|
"hide_name": 0,
|
|
"bits": [ 24 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:580.11-580.14"
|
|
}
|
|
},
|
|
"A29": {
|
|
"hide_name": 0,
|
|
"bits": [ 23 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:579.11-579.14"
|
|
}
|
|
},
|
|
"A3": {
|
|
"hide_name": 0,
|
|
"bits": [ 49 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:605.11-605.13"
|
|
}
|
|
},
|
|
"A30": {
|
|
"hide_name": 0,
|
|
"bits": [ 22 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:578.11-578.14"
|
|
}
|
|
},
|
|
"A31": {
|
|
"hide_name": 0,
|
|
"bits": [ 21 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:577.11-577.14"
|
|
}
|
|
},
|
|
"A32": {
|
|
"hide_name": 0,
|
|
"bits": [ 20 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:576.11-576.14"
|
|
}
|
|
},
|
|
"A33": {
|
|
"hide_name": 0,
|
|
"bits": [ 19 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:575.11-575.14"
|
|
}
|
|
},
|
|
"A34": {
|
|
"hide_name": 0,
|
|
"bits": [ 18 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:574.11-574.14"
|
|
}
|
|
},
|
|
"A35": {
|
|
"hide_name": 0,
|
|
"bits": [ 17 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:573.11-573.14"
|
|
}
|
|
},
|
|
"A4": {
|
|
"hide_name": 0,
|
|
"bits": [ 48 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:604.11-604.13"
|
|
}
|
|
},
|
|
"A5": {
|
|
"hide_name": 0,
|
|
"bits": [ 47 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:603.11-603.13"
|
|
}
|
|
},
|
|
"A6": {
|
|
"hide_name": 0,
|
|
"bits": [ 46 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:602.11-602.13"
|
|
}
|
|
},
|
|
"A7": {
|
|
"hide_name": 0,
|
|
"bits": [ 45 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:601.11-601.13"
|
|
}
|
|
},
|
|
"A8": {
|
|
"hide_name": 0,
|
|
"bits": [ 44 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:600.11-600.13"
|
|
}
|
|
},
|
|
"A9": {
|
|
"hide_name": 0,
|
|
"bits": [ 43 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:599.11-599.13"
|
|
}
|
|
},
|
|
"B0": {
|
|
"hide_name": 0,
|
|
"bits": [ 88 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:644.11-644.13"
|
|
}
|
|
},
|
|
"B1": {
|
|
"hide_name": 0,
|
|
"bits": [ 87 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:643.11-643.13"
|
|
}
|
|
},
|
|
"B10": {
|
|
"hide_name": 0,
|
|
"bits": [ 78 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:634.11-634.14"
|
|
}
|
|
},
|
|
"B11": {
|
|
"hide_name": 0,
|
|
"bits": [ 77 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:633.11-633.14"
|
|
}
|
|
},
|
|
"B12": {
|
|
"hide_name": 0,
|
|
"bits": [ 76 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:632.11-632.14"
|
|
}
|
|
},
|
|
"B13": {
|
|
"hide_name": 0,
|
|
"bits": [ 75 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:631.11-631.14"
|
|
}
|
|
},
|
|
"B14": {
|
|
"hide_name": 0,
|
|
"bits": [ 74 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:630.11-630.14"
|
|
}
|
|
},
|
|
"B15": {
|
|
"hide_name": 0,
|
|
"bits": [ 73 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:629.11-629.14"
|
|
}
|
|
},
|
|
"B16": {
|
|
"hide_name": 0,
|
|
"bits": [ 72 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:628.11-628.14"
|
|
}
|
|
},
|
|
"B17": {
|
|
"hide_name": 0,
|
|
"bits": [ 71 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:627.11-627.14"
|
|
}
|
|
},
|
|
"B18": {
|
|
"hide_name": 0,
|
|
"bits": [ 70 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:626.11-626.14"
|
|
}
|
|
},
|
|
"B19": {
|
|
"hide_name": 0,
|
|
"bits": [ 69 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:625.11-625.14"
|
|
}
|
|
},
|
|
"B2": {
|
|
"hide_name": 0,
|
|
"bits": [ 86 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:642.11-642.13"
|
|
}
|
|
},
|
|
"B20": {
|
|
"hide_name": 0,
|
|
"bits": [ 68 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:624.11-624.14"
|
|
}
|
|
},
|
|
"B21": {
|
|
"hide_name": 0,
|
|
"bits": [ 67 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:623.11-623.14"
|
|
}
|
|
},
|
|
"B22": {
|
|
"hide_name": 0,
|
|
"bits": [ 66 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:622.11-622.14"
|
|
}
|
|
},
|
|
"B23": {
|
|
"hide_name": 0,
|
|
"bits": [ 65 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:621.11-621.14"
|
|
}
|
|
},
|
|
"B24": {
|
|
"hide_name": 0,
|
|
"bits": [ 64 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:620.11-620.14"
|
|
}
|
|
},
|
|
"B25": {
|
|
"hide_name": 0,
|
|
"bits": [ 63 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:619.11-619.14"
|
|
}
|
|
},
|
|
"B26": {
|
|
"hide_name": 0,
|
|
"bits": [ 62 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:618.11-618.14"
|
|
}
|
|
},
|
|
"B27": {
|
|
"hide_name": 0,
|
|
"bits": [ 61 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:617.11-617.14"
|
|
}
|
|
},
|
|
"B28": {
|
|
"hide_name": 0,
|
|
"bits": [ 60 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:616.11-616.14"
|
|
}
|
|
},
|
|
"B29": {
|
|
"hide_name": 0,
|
|
"bits": [ 59 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:615.11-615.14"
|
|
}
|
|
},
|
|
"B3": {
|
|
"hide_name": 0,
|
|
"bits": [ 85 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:641.11-641.13"
|
|
}
|
|
},
|
|
"B30": {
|
|
"hide_name": 0,
|
|
"bits": [ 58 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:614.11-614.14"
|
|
}
|
|
},
|
|
"B31": {
|
|
"hide_name": 0,
|
|
"bits": [ 57 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:613.11-613.14"
|
|
}
|
|
},
|
|
"B32": {
|
|
"hide_name": 0,
|
|
"bits": [ 56 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:612.11-612.14"
|
|
}
|
|
},
|
|
"B33": {
|
|
"hide_name": 0,
|
|
"bits": [ 55 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:611.11-611.14"
|
|
}
|
|
},
|
|
"B34": {
|
|
"hide_name": 0,
|
|
"bits": [ 54 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:610.11-610.14"
|
|
}
|
|
},
|
|
"B35": {
|
|
"hide_name": 0,
|
|
"bits": [ 53 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:609.11-609.14"
|
|
}
|
|
},
|
|
"B4": {
|
|
"hide_name": 0,
|
|
"bits": [ 84 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:640.11-640.13"
|
|
}
|
|
},
|
|
"B5": {
|
|
"hide_name": 0,
|
|
"bits": [ 83 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:639.11-639.13"
|
|
}
|
|
},
|
|
"B6": {
|
|
"hide_name": 0,
|
|
"bits": [ 82 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:638.11-638.13"
|
|
}
|
|
},
|
|
"B7": {
|
|
"hide_name": 0,
|
|
"bits": [ 81 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:637.11-637.13"
|
|
}
|
|
},
|
|
"B8": {
|
|
"hide_name": 0,
|
|
"bits": [ 80 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:636.11-636.13"
|
|
}
|
|
},
|
|
"B9": {
|
|
"hide_name": 0,
|
|
"bits": [ 79 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:635.11-635.13"
|
|
}
|
|
},
|
|
"C0": {
|
|
"hide_name": 0,
|
|
"bits": [ 142 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:698.11-698.13"
|
|
}
|
|
},
|
|
"C1": {
|
|
"hide_name": 0,
|
|
"bits": [ 141 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:697.11-697.13"
|
|
}
|
|
},
|
|
"C10": {
|
|
"hide_name": 0,
|
|
"bits": [ 132 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:688.11-688.14"
|
|
}
|
|
},
|
|
"C11": {
|
|
"hide_name": 0,
|
|
"bits": [ 131 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:687.11-687.14"
|
|
}
|
|
},
|
|
"C12": {
|
|
"hide_name": 0,
|
|
"bits": [ 130 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:686.11-686.14"
|
|
}
|
|
},
|
|
"C13": {
|
|
"hide_name": 0,
|
|
"bits": [ 129 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:685.11-685.14"
|
|
}
|
|
},
|
|
"C14": {
|
|
"hide_name": 0,
|
|
"bits": [ 128 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:684.11-684.14"
|
|
}
|
|
},
|
|
"C15": {
|
|
"hide_name": 0,
|
|
"bits": [ 127 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:683.11-683.14"
|
|
}
|
|
},
|
|
"C16": {
|
|
"hide_name": 0,
|
|
"bits": [ 126 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:682.11-682.14"
|
|
}
|
|
},
|
|
"C17": {
|
|
"hide_name": 0,
|
|
"bits": [ 125 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:681.11-681.14"
|
|
}
|
|
},
|
|
"C18": {
|
|
"hide_name": 0,
|
|
"bits": [ 124 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:680.11-680.14"
|
|
}
|
|
},
|
|
"C19": {
|
|
"hide_name": 0,
|
|
"bits": [ 123 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:679.11-679.14"
|
|
}
|
|
},
|
|
"C2": {
|
|
"hide_name": 0,
|
|
"bits": [ 140 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:696.11-696.13"
|
|
}
|
|
},
|
|
"C20": {
|
|
"hide_name": 0,
|
|
"bits": [ 122 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:678.11-678.14"
|
|
}
|
|
},
|
|
"C21": {
|
|
"hide_name": 0,
|
|
"bits": [ 121 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:677.11-677.14"
|
|
}
|
|
},
|
|
"C22": {
|
|
"hide_name": 0,
|
|
"bits": [ 120 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:676.11-676.14"
|
|
}
|
|
},
|
|
"C23": {
|
|
"hide_name": 0,
|
|
"bits": [ 119 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:675.11-675.14"
|
|
}
|
|
},
|
|
"C24": {
|
|
"hide_name": 0,
|
|
"bits": [ 118 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:674.11-674.14"
|
|
}
|
|
},
|
|
"C25": {
|
|
"hide_name": 0,
|
|
"bits": [ 117 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:673.11-673.14"
|
|
}
|
|
},
|
|
"C26": {
|
|
"hide_name": 0,
|
|
"bits": [ 116 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:672.11-672.14"
|
|
}
|
|
},
|
|
"C27": {
|
|
"hide_name": 0,
|
|
"bits": [ 115 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:671.11-671.14"
|
|
}
|
|
},
|
|
"C28": {
|
|
"hide_name": 0,
|
|
"bits": [ 114 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:670.11-670.14"
|
|
}
|
|
},
|
|
"C29": {
|
|
"hide_name": 0,
|
|
"bits": [ 113 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:669.11-669.14"
|
|
}
|
|
},
|
|
"C3": {
|
|
"hide_name": 0,
|
|
"bits": [ 139 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:695.11-695.13"
|
|
}
|
|
},
|
|
"C30": {
|
|
"hide_name": 0,
|
|
"bits": [ 112 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:668.11-668.14"
|
|
}
|
|
},
|
|
"C31": {
|
|
"hide_name": 0,
|
|
"bits": [ 111 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:667.11-667.14"
|
|
}
|
|
},
|
|
"C32": {
|
|
"hide_name": 0,
|
|
"bits": [ 110 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:666.11-666.14"
|
|
}
|
|
},
|
|
"C33": {
|
|
"hide_name": 0,
|
|
"bits": [ 109 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:665.11-665.14"
|
|
}
|
|
},
|
|
"C34": {
|
|
"hide_name": 0,
|
|
"bits": [ 108 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:664.11-664.14"
|
|
}
|
|
},
|
|
"C35": {
|
|
"hide_name": 0,
|
|
"bits": [ 107 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:663.11-663.14"
|
|
}
|
|
},
|
|
"C36": {
|
|
"hide_name": 0,
|
|
"bits": [ 106 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:662.11-662.14"
|
|
}
|
|
},
|
|
"C37": {
|
|
"hide_name": 0,
|
|
"bits": [ 105 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:661.11-661.14"
|
|
}
|
|
},
|
|
"C38": {
|
|
"hide_name": 0,
|
|
"bits": [ 104 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:660.11-660.14"
|
|
}
|
|
},
|
|
"C39": {
|
|
"hide_name": 0,
|
|
"bits": [ 103 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:659.11-659.14"
|
|
}
|
|
},
|
|
"C4": {
|
|
"hide_name": 0,
|
|
"bits": [ 138 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:694.11-694.13"
|
|
}
|
|
},
|
|
"C40": {
|
|
"hide_name": 0,
|
|
"bits": [ 102 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:658.11-658.14"
|
|
}
|
|
},
|
|
"C41": {
|
|
"hide_name": 0,
|
|
"bits": [ 101 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:657.11-657.14"
|
|
}
|
|
},
|
|
"C42": {
|
|
"hide_name": 0,
|
|
"bits": [ 100 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:656.11-656.14"
|
|
}
|
|
},
|
|
"C43": {
|
|
"hide_name": 0,
|
|
"bits": [ 99 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:655.11-655.14"
|
|
}
|
|
},
|
|
"C44": {
|
|
"hide_name": 0,
|
|
"bits": [ 98 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:654.11-654.14"
|
|
}
|
|
},
|
|
"C45": {
|
|
"hide_name": 0,
|
|
"bits": [ 97 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:653.11-653.14"
|
|
}
|
|
},
|
|
"C46": {
|
|
"hide_name": 0,
|
|
"bits": [ 96 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:652.11-652.14"
|
|
}
|
|
},
|
|
"C47": {
|
|
"hide_name": 0,
|
|
"bits": [ 95 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:651.11-651.14"
|
|
}
|
|
},
|
|
"C48": {
|
|
"hide_name": 0,
|
|
"bits": [ 94 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:650.11-650.14"
|
|
}
|
|
},
|
|
"C49": {
|
|
"hide_name": 0,
|
|
"bits": [ 93 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:649.11-649.14"
|
|
}
|
|
},
|
|
"C5": {
|
|
"hide_name": 0,
|
|
"bits": [ 137 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:693.11-693.13"
|
|
}
|
|
},
|
|
"C50": {
|
|
"hide_name": 0,
|
|
"bits": [ 92 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:648.11-648.14"
|
|
}
|
|
},
|
|
"C51": {
|
|
"hide_name": 0,
|
|
"bits": [ 91 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:647.11-647.14"
|
|
}
|
|
},
|
|
"C52": {
|
|
"hide_name": 0,
|
|
"bits": [ 90 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:646.11-646.14"
|
|
}
|
|
},
|
|
"C53": {
|
|
"hide_name": 0,
|
|
"bits": [ 89 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:645.11-645.14"
|
|
}
|
|
},
|
|
"C6": {
|
|
"hide_name": 0,
|
|
"bits": [ 136 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:692.11-692.13"
|
|
}
|
|
},
|
|
"C7": {
|
|
"hide_name": 0,
|
|
"bits": [ 135 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:691.11-691.13"
|
|
}
|
|
},
|
|
"C8": {
|
|
"hide_name": 0,
|
|
"bits": [ 134 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:690.11-690.13"
|
|
}
|
|
},
|
|
"C9": {
|
|
"hide_name": 0,
|
|
"bits": [ 133 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:689.11-689.13"
|
|
}
|
|
},
|
|
"CE0": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:561.11-561.14"
|
|
}
|
|
},
|
|
"CE1": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:560.11-560.14"
|
|
}
|
|
},
|
|
"CE2": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:559.11-559.14"
|
|
}
|
|
},
|
|
"CE3": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:558.11-558.14"
|
|
}
|
|
},
|
|
"CFB0": {
|
|
"hide_name": 0,
|
|
"bits": [ 196 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:752.11-752.15"
|
|
}
|
|
},
|
|
"CFB1": {
|
|
"hide_name": 0,
|
|
"bits": [ 195 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:751.11-751.15"
|
|
}
|
|
},
|
|
"CFB10": {
|
|
"hide_name": 0,
|
|
"bits": [ 186 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:742.11-742.16"
|
|
}
|
|
},
|
|
"CFB11": {
|
|
"hide_name": 0,
|
|
"bits": [ 185 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:741.11-741.16"
|
|
}
|
|
},
|
|
"CFB12": {
|
|
"hide_name": 0,
|
|
"bits": [ 184 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:740.11-740.16"
|
|
}
|
|
},
|
|
"CFB13": {
|
|
"hide_name": 0,
|
|
"bits": [ 183 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:739.11-739.16"
|
|
}
|
|
},
|
|
"CFB14": {
|
|
"hide_name": 0,
|
|
"bits": [ 182 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:738.11-738.16"
|
|
}
|
|
},
|
|
"CFB15": {
|
|
"hide_name": 0,
|
|
"bits": [ 181 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:737.11-737.16"
|
|
}
|
|
},
|
|
"CFB16": {
|
|
"hide_name": 0,
|
|
"bits": [ 180 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:736.11-736.16"
|
|
}
|
|
},
|
|
"CFB17": {
|
|
"hide_name": 0,
|
|
"bits": [ 179 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:735.11-735.16"
|
|
}
|
|
},
|
|
"CFB18": {
|
|
"hide_name": 0,
|
|
"bits": [ 178 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:734.11-734.16"
|
|
}
|
|
},
|
|
"CFB19": {
|
|
"hide_name": 0,
|
|
"bits": [ 177 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:733.11-733.16"
|
|
}
|
|
},
|
|
"CFB2": {
|
|
"hide_name": 0,
|
|
"bits": [ 194 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:750.11-750.15"
|
|
}
|
|
},
|
|
"CFB20": {
|
|
"hide_name": 0,
|
|
"bits": [ 176 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:732.11-732.16"
|
|
}
|
|
},
|
|
"CFB21": {
|
|
"hide_name": 0,
|
|
"bits": [ 175 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:731.11-731.16"
|
|
}
|
|
},
|
|
"CFB22": {
|
|
"hide_name": 0,
|
|
"bits": [ 174 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:730.11-730.16"
|
|
}
|
|
},
|
|
"CFB23": {
|
|
"hide_name": 0,
|
|
"bits": [ 173 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:729.11-729.16"
|
|
}
|
|
},
|
|
"CFB24": {
|
|
"hide_name": 0,
|
|
"bits": [ 172 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:728.11-728.16"
|
|
}
|
|
},
|
|
"CFB25": {
|
|
"hide_name": 0,
|
|
"bits": [ 171 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:727.11-727.16"
|
|
}
|
|
},
|
|
"CFB26": {
|
|
"hide_name": 0,
|
|
"bits": [ 170 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:726.11-726.16"
|
|
}
|
|
},
|
|
"CFB27": {
|
|
"hide_name": 0,
|
|
"bits": [ 169 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:725.11-725.16"
|
|
}
|
|
},
|
|
"CFB28": {
|
|
"hide_name": 0,
|
|
"bits": [ 168 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:724.11-724.16"
|
|
}
|
|
},
|
|
"CFB29": {
|
|
"hide_name": 0,
|
|
"bits": [ 167 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:723.11-723.16"
|
|
}
|
|
},
|
|
"CFB3": {
|
|
"hide_name": 0,
|
|
"bits": [ 193 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:749.11-749.15"
|
|
}
|
|
},
|
|
"CFB30": {
|
|
"hide_name": 0,
|
|
"bits": [ 166 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:722.11-722.16"
|
|
}
|
|
},
|
|
"CFB31": {
|
|
"hide_name": 0,
|
|
"bits": [ 165 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:721.11-721.16"
|
|
}
|
|
},
|
|
"CFB32": {
|
|
"hide_name": 0,
|
|
"bits": [ 164 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:720.11-720.16"
|
|
}
|
|
},
|
|
"CFB33": {
|
|
"hide_name": 0,
|
|
"bits": [ 163 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:719.11-719.16"
|
|
}
|
|
},
|
|
"CFB34": {
|
|
"hide_name": 0,
|
|
"bits": [ 162 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:718.11-718.16"
|
|
}
|
|
},
|
|
"CFB35": {
|
|
"hide_name": 0,
|
|
"bits": [ 161 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:717.11-717.16"
|
|
}
|
|
},
|
|
"CFB36": {
|
|
"hide_name": 0,
|
|
"bits": [ 160 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:716.11-716.16"
|
|
}
|
|
},
|
|
"CFB37": {
|
|
"hide_name": 0,
|
|
"bits": [ 159 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:715.11-715.16"
|
|
}
|
|
},
|
|
"CFB38": {
|
|
"hide_name": 0,
|
|
"bits": [ 158 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:714.11-714.16"
|
|
}
|
|
},
|
|
"CFB39": {
|
|
"hide_name": 0,
|
|
"bits": [ 157 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:713.11-713.16"
|
|
}
|
|
},
|
|
"CFB4": {
|
|
"hide_name": 0,
|
|
"bits": [ 192 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:748.11-748.15"
|
|
}
|
|
},
|
|
"CFB40": {
|
|
"hide_name": 0,
|
|
"bits": [ 156 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:712.11-712.16"
|
|
}
|
|
},
|
|
"CFB41": {
|
|
"hide_name": 0,
|
|
"bits": [ 155 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:711.11-711.16"
|
|
}
|
|
},
|
|
"CFB42": {
|
|
"hide_name": 0,
|
|
"bits": [ 154 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:710.11-710.16"
|
|
}
|
|
},
|
|
"CFB43": {
|
|
"hide_name": 0,
|
|
"bits": [ 153 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:709.11-709.16"
|
|
}
|
|
},
|
|
"CFB44": {
|
|
"hide_name": 0,
|
|
"bits": [ 152 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:708.11-708.16"
|
|
}
|
|
},
|
|
"CFB45": {
|
|
"hide_name": 0,
|
|
"bits": [ 151 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:707.11-707.16"
|
|
}
|
|
},
|
|
"CFB46": {
|
|
"hide_name": 0,
|
|
"bits": [ 150 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:706.11-706.16"
|
|
}
|
|
},
|
|
"CFB47": {
|
|
"hide_name": 0,
|
|
"bits": [ 149 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:705.11-705.16"
|
|
}
|
|
},
|
|
"CFB48": {
|
|
"hide_name": 0,
|
|
"bits": [ 148 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:704.11-704.16"
|
|
}
|
|
},
|
|
"CFB49": {
|
|
"hide_name": 0,
|
|
"bits": [ 147 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:703.11-703.16"
|
|
}
|
|
},
|
|
"CFB5": {
|
|
"hide_name": 0,
|
|
"bits": [ 191 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:747.11-747.15"
|
|
}
|
|
},
|
|
"CFB50": {
|
|
"hide_name": 0,
|
|
"bits": [ 146 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:702.11-702.16"
|
|
}
|
|
},
|
|
"CFB51": {
|
|
"hide_name": 0,
|
|
"bits": [ 145 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:701.11-701.16"
|
|
}
|
|
},
|
|
"CFB52": {
|
|
"hide_name": 0,
|
|
"bits": [ 144 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:700.11-700.16"
|
|
}
|
|
},
|
|
"CFB53": {
|
|
"hide_name": 0,
|
|
"bits": [ 143 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:699.11-699.16"
|
|
}
|
|
},
|
|
"CFB6": {
|
|
"hide_name": 0,
|
|
"bits": [ 190 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:746.11-746.15"
|
|
}
|
|
},
|
|
"CFB7": {
|
|
"hide_name": 0,
|
|
"bits": [ 189 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:745.11-745.15"
|
|
}
|
|
},
|
|
"CFB8": {
|
|
"hide_name": 0,
|
|
"bits": [ 188 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:744.11-744.15"
|
|
}
|
|
},
|
|
"CFB9": {
|
|
"hide_name": 0,
|
|
"bits": [ 187 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:743.11-743.15"
|
|
}
|
|
},
|
|
"CIN0": {
|
|
"hide_name": 0,
|
|
"bits": [ 322 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:878.11-878.15"
|
|
}
|
|
},
|
|
"CIN1": {
|
|
"hide_name": 0,
|
|
"bits": [ 321 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:877.11-877.15"
|
|
}
|
|
},
|
|
"CIN10": {
|
|
"hide_name": 0,
|
|
"bits": [ 312 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:868.11-868.16"
|
|
}
|
|
},
|
|
"CIN11": {
|
|
"hide_name": 0,
|
|
"bits": [ 311 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:867.11-867.16"
|
|
}
|
|
},
|
|
"CIN12": {
|
|
"hide_name": 0,
|
|
"bits": [ 310 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:866.11-866.16"
|
|
}
|
|
},
|
|
"CIN13": {
|
|
"hide_name": 0,
|
|
"bits": [ 309 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:865.11-865.16"
|
|
}
|
|
},
|
|
"CIN14": {
|
|
"hide_name": 0,
|
|
"bits": [ 308 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:864.11-864.16"
|
|
}
|
|
},
|
|
"CIN15": {
|
|
"hide_name": 0,
|
|
"bits": [ 307 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:863.11-863.16"
|
|
}
|
|
},
|
|
"CIN16": {
|
|
"hide_name": 0,
|
|
"bits": [ 306 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:862.11-862.16"
|
|
}
|
|
},
|
|
"CIN17": {
|
|
"hide_name": 0,
|
|
"bits": [ 305 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:861.11-861.16"
|
|
}
|
|
},
|
|
"CIN18": {
|
|
"hide_name": 0,
|
|
"bits": [ 304 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:860.11-860.16"
|
|
}
|
|
},
|
|
"CIN19": {
|
|
"hide_name": 0,
|
|
"bits": [ 303 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:859.11-859.16"
|
|
}
|
|
},
|
|
"CIN2": {
|
|
"hide_name": 0,
|
|
"bits": [ 320 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:876.11-876.15"
|
|
}
|
|
},
|
|
"CIN20": {
|
|
"hide_name": 0,
|
|
"bits": [ 302 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:858.11-858.16"
|
|
}
|
|
},
|
|
"CIN21": {
|
|
"hide_name": 0,
|
|
"bits": [ 301 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:857.11-857.16"
|
|
}
|
|
},
|
|
"CIN22": {
|
|
"hide_name": 0,
|
|
"bits": [ 300 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:856.11-856.16"
|
|
}
|
|
},
|
|
"CIN23": {
|
|
"hide_name": 0,
|
|
"bits": [ 299 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:855.11-855.16"
|
|
}
|
|
},
|
|
"CIN24": {
|
|
"hide_name": 0,
|
|
"bits": [ 298 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:854.11-854.16"
|
|
}
|
|
},
|
|
"CIN25": {
|
|
"hide_name": 0,
|
|
"bits": [ 297 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:853.11-853.16"
|
|
}
|
|
},
|
|
"CIN26": {
|
|
"hide_name": 0,
|
|
"bits": [ 296 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:852.11-852.16"
|
|
}
|
|
},
|
|
"CIN27": {
|
|
"hide_name": 0,
|
|
"bits": [ 295 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:851.11-851.16"
|
|
}
|
|
},
|
|
"CIN28": {
|
|
"hide_name": 0,
|
|
"bits": [ 294 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:850.11-850.16"
|
|
}
|
|
},
|
|
"CIN29": {
|
|
"hide_name": 0,
|
|
"bits": [ 293 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:849.11-849.16"
|
|
}
|
|
},
|
|
"CIN3": {
|
|
"hide_name": 0,
|
|
"bits": [ 319 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:875.11-875.15"
|
|
}
|
|
},
|
|
"CIN30": {
|
|
"hide_name": 0,
|
|
"bits": [ 292 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:848.11-848.16"
|
|
}
|
|
},
|
|
"CIN31": {
|
|
"hide_name": 0,
|
|
"bits": [ 291 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:847.11-847.16"
|
|
}
|
|
},
|
|
"CIN32": {
|
|
"hide_name": 0,
|
|
"bits": [ 290 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:846.11-846.16"
|
|
}
|
|
},
|
|
"CIN33": {
|
|
"hide_name": 0,
|
|
"bits": [ 289 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:845.11-845.16"
|
|
}
|
|
},
|
|
"CIN34": {
|
|
"hide_name": 0,
|
|
"bits": [ 288 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:844.11-844.16"
|
|
}
|
|
},
|
|
"CIN35": {
|
|
"hide_name": 0,
|
|
"bits": [ 287 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:843.11-843.16"
|
|
}
|
|
},
|
|
"CIN36": {
|
|
"hide_name": 0,
|
|
"bits": [ 286 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:842.11-842.16"
|
|
}
|
|
},
|
|
"CIN37": {
|
|
"hide_name": 0,
|
|
"bits": [ 285 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:841.11-841.16"
|
|
}
|
|
},
|
|
"CIN38": {
|
|
"hide_name": 0,
|
|
"bits": [ 284 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:840.11-840.16"
|
|
}
|
|
},
|
|
"CIN39": {
|
|
"hide_name": 0,
|
|
"bits": [ 283 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:839.11-839.16"
|
|
}
|
|
},
|
|
"CIN4": {
|
|
"hide_name": 0,
|
|
"bits": [ 318 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:874.11-874.15"
|
|
}
|
|
},
|
|
"CIN40": {
|
|
"hide_name": 0,
|
|
"bits": [ 282 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:838.11-838.16"
|
|
}
|
|
},
|
|
"CIN41": {
|
|
"hide_name": 0,
|
|
"bits": [ 281 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:837.11-837.16"
|
|
}
|
|
},
|
|
"CIN42": {
|
|
"hide_name": 0,
|
|
"bits": [ 280 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:836.11-836.16"
|
|
}
|
|
},
|
|
"CIN43": {
|
|
"hide_name": 0,
|
|
"bits": [ 279 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:835.11-835.16"
|
|
}
|
|
},
|
|
"CIN44": {
|
|
"hide_name": 0,
|
|
"bits": [ 278 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:834.11-834.16"
|
|
}
|
|
},
|
|
"CIN45": {
|
|
"hide_name": 0,
|
|
"bits": [ 277 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:833.11-833.16"
|
|
}
|
|
},
|
|
"CIN46": {
|
|
"hide_name": 0,
|
|
"bits": [ 276 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:832.11-832.16"
|
|
}
|
|
},
|
|
"CIN47": {
|
|
"hide_name": 0,
|
|
"bits": [ 275 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:831.11-831.16"
|
|
}
|
|
},
|
|
"CIN48": {
|
|
"hide_name": 0,
|
|
"bits": [ 274 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:830.11-830.16"
|
|
}
|
|
},
|
|
"CIN49": {
|
|
"hide_name": 0,
|
|
"bits": [ 273 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:829.11-829.16"
|
|
}
|
|
},
|
|
"CIN5": {
|
|
"hide_name": 0,
|
|
"bits": [ 317 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:873.11-873.15"
|
|
}
|
|
},
|
|
"CIN50": {
|
|
"hide_name": 0,
|
|
"bits": [ 272 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:828.11-828.16"
|
|
}
|
|
},
|
|
"CIN51": {
|
|
"hide_name": 0,
|
|
"bits": [ 271 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:827.11-827.16"
|
|
}
|
|
},
|
|
"CIN52": {
|
|
"hide_name": 0,
|
|
"bits": [ 270 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:826.11-826.16"
|
|
}
|
|
},
|
|
"CIN53": {
|
|
"hide_name": 0,
|
|
"bits": [ 269 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:825.11-825.16"
|
|
}
|
|
},
|
|
"CIN6": {
|
|
"hide_name": 0,
|
|
"bits": [ 316 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:872.11-872.15"
|
|
}
|
|
},
|
|
"CIN7": {
|
|
"hide_name": 0,
|
|
"bits": [ 315 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:871.11-871.15"
|
|
}
|
|
},
|
|
"CIN8": {
|
|
"hide_name": 0,
|
|
"bits": [ 314 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:870.11-870.15"
|
|
}
|
|
},
|
|
"CIN9": {
|
|
"hide_name": 0,
|
|
"bits": [ 313 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:869.11-869.15"
|
|
}
|
|
},
|
|
"CLK0": {
|
|
"hide_name": 0,
|
|
"bits": [ 9 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:565.11-565.15"
|
|
}
|
|
},
|
|
"CLK1": {
|
|
"hide_name": 0,
|
|
"bits": [ 8 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:564.11-564.15"
|
|
}
|
|
},
|
|
"CLK2": {
|
|
"hide_name": 0,
|
|
"bits": [ 7 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:563.11-563.15"
|
|
}
|
|
},
|
|
"CLK3": {
|
|
"hide_name": 0,
|
|
"bits": [ 6 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:562.11-562.15"
|
|
}
|
|
},
|
|
"CO0": {
|
|
"hide_name": 0,
|
|
"bits": [ 441 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:997.12-997.15"
|
|
}
|
|
},
|
|
"CO1": {
|
|
"hide_name": 0,
|
|
"bits": [ 440 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:996.12-996.15"
|
|
}
|
|
},
|
|
"CO10": {
|
|
"hide_name": 0,
|
|
"bits": [ 431 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:987.12-987.16"
|
|
}
|
|
},
|
|
"CO11": {
|
|
"hide_name": 0,
|
|
"bits": [ 430 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:986.12-986.16"
|
|
}
|
|
},
|
|
"CO12": {
|
|
"hide_name": 0,
|
|
"bits": [ 429 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:985.12-985.16"
|
|
}
|
|
},
|
|
"CO13": {
|
|
"hide_name": 0,
|
|
"bits": [ 428 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:984.12-984.16"
|
|
}
|
|
},
|
|
"CO14": {
|
|
"hide_name": 0,
|
|
"bits": [ 427 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:983.12-983.16"
|
|
}
|
|
},
|
|
"CO15": {
|
|
"hide_name": 0,
|
|
"bits": [ 426 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:982.12-982.16"
|
|
}
|
|
},
|
|
"CO16": {
|
|
"hide_name": 0,
|
|
"bits": [ 425 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:981.12-981.16"
|
|
}
|
|
},
|
|
"CO17": {
|
|
"hide_name": 0,
|
|
"bits": [ 424 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:980.12-980.16"
|
|
}
|
|
},
|
|
"CO18": {
|
|
"hide_name": 0,
|
|
"bits": [ 423 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:979.12-979.16"
|
|
}
|
|
},
|
|
"CO19": {
|
|
"hide_name": 0,
|
|
"bits": [ 422 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:978.12-978.16"
|
|
}
|
|
},
|
|
"CO2": {
|
|
"hide_name": 0,
|
|
"bits": [ 439 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:995.12-995.15"
|
|
}
|
|
},
|
|
"CO20": {
|
|
"hide_name": 0,
|
|
"bits": [ 421 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:977.12-977.16"
|
|
}
|
|
},
|
|
"CO21": {
|
|
"hide_name": 0,
|
|
"bits": [ 420 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:976.12-976.16"
|
|
}
|
|
},
|
|
"CO22": {
|
|
"hide_name": 0,
|
|
"bits": [ 419 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:975.12-975.16"
|
|
}
|
|
},
|
|
"CO23": {
|
|
"hide_name": 0,
|
|
"bits": [ 418 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:974.12-974.16"
|
|
}
|
|
},
|
|
"CO24": {
|
|
"hide_name": 0,
|
|
"bits": [ 417 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:973.12-973.16"
|
|
}
|
|
},
|
|
"CO25": {
|
|
"hide_name": 0,
|
|
"bits": [ 416 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:972.12-972.16"
|
|
}
|
|
},
|
|
"CO26": {
|
|
"hide_name": 0,
|
|
"bits": [ 415 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:971.12-971.16"
|
|
}
|
|
},
|
|
"CO27": {
|
|
"hide_name": 0,
|
|
"bits": [ 414 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:970.12-970.16"
|
|
}
|
|
},
|
|
"CO28": {
|
|
"hide_name": 0,
|
|
"bits": [ 413 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:969.12-969.16"
|
|
}
|
|
},
|
|
"CO29": {
|
|
"hide_name": 0,
|
|
"bits": [ 412 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:968.12-968.16"
|
|
}
|
|
},
|
|
"CO3": {
|
|
"hide_name": 0,
|
|
"bits": [ 438 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:994.12-994.15"
|
|
}
|
|
},
|
|
"CO30": {
|
|
"hide_name": 0,
|
|
"bits": [ 411 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:967.12-967.16"
|
|
}
|
|
},
|
|
"CO31": {
|
|
"hide_name": 0,
|
|
"bits": [ 410 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:966.12-966.16"
|
|
}
|
|
},
|
|
"CO32": {
|
|
"hide_name": 0,
|
|
"bits": [ 409 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:965.12-965.16"
|
|
}
|
|
},
|
|
"CO33": {
|
|
"hide_name": 0,
|
|
"bits": [ 408 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:964.12-964.16"
|
|
}
|
|
},
|
|
"CO34": {
|
|
"hide_name": 0,
|
|
"bits": [ 407 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:963.12-963.16"
|
|
}
|
|
},
|
|
"CO35": {
|
|
"hide_name": 0,
|
|
"bits": [ 406 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:962.12-962.16"
|
|
}
|
|
},
|
|
"CO36": {
|
|
"hide_name": 0,
|
|
"bits": [ 405 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:961.12-961.16"
|
|
}
|
|
},
|
|
"CO37": {
|
|
"hide_name": 0,
|
|
"bits": [ 404 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:960.12-960.16"
|
|
}
|
|
},
|
|
"CO38": {
|
|
"hide_name": 0,
|
|
"bits": [ 403 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:959.12-959.16"
|
|
}
|
|
},
|
|
"CO39": {
|
|
"hide_name": 0,
|
|
"bits": [ 402 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:958.12-958.16"
|
|
}
|
|
},
|
|
"CO4": {
|
|
"hide_name": 0,
|
|
"bits": [ 437 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:993.12-993.15"
|
|
}
|
|
},
|
|
"CO40": {
|
|
"hide_name": 0,
|
|
"bits": [ 401 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:957.12-957.16"
|
|
}
|
|
},
|
|
"CO41": {
|
|
"hide_name": 0,
|
|
"bits": [ 400 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:956.12-956.16"
|
|
}
|
|
},
|
|
"CO42": {
|
|
"hide_name": 0,
|
|
"bits": [ 399 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:955.12-955.16"
|
|
}
|
|
},
|
|
"CO43": {
|
|
"hide_name": 0,
|
|
"bits": [ 398 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:954.12-954.16"
|
|
}
|
|
},
|
|
"CO44": {
|
|
"hide_name": 0,
|
|
"bits": [ 397 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:953.12-953.16"
|
|
}
|
|
},
|
|
"CO45": {
|
|
"hide_name": 0,
|
|
"bits": [ 396 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:952.12-952.16"
|
|
}
|
|
},
|
|
"CO46": {
|
|
"hide_name": 0,
|
|
"bits": [ 395 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:951.12-951.16"
|
|
}
|
|
},
|
|
"CO47": {
|
|
"hide_name": 0,
|
|
"bits": [ 394 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:950.12-950.16"
|
|
}
|
|
},
|
|
"CO48": {
|
|
"hide_name": 0,
|
|
"bits": [ 393 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:949.12-949.16"
|
|
}
|
|
},
|
|
"CO49": {
|
|
"hide_name": 0,
|
|
"bits": [ 392 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:948.12-948.16"
|
|
}
|
|
},
|
|
"CO5": {
|
|
"hide_name": 0,
|
|
"bits": [ 436 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:992.12-992.15"
|
|
}
|
|
},
|
|
"CO50": {
|
|
"hide_name": 0,
|
|
"bits": [ 391 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:947.12-947.16"
|
|
}
|
|
},
|
|
"CO51": {
|
|
"hide_name": 0,
|
|
"bits": [ 390 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:946.12-946.16"
|
|
}
|
|
},
|
|
"CO52": {
|
|
"hide_name": 0,
|
|
"bits": [ 389 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:945.12-945.16"
|
|
}
|
|
},
|
|
"CO53": {
|
|
"hide_name": 0,
|
|
"bits": [ 388 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:944.12-944.16"
|
|
}
|
|
},
|
|
"CO6": {
|
|
"hide_name": 0,
|
|
"bits": [ 435 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:991.12-991.15"
|
|
}
|
|
},
|
|
"CO7": {
|
|
"hide_name": 0,
|
|
"bits": [ 434 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:990.12-990.15"
|
|
}
|
|
},
|
|
"CO8": {
|
|
"hide_name": 0,
|
|
"bits": [ 433 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:989.12-989.15"
|
|
}
|
|
},
|
|
"CO9": {
|
|
"hide_name": 0,
|
|
"bits": [ 432 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:988.12-988.15"
|
|
}
|
|
},
|
|
"EQOM": {
|
|
"hide_name": 0,
|
|
"bits": [ 444 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1000.12-1000.16"
|
|
}
|
|
},
|
|
"EQPAT": {
|
|
"hide_name": 0,
|
|
"bits": [ 445 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1001.12-1001.17"
|
|
}
|
|
},
|
|
"EQPATB": {
|
|
"hide_name": 0,
|
|
"bits": [ 446 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1002.12-1002.18"
|
|
}
|
|
},
|
|
"EQZ": {
|
|
"hide_name": 0,
|
|
"bits": [ 442 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:998.12-998.15"
|
|
}
|
|
},
|
|
"EQZM": {
|
|
"hide_name": 0,
|
|
"bits": [ 443 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:999.12-999.16"
|
|
}
|
|
},
|
|
"MA0": {
|
|
"hide_name": 0,
|
|
"bits": [ 232 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:788.11-788.14"
|
|
}
|
|
},
|
|
"MA1": {
|
|
"hide_name": 0,
|
|
"bits": [ 231 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:787.11-787.14"
|
|
}
|
|
},
|
|
"MA10": {
|
|
"hide_name": 0,
|
|
"bits": [ 222 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:778.11-778.15"
|
|
}
|
|
},
|
|
"MA11": {
|
|
"hide_name": 0,
|
|
"bits": [ 221 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:777.11-777.15"
|
|
}
|
|
},
|
|
"MA12": {
|
|
"hide_name": 0,
|
|
"bits": [ 220 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:776.11-776.15"
|
|
}
|
|
},
|
|
"MA13": {
|
|
"hide_name": 0,
|
|
"bits": [ 219 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:775.11-775.15"
|
|
}
|
|
},
|
|
"MA14": {
|
|
"hide_name": 0,
|
|
"bits": [ 218 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:774.11-774.15"
|
|
}
|
|
},
|
|
"MA15": {
|
|
"hide_name": 0,
|
|
"bits": [ 217 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:773.11-773.15"
|
|
}
|
|
},
|
|
"MA16": {
|
|
"hide_name": 0,
|
|
"bits": [ 216 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:772.11-772.15"
|
|
}
|
|
},
|
|
"MA17": {
|
|
"hide_name": 0,
|
|
"bits": [ 215 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:771.11-771.15"
|
|
}
|
|
},
|
|
"MA18": {
|
|
"hide_name": 0,
|
|
"bits": [ 214 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:770.11-770.15"
|
|
}
|
|
},
|
|
"MA19": {
|
|
"hide_name": 0,
|
|
"bits": [ 213 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:769.11-769.15"
|
|
}
|
|
},
|
|
"MA2": {
|
|
"hide_name": 0,
|
|
"bits": [ 230 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:786.11-786.14"
|
|
}
|
|
},
|
|
"MA20": {
|
|
"hide_name": 0,
|
|
"bits": [ 212 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:768.11-768.15"
|
|
}
|
|
},
|
|
"MA21": {
|
|
"hide_name": 0,
|
|
"bits": [ 211 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:767.11-767.15"
|
|
}
|
|
},
|
|
"MA22": {
|
|
"hide_name": 0,
|
|
"bits": [ 210 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:766.11-766.15"
|
|
}
|
|
},
|
|
"MA23": {
|
|
"hide_name": 0,
|
|
"bits": [ 209 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:765.11-765.15"
|
|
}
|
|
},
|
|
"MA24": {
|
|
"hide_name": 0,
|
|
"bits": [ 208 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:764.11-764.15"
|
|
}
|
|
},
|
|
"MA25": {
|
|
"hide_name": 0,
|
|
"bits": [ 207 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:763.11-763.15"
|
|
}
|
|
},
|
|
"MA26": {
|
|
"hide_name": 0,
|
|
"bits": [ 206 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:762.11-762.15"
|
|
}
|
|
},
|
|
"MA27": {
|
|
"hide_name": 0,
|
|
"bits": [ 205 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:761.11-761.15"
|
|
}
|
|
},
|
|
"MA28": {
|
|
"hide_name": 0,
|
|
"bits": [ 204 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:760.11-760.15"
|
|
}
|
|
},
|
|
"MA29": {
|
|
"hide_name": 0,
|
|
"bits": [ 203 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:759.11-759.15"
|
|
}
|
|
},
|
|
"MA3": {
|
|
"hide_name": 0,
|
|
"bits": [ 229 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:785.11-785.14"
|
|
}
|
|
},
|
|
"MA30": {
|
|
"hide_name": 0,
|
|
"bits": [ 202 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:758.11-758.15"
|
|
}
|
|
},
|
|
"MA31": {
|
|
"hide_name": 0,
|
|
"bits": [ 201 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:757.11-757.15"
|
|
}
|
|
},
|
|
"MA32": {
|
|
"hide_name": 0,
|
|
"bits": [ 200 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:756.11-756.15"
|
|
}
|
|
},
|
|
"MA33": {
|
|
"hide_name": 0,
|
|
"bits": [ 199 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:755.11-755.15"
|
|
}
|
|
},
|
|
"MA34": {
|
|
"hide_name": 0,
|
|
"bits": [ 198 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:754.11-754.15"
|
|
}
|
|
},
|
|
"MA35": {
|
|
"hide_name": 0,
|
|
"bits": [ 197 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:753.11-753.15"
|
|
}
|
|
},
|
|
"MA4": {
|
|
"hide_name": 0,
|
|
"bits": [ 228 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:784.11-784.14"
|
|
}
|
|
},
|
|
"MA5": {
|
|
"hide_name": 0,
|
|
"bits": [ 227 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:783.11-783.14"
|
|
}
|
|
},
|
|
"MA6": {
|
|
"hide_name": 0,
|
|
"bits": [ 226 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:782.11-782.14"
|
|
}
|
|
},
|
|
"MA7": {
|
|
"hide_name": 0,
|
|
"bits": [ 225 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:781.11-781.14"
|
|
}
|
|
},
|
|
"MA8": {
|
|
"hide_name": 0,
|
|
"bits": [ 224 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:780.11-780.14"
|
|
}
|
|
},
|
|
"MA9": {
|
|
"hide_name": 0,
|
|
"bits": [ 223 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:779.11-779.14"
|
|
}
|
|
},
|
|
"MB0": {
|
|
"hide_name": 0,
|
|
"bits": [ 268 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:824.11-824.14"
|
|
}
|
|
},
|
|
"MB1": {
|
|
"hide_name": 0,
|
|
"bits": [ 267 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:823.11-823.14"
|
|
}
|
|
},
|
|
"MB10": {
|
|
"hide_name": 0,
|
|
"bits": [ 258 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:814.11-814.15"
|
|
}
|
|
},
|
|
"MB11": {
|
|
"hide_name": 0,
|
|
"bits": [ 257 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:813.11-813.15"
|
|
}
|
|
},
|
|
"MB12": {
|
|
"hide_name": 0,
|
|
"bits": [ 256 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:812.11-812.15"
|
|
}
|
|
},
|
|
"MB13": {
|
|
"hide_name": 0,
|
|
"bits": [ 255 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:811.11-811.15"
|
|
}
|
|
},
|
|
"MB14": {
|
|
"hide_name": 0,
|
|
"bits": [ 254 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:810.11-810.15"
|
|
}
|
|
},
|
|
"MB15": {
|
|
"hide_name": 0,
|
|
"bits": [ 253 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:809.11-809.15"
|
|
}
|
|
},
|
|
"MB16": {
|
|
"hide_name": 0,
|
|
"bits": [ 252 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:808.11-808.15"
|
|
}
|
|
},
|
|
"MB17": {
|
|
"hide_name": 0,
|
|
"bits": [ 251 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:807.11-807.15"
|
|
}
|
|
},
|
|
"MB18": {
|
|
"hide_name": 0,
|
|
"bits": [ 250 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:806.11-806.15"
|
|
}
|
|
},
|
|
"MB19": {
|
|
"hide_name": 0,
|
|
"bits": [ 249 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:805.11-805.15"
|
|
}
|
|
},
|
|
"MB2": {
|
|
"hide_name": 0,
|
|
"bits": [ 266 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:822.11-822.14"
|
|
}
|
|
},
|
|
"MB20": {
|
|
"hide_name": 0,
|
|
"bits": [ 248 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:804.11-804.15"
|
|
}
|
|
},
|
|
"MB21": {
|
|
"hide_name": 0,
|
|
"bits": [ 247 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:803.11-803.15"
|
|
}
|
|
},
|
|
"MB22": {
|
|
"hide_name": 0,
|
|
"bits": [ 246 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:802.11-802.15"
|
|
}
|
|
},
|
|
"MB23": {
|
|
"hide_name": 0,
|
|
"bits": [ 245 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:801.11-801.15"
|
|
}
|
|
},
|
|
"MB24": {
|
|
"hide_name": 0,
|
|
"bits": [ 244 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:800.11-800.15"
|
|
}
|
|
},
|
|
"MB25": {
|
|
"hide_name": 0,
|
|
"bits": [ 243 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:799.11-799.15"
|
|
}
|
|
},
|
|
"MB26": {
|
|
"hide_name": 0,
|
|
"bits": [ 242 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:798.11-798.15"
|
|
}
|
|
},
|
|
"MB27": {
|
|
"hide_name": 0,
|
|
"bits": [ 241 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:797.11-797.15"
|
|
}
|
|
},
|
|
"MB28": {
|
|
"hide_name": 0,
|
|
"bits": [ 240 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:796.11-796.15"
|
|
}
|
|
},
|
|
"MB29": {
|
|
"hide_name": 0,
|
|
"bits": [ 239 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:795.11-795.15"
|
|
}
|
|
},
|
|
"MB3": {
|
|
"hide_name": 0,
|
|
"bits": [ 265 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:821.11-821.14"
|
|
}
|
|
},
|
|
"MB30": {
|
|
"hide_name": 0,
|
|
"bits": [ 238 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:794.11-794.15"
|
|
}
|
|
},
|
|
"MB31": {
|
|
"hide_name": 0,
|
|
"bits": [ 237 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:793.11-793.15"
|
|
}
|
|
},
|
|
"MB32": {
|
|
"hide_name": 0,
|
|
"bits": [ 236 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:792.11-792.15"
|
|
}
|
|
},
|
|
"MB33": {
|
|
"hide_name": 0,
|
|
"bits": [ 235 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:791.11-791.15"
|
|
}
|
|
},
|
|
"MB34": {
|
|
"hide_name": 0,
|
|
"bits": [ 234 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:790.11-790.15"
|
|
}
|
|
},
|
|
"MB35": {
|
|
"hide_name": 0,
|
|
"bits": [ 233 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:789.11-789.15"
|
|
}
|
|
},
|
|
"MB4": {
|
|
"hide_name": 0,
|
|
"bits": [ 264 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:820.11-820.14"
|
|
}
|
|
},
|
|
"MB5": {
|
|
"hide_name": 0,
|
|
"bits": [ 263 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:819.11-819.14"
|
|
}
|
|
},
|
|
"MB6": {
|
|
"hide_name": 0,
|
|
"bits": [ 262 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:818.11-818.14"
|
|
}
|
|
},
|
|
"MB7": {
|
|
"hide_name": 0,
|
|
"bits": [ 261 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:817.11-817.14"
|
|
}
|
|
},
|
|
"MB8": {
|
|
"hide_name": 0,
|
|
"bits": [ 260 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:816.11-816.14"
|
|
}
|
|
},
|
|
"MB9": {
|
|
"hide_name": 0,
|
|
"bits": [ 259 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:815.11-815.14"
|
|
}
|
|
},
|
|
"OP0": {
|
|
"hide_name": 0,
|
|
"bits": [ 333 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:889.11-889.14"
|
|
}
|
|
},
|
|
"OP1": {
|
|
"hide_name": 0,
|
|
"bits": [ 332 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:888.11-888.14"
|
|
}
|
|
},
|
|
"OP10": {
|
|
"hide_name": 0,
|
|
"bits": [ 323 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:879.11-879.15"
|
|
}
|
|
},
|
|
"OP2": {
|
|
"hide_name": 0,
|
|
"bits": [ 331 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:887.11-887.14"
|
|
}
|
|
},
|
|
"OP3": {
|
|
"hide_name": 0,
|
|
"bits": [ 330 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:886.11-886.14"
|
|
}
|
|
},
|
|
"OP4": {
|
|
"hide_name": 0,
|
|
"bits": [ 329 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:885.11-885.14"
|
|
}
|
|
},
|
|
"OP5": {
|
|
"hide_name": 0,
|
|
"bits": [ 328 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:884.11-884.14"
|
|
}
|
|
},
|
|
"OP6": {
|
|
"hide_name": 0,
|
|
"bits": [ 327 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:883.11-883.14"
|
|
}
|
|
},
|
|
"OP7": {
|
|
"hide_name": 0,
|
|
"bits": [ 326 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:882.11-882.14"
|
|
}
|
|
},
|
|
"OP8": {
|
|
"hide_name": 0,
|
|
"bits": [ 325 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:881.11-881.14"
|
|
}
|
|
},
|
|
"OP9": {
|
|
"hide_name": 0,
|
|
"bits": [ 324 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:880.11-880.14"
|
|
}
|
|
},
|
|
"OVER": {
|
|
"hide_name": 0,
|
|
"bits": [ 447 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1003.12-1003.16"
|
|
}
|
|
},
|
|
"OVERUNDER": {
|
|
"hide_name": 0,
|
|
"bits": [ 449 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1005.12-1005.21"
|
|
}
|
|
},
|
|
"R0": {
|
|
"hide_name": 0,
|
|
"bits": [ 387 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:943.12-943.14"
|
|
}
|
|
},
|
|
"R1": {
|
|
"hide_name": 0,
|
|
"bits": [ 386 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:942.12-942.14"
|
|
}
|
|
},
|
|
"R10": {
|
|
"hide_name": 0,
|
|
"bits": [ 377 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:933.12-933.15"
|
|
}
|
|
},
|
|
"R11": {
|
|
"hide_name": 0,
|
|
"bits": [ 376 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:932.12-932.15"
|
|
}
|
|
},
|
|
"R12": {
|
|
"hide_name": 0,
|
|
"bits": [ 375 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:931.12-931.15"
|
|
}
|
|
},
|
|
"R13": {
|
|
"hide_name": 0,
|
|
"bits": [ 374 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:930.12-930.15"
|
|
}
|
|
},
|
|
"R14": {
|
|
"hide_name": 0,
|
|
"bits": [ 373 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:929.12-929.15"
|
|
}
|
|
},
|
|
"R15": {
|
|
"hide_name": 0,
|
|
"bits": [ 372 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:928.12-928.15"
|
|
}
|
|
},
|
|
"R16": {
|
|
"hide_name": 0,
|
|
"bits": [ 371 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:927.12-927.15"
|
|
}
|
|
},
|
|
"R17": {
|
|
"hide_name": 0,
|
|
"bits": [ 370 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:926.12-926.15"
|
|
}
|
|
},
|
|
"R18": {
|
|
"hide_name": 0,
|
|
"bits": [ 369 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:925.12-925.15"
|
|
}
|
|
},
|
|
"R19": {
|
|
"hide_name": 0,
|
|
"bits": [ 368 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:924.12-924.15"
|
|
}
|
|
},
|
|
"R2": {
|
|
"hide_name": 0,
|
|
"bits": [ 385 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:941.12-941.14"
|
|
}
|
|
},
|
|
"R20": {
|
|
"hide_name": 0,
|
|
"bits": [ 367 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:923.12-923.15"
|
|
}
|
|
},
|
|
"R21": {
|
|
"hide_name": 0,
|
|
"bits": [ 366 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:922.12-922.15"
|
|
}
|
|
},
|
|
"R22": {
|
|
"hide_name": 0,
|
|
"bits": [ 365 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:921.12-921.15"
|
|
}
|
|
},
|
|
"R23": {
|
|
"hide_name": 0,
|
|
"bits": [ 364 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:920.12-920.15"
|
|
}
|
|
},
|
|
"R24": {
|
|
"hide_name": 0,
|
|
"bits": [ 363 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:919.12-919.15"
|
|
}
|
|
},
|
|
"R25": {
|
|
"hide_name": 0,
|
|
"bits": [ 362 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:918.12-918.15"
|
|
}
|
|
},
|
|
"R26": {
|
|
"hide_name": 0,
|
|
"bits": [ 361 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:917.12-917.15"
|
|
}
|
|
},
|
|
"R27": {
|
|
"hide_name": 0,
|
|
"bits": [ 360 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:916.12-916.15"
|
|
}
|
|
},
|
|
"R28": {
|
|
"hide_name": 0,
|
|
"bits": [ 359 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:915.12-915.15"
|
|
}
|
|
},
|
|
"R29": {
|
|
"hide_name": 0,
|
|
"bits": [ 358 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:914.12-914.15"
|
|
}
|
|
},
|
|
"R3": {
|
|
"hide_name": 0,
|
|
"bits": [ 384 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:940.12-940.14"
|
|
}
|
|
},
|
|
"R30": {
|
|
"hide_name": 0,
|
|
"bits": [ 357 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:913.12-913.15"
|
|
}
|
|
},
|
|
"R31": {
|
|
"hide_name": 0,
|
|
"bits": [ 356 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:912.12-912.15"
|
|
}
|
|
},
|
|
"R32": {
|
|
"hide_name": 0,
|
|
"bits": [ 355 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:911.12-911.15"
|
|
}
|
|
},
|
|
"R33": {
|
|
"hide_name": 0,
|
|
"bits": [ 354 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:910.12-910.15"
|
|
}
|
|
},
|
|
"R34": {
|
|
"hide_name": 0,
|
|
"bits": [ 353 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:909.12-909.15"
|
|
}
|
|
},
|
|
"R35": {
|
|
"hide_name": 0,
|
|
"bits": [ 352 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:908.12-908.15"
|
|
}
|
|
},
|
|
"R36": {
|
|
"hide_name": 0,
|
|
"bits": [ 351 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:907.12-907.15"
|
|
}
|
|
},
|
|
"R37": {
|
|
"hide_name": 0,
|
|
"bits": [ 350 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:906.12-906.15"
|
|
}
|
|
},
|
|
"R38": {
|
|
"hide_name": 0,
|
|
"bits": [ 349 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:905.12-905.15"
|
|
}
|
|
},
|
|
"R39": {
|
|
"hide_name": 0,
|
|
"bits": [ 348 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:904.12-904.15"
|
|
}
|
|
},
|
|
"R4": {
|
|
"hide_name": 0,
|
|
"bits": [ 383 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:939.12-939.14"
|
|
}
|
|
},
|
|
"R40": {
|
|
"hide_name": 0,
|
|
"bits": [ 347 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:903.12-903.15"
|
|
}
|
|
},
|
|
"R41": {
|
|
"hide_name": 0,
|
|
"bits": [ 346 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:902.12-902.15"
|
|
}
|
|
},
|
|
"R42": {
|
|
"hide_name": 0,
|
|
"bits": [ 345 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:901.12-901.15"
|
|
}
|
|
},
|
|
"R43": {
|
|
"hide_name": 0,
|
|
"bits": [ 344 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:900.12-900.15"
|
|
}
|
|
},
|
|
"R44": {
|
|
"hide_name": 0,
|
|
"bits": [ 343 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:899.12-899.15"
|
|
}
|
|
},
|
|
"R45": {
|
|
"hide_name": 0,
|
|
"bits": [ 342 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:898.12-898.15"
|
|
}
|
|
},
|
|
"R46": {
|
|
"hide_name": 0,
|
|
"bits": [ 341 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:897.12-897.15"
|
|
}
|
|
},
|
|
"R47": {
|
|
"hide_name": 0,
|
|
"bits": [ 340 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:896.12-896.15"
|
|
}
|
|
},
|
|
"R48": {
|
|
"hide_name": 0,
|
|
"bits": [ 339 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:895.12-895.15"
|
|
}
|
|
},
|
|
"R49": {
|
|
"hide_name": 0,
|
|
"bits": [ 338 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:894.12-894.15"
|
|
}
|
|
},
|
|
"R5": {
|
|
"hide_name": 0,
|
|
"bits": [ 382 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:938.12-938.14"
|
|
}
|
|
},
|
|
"R50": {
|
|
"hide_name": 0,
|
|
"bits": [ 337 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:893.12-893.15"
|
|
}
|
|
},
|
|
"R51": {
|
|
"hide_name": 0,
|
|
"bits": [ 336 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:892.12-892.15"
|
|
}
|
|
},
|
|
"R52": {
|
|
"hide_name": 0,
|
|
"bits": [ 335 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:891.12-891.15"
|
|
}
|
|
},
|
|
"R53": {
|
|
"hide_name": 0,
|
|
"bits": [ 334 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:890.12-890.15"
|
|
}
|
|
},
|
|
"R6": {
|
|
"hide_name": 0,
|
|
"bits": [ 381 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:937.12-937.14"
|
|
}
|
|
},
|
|
"R7": {
|
|
"hide_name": 0,
|
|
"bits": [ 380 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:936.12-936.14"
|
|
}
|
|
},
|
|
"R8": {
|
|
"hide_name": 0,
|
|
"bits": [ 379 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:935.12-935.14"
|
|
}
|
|
},
|
|
"R9": {
|
|
"hide_name": 0,
|
|
"bits": [ 378 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:934.12-934.14"
|
|
}
|
|
},
|
|
"RST0": {
|
|
"hide_name": 0,
|
|
"bits": [ 13 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:569.11-569.15"
|
|
}
|
|
},
|
|
"RST1": {
|
|
"hide_name": 0,
|
|
"bits": [ 12 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:568.11-568.15"
|
|
}
|
|
},
|
|
"RST2": {
|
|
"hide_name": 0,
|
|
"bits": [ 11 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:567.11-567.15"
|
|
}
|
|
},
|
|
"RST3": {
|
|
"hide_name": 0,
|
|
"bits": [ 10 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:566.11-566.15"
|
|
}
|
|
},
|
|
"SIGNEDCIN": {
|
|
"hide_name": 0,
|
|
"bits": [ 16 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:572.11-572.20"
|
|
}
|
|
},
|
|
"SIGNEDIA": {
|
|
"hide_name": 0,
|
|
"bits": [ 14 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:570.11-570.19"
|
|
}
|
|
},
|
|
"SIGNEDIB": {
|
|
"hide_name": 0,
|
|
"bits": [ 15 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:571.11-571.19"
|
|
}
|
|
},
|
|
"SIGNEDR": {
|
|
"hide_name": 0,
|
|
"bits": [ 450 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1006.12-1006.19"
|
|
}
|
|
},
|
|
"UNDER": {
|
|
"hide_name": 0,
|
|
"bits": [ 448 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1004.12-1004.17"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"BB": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:10.1-10.179"
|
|
},
|
|
"ports": {
|
|
"I": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"T": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"O": {
|
|
"direction": "output",
|
|
"bits": [ 4 ]
|
|
},
|
|
"B": {
|
|
"direction": "inout",
|
|
"bits": [ 5 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"B": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"iopad_external_pin": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:10.68-10.69"
|
|
}
|
|
},
|
|
"I": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:10.20-10.21"
|
|
}
|
|
},
|
|
"O": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:10.34-10.35"
|
|
}
|
|
},
|
|
"T": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:10.23-10.24"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"BBPD": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:12.1-12.179"
|
|
},
|
|
"ports": {
|
|
"I": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"T": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"O": {
|
|
"direction": "output",
|
|
"bits": [ 4 ]
|
|
},
|
|
"B": {
|
|
"direction": "inout",
|
|
"bits": [ 5 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"B": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"iopad_external_pin": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:12.68-12.69"
|
|
}
|
|
},
|
|
"I": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:12.20-12.21"
|
|
}
|
|
},
|
|
"O": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:12.34-12.35"
|
|
}
|
|
},
|
|
"T": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:12.23-12.24"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"BBPU": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:11.1-11.179"
|
|
},
|
|
"ports": {
|
|
"I": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"T": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"O": {
|
|
"direction": "output",
|
|
"bits": [ 4 ]
|
|
},
|
|
"B": {
|
|
"direction": "inout",
|
|
"bits": [ 5 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"B": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"iopad_external_pin": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:11.68-11.69"
|
|
}
|
|
},
|
|
"I": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:11.20-11.21"
|
|
}
|
|
},
|
|
"O": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:11.34-11.35"
|
|
}
|
|
},
|
|
"T": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:11.23-11.24"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"CCU2C": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"abc9_box": "00000000000000000000000000000001",
|
|
"abc9_box_id": "00000000000000000000000000000101",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:3.1-61.10"
|
|
},
|
|
"parameter_default_values": {
|
|
"INIT0": "0000000000000000",
|
|
"INIT1": "0000000000000000",
|
|
"INJECT1_0": "YES",
|
|
"INJECT1_1": "YES"
|
|
},
|
|
"ports": {
|
|
"CIN": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"A0": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"B0": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"C0": {
|
|
"direction": "input",
|
|
"bits": [ 5 ]
|
|
},
|
|
"D0": {
|
|
"direction": "input",
|
|
"bits": [ 6 ]
|
|
},
|
|
"A1": {
|
|
"direction": "input",
|
|
"bits": [ 7 ]
|
|
},
|
|
"B1": {
|
|
"direction": "input",
|
|
"bits": [ 8 ]
|
|
},
|
|
"C1": {
|
|
"direction": "input",
|
|
"bits": [ 9 ]
|
|
},
|
|
"D1": {
|
|
"direction": "input",
|
|
"bits": [ 10 ]
|
|
},
|
|
"S0": {
|
|
"direction": "output",
|
|
"bits": [ 11 ]
|
|
},
|
|
"S1": {
|
|
"direction": "output",
|
|
"bits": [ 12 ]
|
|
},
|
|
"COUT": {
|
|
"direction": "output",
|
|
"bits": [ 13 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"A0": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:6.9-6.11"
|
|
}
|
|
},
|
|
"A1": {
|
|
"hide_name": 0,
|
|
"bits": [ 7 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:6.25-6.27"
|
|
}
|
|
},
|
|
"B0": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:6.13-6.15"
|
|
}
|
|
},
|
|
"B1": {
|
|
"hide_name": 0,
|
|
"bits": [ 8 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:6.29-6.31"
|
|
}
|
|
},
|
|
"C0": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:6.17-6.19"
|
|
}
|
|
},
|
|
"C1": {
|
|
"hide_name": 0,
|
|
"bits": [ 9 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:6.33-6.35"
|
|
}
|
|
},
|
|
"CIN": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:5.9-5.12"
|
|
}
|
|
},
|
|
"COUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 13 ],
|
|
"attributes": {
|
|
"abc9_carry": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:9.9-9.13"
|
|
}
|
|
},
|
|
"D0": {
|
|
"hide_name": 0,
|
|
"bits": [ 6 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:6.21-6.23"
|
|
}
|
|
},
|
|
"D1": {
|
|
"hide_name": 0,
|
|
"bits": [ 10 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:6.37-6.39"
|
|
}
|
|
},
|
|
"S0": {
|
|
"hide_name": 0,
|
|
"bits": [ 11 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:7.9-7.11"
|
|
}
|
|
},
|
|
"S1": {
|
|
"hide_name": 0,
|
|
"bits": [ 12 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/ccu2c_sim.vh:7.13-7.15"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"CLKDIVF": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1010.1-1017.10"
|
|
},
|
|
"parameter_default_values": {
|
|
"DIV": "2.0",
|
|
"GSR": "DISABLED"
|
|
},
|
|
"ports": {
|
|
"CLKI": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"RST": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"ALIGNWD": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"CDIVX": {
|
|
"direction": "output",
|
|
"bits": [ 5 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"ALIGNWD": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1015.11-1015.18"
|
|
}
|
|
},
|
|
"CDIVX": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1016.12-1016.17"
|
|
}
|
|
},
|
|
"CLKI": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1013.11-1013.15"
|
|
}
|
|
},
|
|
"RST": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1014.11-1014.14"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DCCA": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1043.1-1047.10"
|
|
},
|
|
"ports": {
|
|
"CLKI": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"CE": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"CLKO": {
|
|
"direction": "output",
|
|
"bits": [ 4 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"CE": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1045.11-1045.13"
|
|
}
|
|
},
|
|
"CLKI": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1044.11-1044.15"
|
|
}
|
|
},
|
|
"CLKO": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1046.12-1046.16"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DCSC": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1032.1-1040.10"
|
|
},
|
|
"parameter_default_values": {
|
|
"DCSMODE": "POS"
|
|
},
|
|
"ports": {
|
|
"CLK1": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"CLK0": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"SEL1": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"SEL0": {
|
|
"direction": "input",
|
|
"bits": [ 5 ]
|
|
},
|
|
"MODESEL": {
|
|
"direction": "input",
|
|
"bits": [ 6 ]
|
|
},
|
|
"DCSOUT": {
|
|
"direction": "output",
|
|
"bits": [ 7 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"CLK0": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1035.11-1035.15"
|
|
}
|
|
},
|
|
"CLK1": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1034.11-1034.15"
|
|
}
|
|
},
|
|
"DCSOUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 7 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1039.12-1039.18"
|
|
}
|
|
},
|
|
"MODESEL": {
|
|
"hide_name": 0,
|
|
"bits": [ 6 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1038.11-1038.18"
|
|
}
|
|
},
|
|
"SEL0": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1037.11-1037.15"
|
|
}
|
|
},
|
|
"SEL1": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1036.11-1036.15"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DCUA": {
|
|
"attributes": {
|
|
"keep": "00000000000000000000000000000001",
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1456.1-2032.10"
|
|
},
|
|
"parameter_default_values": {
|
|
"CH0_AUTO_CALIB_EN": "DONTCARE",
|
|
"CH0_AUTO_FACQ_EN": "DONTCARE",
|
|
"CH0_BAND_THRESHOLD": "DONTCARE",
|
|
"CH0_CALIB_CK_MODE": "DONTCARE",
|
|
"CH0_CC_MATCH_1": "DONTCARE",
|
|
"CH0_CC_MATCH_2": "DONTCARE",
|
|
"CH0_CC_MATCH_3": "DONTCARE",
|
|
"CH0_CC_MATCH_4": "DONTCARE",
|
|
"CH0_CDR_CNT4SEL": "DONTCARE",
|
|
"CH0_CDR_CNT8SEL": "DONTCARE",
|
|
"CH0_CDR_MAX_RATE": "DONTCARE",
|
|
"CH0_CTC_BYPASS": "DONTCARE",
|
|
"CH0_DCOATDCFG": "DONTCARE",
|
|
"CH0_DCOATDDLY": "DONTCARE",
|
|
"CH0_DCOBYPSATD": "DONTCARE",
|
|
"CH0_DCOCALDIV": "DONTCARE",
|
|
"CH0_DCOCTLGI": "DONTCARE",
|
|
"CH0_DCODISBDAVOID": "DONTCARE",
|
|
"CH0_DCOFLTDAC": "DONTCARE",
|
|
"CH0_DCOFTNRG": "DONTCARE",
|
|
"CH0_DCOIOSTUNE": "DONTCARE",
|
|
"CH0_DCOITUNE": "DONTCARE",
|
|
"CH0_DCOITUNE4LSB": "DONTCARE",
|
|
"CH0_DCOIUPDNX2": "DONTCARE",
|
|
"CH0_DCONUOFLSB": "DONTCARE",
|
|
"CH0_DCOSCALEI": "DONTCARE",
|
|
"CH0_DCOSTARTVAL": "DONTCARE",
|
|
"CH0_DCOSTEP": "DONTCARE",
|
|
"CH0_DEC_BYPASS": "DONTCARE",
|
|
"CH0_ENABLE_CG_ALIGN": "DONTCARE",
|
|
"CH0_ENC_BYPASS": "DONTCARE",
|
|
"CH0_FF_RX_F_CLK_DIS": "DONTCARE",
|
|
"CH0_FF_RX_H_CLK_EN": "DONTCARE",
|
|
"CH0_FF_TX_F_CLK_DIS": "DONTCARE",
|
|
"CH0_FF_TX_H_CLK_EN": "DONTCARE",
|
|
"CH0_GE_AN_ENABLE": "DONTCARE",
|
|
"CH0_INVERT_RX": "DONTCARE",
|
|
"CH0_INVERT_TX": "DONTCARE",
|
|
"CH0_LDR_CORE2TX_SEL": "DONTCARE",
|
|
"CH0_LDR_RX2CORE_SEL": "DONTCARE",
|
|
"CH0_LEQ_OFFSET_SEL": "DONTCARE",
|
|
"CH0_LEQ_OFFSET_TRIM": "DONTCARE",
|
|
"CH0_LSM_DISABLE": "DONTCARE",
|
|
"CH0_MATCH_2_ENABLE": "DONTCARE",
|
|
"CH0_MATCH_4_ENABLE": "DONTCARE",
|
|
"CH0_MIN_IPG_CNT": "DONTCARE",
|
|
"CH0_PCIE_EI_EN": "DONTCARE",
|
|
"CH0_PCIE_MODE": "DONTCARE",
|
|
"CH0_PCS_DET_TIME_SEL": "DONTCARE",
|
|
"CH0_PDEN_SEL": "DONTCARE",
|
|
"CH0_PRBS_ENABLE": "DONTCARE",
|
|
"CH0_PRBS_LOCK": "DONTCARE",
|
|
"CH0_PRBS_SELECTION": "DONTCARE",
|
|
"CH0_PROTOCOL": "DONTCARE",
|
|
"CH0_RATE_MODE_RX": "DONTCARE",
|
|
"CH0_RATE_MODE_TX": "DONTCARE",
|
|
"CH0_RCV_DCC_EN": "DONTCARE",
|
|
"CH0_REG_BAND_OFFSET": "DONTCARE",
|
|
"CH0_REG_BAND_SEL": "DONTCARE",
|
|
"CH0_REG_IDAC_EN": "DONTCARE",
|
|
"CH0_REG_IDAC_SEL": "DONTCARE",
|
|
"CH0_REQ_EN": "DONTCARE",
|
|
"CH0_REQ_LVL_SET": "DONTCARE",
|
|
"CH0_RIO_MODE": "DONTCARE",
|
|
"CH0_RLOS_SEL": "DONTCARE",
|
|
"CH0_RPWDNB": "DONTCARE",
|
|
"CH0_RTERM_RX": "DONTCARE",
|
|
"CH0_RTERM_TX": "DONTCARE",
|
|
"CH0_RXIN_CM": "DONTCARE",
|
|
"CH0_RXTERM_CM": "DONTCARE",
|
|
"CH0_RX_DCO_CK_DIV": "DONTCARE",
|
|
"CH0_RX_DIV11_SEL": "DONTCARE",
|
|
"CH0_RX_GEAR_BYPASS": "DONTCARE",
|
|
"CH0_RX_GEAR_MODE": "DONTCARE",
|
|
"CH0_RX_LOS_CEQ": "DONTCARE",
|
|
"CH0_RX_LOS_EN": "DONTCARE",
|
|
"CH0_RX_LOS_HYST_EN": "DONTCARE",
|
|
"CH0_RX_LOS_LVL": "DONTCARE",
|
|
"CH0_RX_RATE_SEL": "DONTCARE",
|
|
"CH0_RX_SB_BYPASS": "DONTCARE",
|
|
"CH0_SB_BYPASS": "DONTCARE",
|
|
"CH0_SEL_SD_RX_CLK": "DONTCARE",
|
|
"CH0_TDRV_DAT_SEL": "DONTCARE",
|
|
"CH0_TDRV_POST_EN": "DONTCARE",
|
|
"CH0_TDRV_PRE_EN": "DONTCARE",
|
|
"CH0_TDRV_SLICE0_CUR": "DONTCARE",
|
|
"CH0_TDRV_SLICE0_SEL": "DONTCARE",
|
|
"CH0_TDRV_SLICE1_CUR": "DONTCARE",
|
|
"CH0_TDRV_SLICE1_SEL": "DONTCARE",
|
|
"CH0_TDRV_SLICE2_CUR": "DONTCARE",
|
|
"CH0_TDRV_SLICE2_SEL": "DONTCARE",
|
|
"CH0_TDRV_SLICE3_CUR": "DONTCARE",
|
|
"CH0_TDRV_SLICE3_SEL": "DONTCARE",
|
|
"CH0_TDRV_SLICE4_CUR": "DONTCARE",
|
|
"CH0_TDRV_SLICE4_SEL": "DONTCARE",
|
|
"CH0_TDRV_SLICE5_CUR": "DONTCARE",
|
|
"CH0_TDRV_SLICE5_SEL": "DONTCARE",
|
|
"CH0_TPWDNB": "DONTCARE",
|
|
"CH0_TXAMPLITUDE": "DONTCARE",
|
|
"CH0_TXDEPOST": "DONTCARE",
|
|
"CH0_TXDEPRE": "DONTCARE",
|
|
"CH0_TX_CM_SEL": "DONTCARE",
|
|
"CH0_TX_DIV11_SEL": "DONTCARE",
|
|
"CH0_TX_GEAR_BYPASS": "DONTCARE",
|
|
"CH0_TX_GEAR_MODE": "DONTCARE",
|
|
"CH0_TX_POST_SIGN": "DONTCARE",
|
|
"CH0_TX_PRE_SIGN": "DONTCARE",
|
|
"CH0_UC_MODE": "DONTCARE",
|
|
"CH0_UDF_COMMA_A": "DONTCARE",
|
|
"CH0_UDF_COMMA_B": "DONTCARE",
|
|
"CH0_UDF_COMMA_MASK": "DONTCARE",
|
|
"CH0_WA_BYPASS": "DONTCARE",
|
|
"CH0_WA_MODE": "DONTCARE",
|
|
"CH1_AUTO_CALIB_EN": "DONTCARE",
|
|
"CH1_AUTO_FACQ_EN": "DONTCARE",
|
|
"CH1_BAND_THRESHOLD": "DONTCARE",
|
|
"CH1_CALIB_CK_MODE": "DONTCARE",
|
|
"CH1_CC_MATCH_1": "DONTCARE",
|
|
"CH1_CC_MATCH_2": "DONTCARE",
|
|
"CH1_CC_MATCH_3": "DONTCARE",
|
|
"CH1_CC_MATCH_4": "DONTCARE",
|
|
"CH1_CDR_CNT4SEL": "DONTCARE",
|
|
"CH1_CDR_CNT8SEL": "DONTCARE",
|
|
"CH1_CDR_MAX_RATE": "DONTCARE",
|
|
"CH1_CTC_BYPASS": "DONTCARE",
|
|
"CH1_DCOATDCFG": "DONTCARE",
|
|
"CH1_DCOATDDLY": "DONTCARE",
|
|
"CH1_DCOBYPSATD": "DONTCARE",
|
|
"CH1_DCOCALDIV": "DONTCARE",
|
|
"CH1_DCOCTLGI": "DONTCARE",
|
|
"CH1_DCODISBDAVOID": "DONTCARE",
|
|
"CH1_DCOFLTDAC": "DONTCARE",
|
|
"CH1_DCOFTNRG": "DONTCARE",
|
|
"CH1_DCOIOSTUNE": "DONTCARE",
|
|
"CH1_DCOITUNE": "DONTCARE",
|
|
"CH1_DCOITUNE4LSB": "DONTCARE",
|
|
"CH1_DCOIUPDNX2": "DONTCARE",
|
|
"CH1_DCONUOFLSB": "DONTCARE",
|
|
"CH1_DCOSCALEI": "DONTCARE",
|
|
"CH1_DCOSTARTVAL": "DONTCARE",
|
|
"CH1_DCOSTEP": "DONTCARE",
|
|
"CH1_DEC_BYPASS": "DONTCARE",
|
|
"CH1_ENABLE_CG_ALIGN": "DONTCARE",
|
|
"CH1_ENC_BYPASS": "DONTCARE",
|
|
"CH1_FF_RX_F_CLK_DIS": "DONTCARE",
|
|
"CH1_FF_RX_H_CLK_EN": "DONTCARE",
|
|
"CH1_FF_TX_F_CLK_DIS": "DONTCARE",
|
|
"CH1_FF_TX_H_CLK_EN": "DONTCARE",
|
|
"CH1_GE_AN_ENABLE": "DONTCARE",
|
|
"CH1_INVERT_RX": "DONTCARE",
|
|
"CH1_INVERT_TX": "DONTCARE",
|
|
"CH1_LDR_CORE2TX_SEL": "DONTCARE",
|
|
"CH1_LDR_RX2CORE_SEL": "DONTCARE",
|
|
"CH1_LEQ_OFFSET_SEL": "DONTCARE",
|
|
"CH1_LEQ_OFFSET_TRIM": "DONTCARE",
|
|
"CH1_LSM_DISABLE": "DONTCARE",
|
|
"CH1_MATCH_2_ENABLE": "DONTCARE",
|
|
"CH1_MATCH_4_ENABLE": "DONTCARE",
|
|
"CH1_MIN_IPG_CNT": "DONTCARE",
|
|
"CH1_PCIE_EI_EN": "DONTCARE",
|
|
"CH1_PCIE_MODE": "DONTCARE",
|
|
"CH1_PCS_DET_TIME_SEL": "DONTCARE",
|
|
"CH1_PDEN_SEL": "DONTCARE",
|
|
"CH1_PRBS_ENABLE": "DONTCARE",
|
|
"CH1_PRBS_LOCK": "DONTCARE",
|
|
"CH1_PRBS_SELECTION": "DONTCARE",
|
|
"CH1_PROTOCOL": "DONTCARE",
|
|
"CH1_RATE_MODE_RX": "DONTCARE",
|
|
"CH1_RATE_MODE_TX": "DONTCARE",
|
|
"CH1_RCV_DCC_EN": "DONTCARE",
|
|
"CH1_REG_BAND_OFFSET": "DONTCARE",
|
|
"CH1_REG_BAND_SEL": "DONTCARE",
|
|
"CH1_REG_IDAC_EN": "DONTCARE",
|
|
"CH1_REG_IDAC_SEL": "DONTCARE",
|
|
"CH1_REQ_EN": "DONTCARE",
|
|
"CH1_REQ_LVL_SET": "DONTCARE",
|
|
"CH1_RIO_MODE": "DONTCARE",
|
|
"CH1_RLOS_SEL": "DONTCARE",
|
|
"CH1_RPWDNB": "DONTCARE",
|
|
"CH1_RTERM_RX": "DONTCARE",
|
|
"CH1_RTERM_TX": "DONTCARE",
|
|
"CH1_RXIN_CM": "DONTCARE",
|
|
"CH1_RXTERM_CM": "DONTCARE",
|
|
"CH1_RX_DCO_CK_DIV": "DONTCARE",
|
|
"CH1_RX_DIV11_SEL": "DONTCARE",
|
|
"CH1_RX_GEAR_BYPASS": "DONTCARE",
|
|
"CH1_RX_GEAR_MODE": "DONTCARE",
|
|
"CH1_RX_LOS_CEQ": "DONTCARE",
|
|
"CH1_RX_LOS_EN": "DONTCARE",
|
|
"CH1_RX_LOS_HYST_EN": "DONTCARE",
|
|
"CH1_RX_LOS_LVL": "DONTCARE",
|
|
"CH1_RX_RATE_SEL": "DONTCARE",
|
|
"CH1_RX_SB_BYPASS": "DONTCARE",
|
|
"CH1_SB_BYPASS": "DONTCARE",
|
|
"CH1_SEL_SD_RX_CLK": "DONTCARE",
|
|
"CH1_TDRV_DAT_SEL": "DONTCARE",
|
|
"CH1_TDRV_POST_EN": "DONTCARE",
|
|
"CH1_TDRV_PRE_EN": "DONTCARE",
|
|
"CH1_TDRV_SLICE0_CUR": "DONTCARE",
|
|
"CH1_TDRV_SLICE0_SEL": "DONTCARE",
|
|
"CH1_TDRV_SLICE1_CUR": "DONTCARE",
|
|
"CH1_TDRV_SLICE1_SEL": "DONTCARE",
|
|
"CH1_TDRV_SLICE2_CUR": "DONTCARE",
|
|
"CH1_TDRV_SLICE2_SEL": "DONTCARE",
|
|
"CH1_TDRV_SLICE3_CUR": "DONTCARE",
|
|
"CH1_TDRV_SLICE3_SEL": "DONTCARE",
|
|
"CH1_TDRV_SLICE4_CUR": "DONTCARE",
|
|
"CH1_TDRV_SLICE4_SEL": "DONTCARE",
|
|
"CH1_TDRV_SLICE5_CUR": "DONTCARE",
|
|
"CH1_TDRV_SLICE5_SEL": "DONTCARE",
|
|
"CH1_TPWDNB": "DONTCARE",
|
|
"CH1_TXAMPLITUDE": "DONTCARE",
|
|
"CH1_TXDEPOST": "DONTCARE",
|
|
"CH1_TXDEPRE": "DONTCARE",
|
|
"CH1_TX_CM_SEL": "DONTCARE",
|
|
"CH1_TX_DIV11_SEL": "DONTCARE",
|
|
"CH1_TX_GEAR_BYPASS": "DONTCARE",
|
|
"CH1_TX_GEAR_MODE": "DONTCARE",
|
|
"CH1_TX_POST_SIGN": "DONTCARE",
|
|
"CH1_TX_PRE_SIGN": "DONTCARE",
|
|
"CH1_UC_MODE": "DONTCARE",
|
|
"CH1_UDF_COMMA_A": "DONTCARE",
|
|
"CH1_UDF_COMMA_B": "DONTCARE",
|
|
"CH1_UDF_COMMA_MASK": "DONTCARE",
|
|
"CH1_WA_BYPASS": "DONTCARE",
|
|
"CH1_WA_MODE": "DONTCARE",
|
|
"D_BITCLK_FROM_ND_EN": "DONTCARE",
|
|
"D_BITCLK_LOCAL_EN": "DONTCARE",
|
|
"D_BITCLK_ND_EN": "DONTCARE",
|
|
"D_BUS8BIT_SEL": "DONTCARE",
|
|
"D_CDR_LOL_SET": "DONTCARE",
|
|
"D_CMUSETBIASI": "DONTCARE",
|
|
"D_CMUSETI4CPP": "DONTCARE",
|
|
"D_CMUSETI4CPZ": "DONTCARE",
|
|
"D_CMUSETI4VCO": "DONTCARE",
|
|
"D_CMUSETICP4P": "DONTCARE",
|
|
"D_CMUSETICP4Z": "DONTCARE",
|
|
"D_CMUSETINITVCT": "DONTCARE",
|
|
"D_CMUSETISCL4VCO": "DONTCARE",
|
|
"D_CMUSETP1GM": "DONTCARE",
|
|
"D_CMUSETP2AGM": "DONTCARE",
|
|
"D_CMUSETZGM": "DONTCARE",
|
|
"D_DCO_CALIB_TIME_SEL": "DONTCARE",
|
|
"D_HIGH_MARK": "DONTCARE",
|
|
"D_IB_PWDNB": "DONTCARE",
|
|
"D_ISETLOS": "DONTCARE",
|
|
"D_LOW_MARK": "DONTCARE",
|
|
"D_MACROPDB": "DONTCARE",
|
|
"D_PD_ISET": "DONTCARE",
|
|
"D_PLL_LOL_SET": "DONTCARE",
|
|
"D_REFCK_MODE": "DONTCARE",
|
|
"D_REQ_ISET": "DONTCARE",
|
|
"D_RG_EN": "DONTCARE",
|
|
"D_RG_SET": "DONTCARE",
|
|
"D_SETICONST_AUX": "DONTCARE",
|
|
"D_SETICONST_CH": "DONTCARE",
|
|
"D_SETIRPOLY_AUX": "DONTCARE",
|
|
"D_SETIRPOLY_CH": "DONTCARE",
|
|
"D_SETPLLRC": "DONTCARE",
|
|
"D_SYNC_LOCAL_EN": "DONTCARE",
|
|
"D_SYNC_ND_EN": "DONTCARE",
|
|
"D_TXPLL_PWDNB": "DONTCARE",
|
|
"D_TX_MAX_RATE": "DONTCARE",
|
|
"D_TX_VCO_CK_DIV": "DONTCARE",
|
|
"D_XGE_MODE": "DONTCARE"
|
|
},
|
|
"ports": {
|
|
"CH0_HDINP": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"CH1_HDINP": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"CH0_HDINN": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"CH1_HDINN": {
|
|
"direction": "input",
|
|
"bits": [ 5 ]
|
|
},
|
|
"D_TXBIT_CLKP_FROM_ND": {
|
|
"direction": "input",
|
|
"bits": [ 6 ]
|
|
},
|
|
"D_TXBIT_CLKN_FROM_ND": {
|
|
"direction": "input",
|
|
"bits": [ 7 ]
|
|
},
|
|
"D_SYNC_ND": {
|
|
"direction": "input",
|
|
"bits": [ 8 ]
|
|
},
|
|
"D_TXPLL_LOL_FROM_ND": {
|
|
"direction": "input",
|
|
"bits": [ 9 ]
|
|
},
|
|
"CH0_RX_REFCLK": {
|
|
"direction": "input",
|
|
"bits": [ 10 ]
|
|
},
|
|
"CH1_RX_REFCLK": {
|
|
"direction": "input",
|
|
"bits": [ 11 ]
|
|
},
|
|
"CH0_FF_RXI_CLK": {
|
|
"direction": "input",
|
|
"bits": [ 12 ]
|
|
},
|
|
"CH1_FF_RXI_CLK": {
|
|
"direction": "input",
|
|
"bits": [ 13 ]
|
|
},
|
|
"CH0_FF_TXI_CLK": {
|
|
"direction": "input",
|
|
"bits": [ 14 ]
|
|
},
|
|
"CH1_FF_TXI_CLK": {
|
|
"direction": "input",
|
|
"bits": [ 15 ]
|
|
},
|
|
"CH0_FF_EBRD_CLK": {
|
|
"direction": "input",
|
|
"bits": [ 16 ]
|
|
},
|
|
"CH1_FF_EBRD_CLK": {
|
|
"direction": "input",
|
|
"bits": [ 17 ]
|
|
},
|
|
"CH0_FF_TX_D_0": {
|
|
"direction": "input",
|
|
"bits": [ 18 ]
|
|
},
|
|
"CH1_FF_TX_D_0": {
|
|
"direction": "input",
|
|
"bits": [ 19 ]
|
|
},
|
|
"CH0_FF_TX_D_1": {
|
|
"direction": "input",
|
|
"bits": [ 20 ]
|
|
},
|
|
"CH1_FF_TX_D_1": {
|
|
"direction": "input",
|
|
"bits": [ 21 ]
|
|
},
|
|
"CH0_FF_TX_D_2": {
|
|
"direction": "input",
|
|
"bits": [ 22 ]
|
|
},
|
|
"CH1_FF_TX_D_2": {
|
|
"direction": "input",
|
|
"bits": [ 23 ]
|
|
},
|
|
"CH0_FF_TX_D_3": {
|
|
"direction": "input",
|
|
"bits": [ 24 ]
|
|
},
|
|
"CH1_FF_TX_D_3": {
|
|
"direction": "input",
|
|
"bits": [ 25 ]
|
|
},
|
|
"CH0_FF_TX_D_4": {
|
|
"direction": "input",
|
|
"bits": [ 26 ]
|
|
},
|
|
"CH1_FF_TX_D_4": {
|
|
"direction": "input",
|
|
"bits": [ 27 ]
|
|
},
|
|
"CH0_FF_TX_D_5": {
|
|
"direction": "input",
|
|
"bits": [ 28 ]
|
|
},
|
|
"CH1_FF_TX_D_5": {
|
|
"direction": "input",
|
|
"bits": [ 29 ]
|
|
},
|
|
"CH0_FF_TX_D_6": {
|
|
"direction": "input",
|
|
"bits": [ 30 ]
|
|
},
|
|
"CH1_FF_TX_D_6": {
|
|
"direction": "input",
|
|
"bits": [ 31 ]
|
|
},
|
|
"CH0_FF_TX_D_7": {
|
|
"direction": "input",
|
|
"bits": [ 32 ]
|
|
},
|
|
"CH1_FF_TX_D_7": {
|
|
"direction": "input",
|
|
"bits": [ 33 ]
|
|
},
|
|
"CH0_FF_TX_D_8": {
|
|
"direction": "input",
|
|
"bits": [ 34 ]
|
|
},
|
|
"CH1_FF_TX_D_8": {
|
|
"direction": "input",
|
|
"bits": [ 35 ]
|
|
},
|
|
"CH0_FF_TX_D_9": {
|
|
"direction": "input",
|
|
"bits": [ 36 ]
|
|
},
|
|
"CH1_FF_TX_D_9": {
|
|
"direction": "input",
|
|
"bits": [ 37 ]
|
|
},
|
|
"CH0_FF_TX_D_10": {
|
|
"direction": "input",
|
|
"bits": [ 38 ]
|
|
},
|
|
"CH1_FF_TX_D_10": {
|
|
"direction": "input",
|
|
"bits": [ 39 ]
|
|
},
|
|
"CH0_FF_TX_D_11": {
|
|
"direction": "input",
|
|
"bits": [ 40 ]
|
|
},
|
|
"CH1_FF_TX_D_11": {
|
|
"direction": "input",
|
|
"bits": [ 41 ]
|
|
},
|
|
"CH0_FF_TX_D_12": {
|
|
"direction": "input",
|
|
"bits": [ 42 ]
|
|
},
|
|
"CH1_FF_TX_D_12": {
|
|
"direction": "input",
|
|
"bits": [ 43 ]
|
|
},
|
|
"CH0_FF_TX_D_13": {
|
|
"direction": "input",
|
|
"bits": [ 44 ]
|
|
},
|
|
"CH1_FF_TX_D_13": {
|
|
"direction": "input",
|
|
"bits": [ 45 ]
|
|
},
|
|
"CH0_FF_TX_D_14": {
|
|
"direction": "input",
|
|
"bits": [ 46 ]
|
|
},
|
|
"CH1_FF_TX_D_14": {
|
|
"direction": "input",
|
|
"bits": [ 47 ]
|
|
},
|
|
"CH0_FF_TX_D_15": {
|
|
"direction": "input",
|
|
"bits": [ 48 ]
|
|
},
|
|
"CH1_FF_TX_D_15": {
|
|
"direction": "input",
|
|
"bits": [ 49 ]
|
|
},
|
|
"CH0_FF_TX_D_16": {
|
|
"direction": "input",
|
|
"bits": [ 50 ]
|
|
},
|
|
"CH1_FF_TX_D_16": {
|
|
"direction": "input",
|
|
"bits": [ 51 ]
|
|
},
|
|
"CH0_FF_TX_D_17": {
|
|
"direction": "input",
|
|
"bits": [ 52 ]
|
|
},
|
|
"CH1_FF_TX_D_17": {
|
|
"direction": "input",
|
|
"bits": [ 53 ]
|
|
},
|
|
"CH0_FF_TX_D_18": {
|
|
"direction": "input",
|
|
"bits": [ 54 ]
|
|
},
|
|
"CH1_FF_TX_D_18": {
|
|
"direction": "input",
|
|
"bits": [ 55 ]
|
|
},
|
|
"CH0_FF_TX_D_19": {
|
|
"direction": "input",
|
|
"bits": [ 56 ]
|
|
},
|
|
"CH1_FF_TX_D_19": {
|
|
"direction": "input",
|
|
"bits": [ 57 ]
|
|
},
|
|
"CH0_FF_TX_D_20": {
|
|
"direction": "input",
|
|
"bits": [ 58 ]
|
|
},
|
|
"CH1_FF_TX_D_20": {
|
|
"direction": "input",
|
|
"bits": [ 59 ]
|
|
},
|
|
"CH0_FF_TX_D_21": {
|
|
"direction": "input",
|
|
"bits": [ 60 ]
|
|
},
|
|
"CH1_FF_TX_D_21": {
|
|
"direction": "input",
|
|
"bits": [ 61 ]
|
|
},
|
|
"CH0_FF_TX_D_22": {
|
|
"direction": "input",
|
|
"bits": [ 62 ]
|
|
},
|
|
"CH1_FF_TX_D_22": {
|
|
"direction": "input",
|
|
"bits": [ 63 ]
|
|
},
|
|
"CH0_FF_TX_D_23": {
|
|
"direction": "input",
|
|
"bits": [ 64 ]
|
|
},
|
|
"CH1_FF_TX_D_23": {
|
|
"direction": "input",
|
|
"bits": [ 65 ]
|
|
},
|
|
"CH0_FFC_EI_EN": {
|
|
"direction": "input",
|
|
"bits": [ 66 ]
|
|
},
|
|
"CH1_FFC_EI_EN": {
|
|
"direction": "input",
|
|
"bits": [ 67 ]
|
|
},
|
|
"CH0_FFC_PCIE_DET_EN": {
|
|
"direction": "input",
|
|
"bits": [ 68 ]
|
|
},
|
|
"CH1_FFC_PCIE_DET_EN": {
|
|
"direction": "input",
|
|
"bits": [ 69 ]
|
|
},
|
|
"CH0_FFC_PCIE_CT": {
|
|
"direction": "input",
|
|
"bits": [ 70 ]
|
|
},
|
|
"CH1_FFC_PCIE_CT": {
|
|
"direction": "input",
|
|
"bits": [ 71 ]
|
|
},
|
|
"CH0_FFC_SB_INV_RX": {
|
|
"direction": "input",
|
|
"bits": [ 72 ]
|
|
},
|
|
"CH1_FFC_SB_INV_RX": {
|
|
"direction": "input",
|
|
"bits": [ 73 ]
|
|
},
|
|
"CH0_FFC_ENABLE_CGALIGN": {
|
|
"direction": "input",
|
|
"bits": [ 74 ]
|
|
},
|
|
"CH1_FFC_ENABLE_CGALIGN": {
|
|
"direction": "input",
|
|
"bits": [ 75 ]
|
|
},
|
|
"CH0_FFC_SIGNAL_DETECT": {
|
|
"direction": "input",
|
|
"bits": [ 76 ]
|
|
},
|
|
"CH1_FFC_SIGNAL_DETECT": {
|
|
"direction": "input",
|
|
"bits": [ 77 ]
|
|
},
|
|
"CH0_FFC_FB_LOOPBACK": {
|
|
"direction": "input",
|
|
"bits": [ 78 ]
|
|
},
|
|
"CH1_FFC_FB_LOOPBACK": {
|
|
"direction": "input",
|
|
"bits": [ 79 ]
|
|
},
|
|
"CH0_FFC_SB_PFIFO_LP": {
|
|
"direction": "input",
|
|
"bits": [ 80 ]
|
|
},
|
|
"CH1_FFC_SB_PFIFO_LP": {
|
|
"direction": "input",
|
|
"bits": [ 81 ]
|
|
},
|
|
"CH0_FFC_PFIFO_CLR": {
|
|
"direction": "input",
|
|
"bits": [ 82 ]
|
|
},
|
|
"CH1_FFC_PFIFO_CLR": {
|
|
"direction": "input",
|
|
"bits": [ 83 ]
|
|
},
|
|
"CH0_FFC_RATE_MODE_RX": {
|
|
"direction": "input",
|
|
"bits": [ 84 ]
|
|
},
|
|
"CH1_FFC_RATE_MODE_RX": {
|
|
"direction": "input",
|
|
"bits": [ 85 ]
|
|
},
|
|
"CH0_FFC_RATE_MODE_TX": {
|
|
"direction": "input",
|
|
"bits": [ 86 ]
|
|
},
|
|
"CH1_FFC_RATE_MODE_TX": {
|
|
"direction": "input",
|
|
"bits": [ 87 ]
|
|
},
|
|
"CH0_FFC_DIV11_MODE_RX": {
|
|
"direction": "input",
|
|
"bits": [ 88 ]
|
|
},
|
|
"CH1_FFC_DIV11_MODE_RX": {
|
|
"direction": "input",
|
|
"bits": [ 89 ]
|
|
},
|
|
"CH0_FFC_RX_GEAR_MODE": {
|
|
"direction": "input",
|
|
"bits": [ 90 ]
|
|
},
|
|
"CH1_FFC_RX_GEAR_MODE": {
|
|
"direction": "input",
|
|
"bits": [ 91 ]
|
|
},
|
|
"CH0_FFC_TX_GEAR_MODE": {
|
|
"direction": "input",
|
|
"bits": [ 92 ]
|
|
},
|
|
"CH1_FFC_TX_GEAR_MODE": {
|
|
"direction": "input",
|
|
"bits": [ 93 ]
|
|
},
|
|
"CH0_FFC_DIV11_MODE_TX": {
|
|
"direction": "input",
|
|
"bits": [ 94 ]
|
|
},
|
|
"CH1_FFC_DIV11_MODE_TX": {
|
|
"direction": "input",
|
|
"bits": [ 95 ]
|
|
},
|
|
"CH0_FFC_LDR_CORE2TX_EN": {
|
|
"direction": "input",
|
|
"bits": [ 96 ]
|
|
},
|
|
"CH1_FFC_LDR_CORE2TX_EN": {
|
|
"direction": "input",
|
|
"bits": [ 97 ]
|
|
},
|
|
"CH0_FFC_LANE_TX_RST": {
|
|
"direction": "input",
|
|
"bits": [ 98 ]
|
|
},
|
|
"CH1_FFC_LANE_TX_RST": {
|
|
"direction": "input",
|
|
"bits": [ 99 ]
|
|
},
|
|
"CH0_FFC_LANE_RX_RST": {
|
|
"direction": "input",
|
|
"bits": [ 100 ]
|
|
},
|
|
"CH1_FFC_LANE_RX_RST": {
|
|
"direction": "input",
|
|
"bits": [ 101 ]
|
|
},
|
|
"CH0_FFC_RRST": {
|
|
"direction": "input",
|
|
"bits": [ 102 ]
|
|
},
|
|
"CH1_FFC_RRST": {
|
|
"direction": "input",
|
|
"bits": [ 103 ]
|
|
},
|
|
"CH0_FFC_TXPWDNB": {
|
|
"direction": "input",
|
|
"bits": [ 104 ]
|
|
},
|
|
"CH1_FFC_TXPWDNB": {
|
|
"direction": "input",
|
|
"bits": [ 105 ]
|
|
},
|
|
"CH0_FFC_RXPWDNB": {
|
|
"direction": "input",
|
|
"bits": [ 106 ]
|
|
},
|
|
"CH1_FFC_RXPWDNB": {
|
|
"direction": "input",
|
|
"bits": [ 107 ]
|
|
},
|
|
"CH0_LDR_CORE2TX": {
|
|
"direction": "input",
|
|
"bits": [ 108 ]
|
|
},
|
|
"CH1_LDR_CORE2TX": {
|
|
"direction": "input",
|
|
"bits": [ 109 ]
|
|
},
|
|
"D_SCIWDATA0": {
|
|
"direction": "input",
|
|
"bits": [ 110 ]
|
|
},
|
|
"D_SCIWDATA1": {
|
|
"direction": "input",
|
|
"bits": [ 111 ]
|
|
},
|
|
"D_SCIWDATA2": {
|
|
"direction": "input",
|
|
"bits": [ 112 ]
|
|
},
|
|
"D_SCIWDATA3": {
|
|
"direction": "input",
|
|
"bits": [ 113 ]
|
|
},
|
|
"D_SCIWDATA4": {
|
|
"direction": "input",
|
|
"bits": [ 114 ]
|
|
},
|
|
"D_SCIWDATA5": {
|
|
"direction": "input",
|
|
"bits": [ 115 ]
|
|
},
|
|
"D_SCIWDATA6": {
|
|
"direction": "input",
|
|
"bits": [ 116 ]
|
|
},
|
|
"D_SCIWDATA7": {
|
|
"direction": "input",
|
|
"bits": [ 117 ]
|
|
},
|
|
"D_SCIADDR0": {
|
|
"direction": "input",
|
|
"bits": [ 118 ]
|
|
},
|
|
"D_SCIADDR1": {
|
|
"direction": "input",
|
|
"bits": [ 119 ]
|
|
},
|
|
"D_SCIADDR2": {
|
|
"direction": "input",
|
|
"bits": [ 120 ]
|
|
},
|
|
"D_SCIADDR3": {
|
|
"direction": "input",
|
|
"bits": [ 121 ]
|
|
},
|
|
"D_SCIADDR4": {
|
|
"direction": "input",
|
|
"bits": [ 122 ]
|
|
},
|
|
"D_SCIADDR5": {
|
|
"direction": "input",
|
|
"bits": [ 123 ]
|
|
},
|
|
"D_SCIENAUX": {
|
|
"direction": "input",
|
|
"bits": [ 124 ]
|
|
},
|
|
"D_SCISELAUX": {
|
|
"direction": "input",
|
|
"bits": [ 125 ]
|
|
},
|
|
"CH0_SCIEN": {
|
|
"direction": "input",
|
|
"bits": [ 126 ]
|
|
},
|
|
"CH1_SCIEN": {
|
|
"direction": "input",
|
|
"bits": [ 127 ]
|
|
},
|
|
"CH0_SCISEL": {
|
|
"direction": "input",
|
|
"bits": [ 128 ]
|
|
},
|
|
"CH1_SCISEL": {
|
|
"direction": "input",
|
|
"bits": [ 129 ]
|
|
},
|
|
"D_SCIRD": {
|
|
"direction": "input",
|
|
"bits": [ 130 ]
|
|
},
|
|
"D_SCIWSTN": {
|
|
"direction": "input",
|
|
"bits": [ 131 ]
|
|
},
|
|
"D_CYAWSTN": {
|
|
"direction": "input",
|
|
"bits": [ 132 ]
|
|
},
|
|
"D_FFC_SYNC_TOGGLE": {
|
|
"direction": "input",
|
|
"bits": [ 133 ]
|
|
},
|
|
"D_FFC_DUAL_RST": {
|
|
"direction": "input",
|
|
"bits": [ 134 ]
|
|
},
|
|
"D_FFC_MACRO_RST": {
|
|
"direction": "input",
|
|
"bits": [ 135 ]
|
|
},
|
|
"D_FFC_MACROPDB": {
|
|
"direction": "input",
|
|
"bits": [ 136 ]
|
|
},
|
|
"D_FFC_TRST": {
|
|
"direction": "input",
|
|
"bits": [ 137 ]
|
|
},
|
|
"CH0_FFC_CDR_EN_BITSLIP": {
|
|
"direction": "input",
|
|
"bits": [ 138 ]
|
|
},
|
|
"CH1_FFC_CDR_EN_BITSLIP": {
|
|
"direction": "input",
|
|
"bits": [ 139 ]
|
|
},
|
|
"D_SCAN_ENABLE": {
|
|
"direction": "input",
|
|
"bits": [ 140 ]
|
|
},
|
|
"D_SCAN_IN_0": {
|
|
"direction": "input",
|
|
"bits": [ 141 ]
|
|
},
|
|
"D_SCAN_IN_1": {
|
|
"direction": "input",
|
|
"bits": [ 142 ]
|
|
},
|
|
"D_SCAN_IN_2": {
|
|
"direction": "input",
|
|
"bits": [ 143 ]
|
|
},
|
|
"D_SCAN_IN_3": {
|
|
"direction": "input",
|
|
"bits": [ 144 ]
|
|
},
|
|
"D_SCAN_IN_4": {
|
|
"direction": "input",
|
|
"bits": [ 145 ]
|
|
},
|
|
"D_SCAN_IN_5": {
|
|
"direction": "input",
|
|
"bits": [ 146 ]
|
|
},
|
|
"D_SCAN_IN_6": {
|
|
"direction": "input",
|
|
"bits": [ 147 ]
|
|
},
|
|
"D_SCAN_IN_7": {
|
|
"direction": "input",
|
|
"bits": [ 148 ]
|
|
},
|
|
"D_SCAN_MODE": {
|
|
"direction": "input",
|
|
"bits": [ 149 ]
|
|
},
|
|
"D_SCAN_RESET": {
|
|
"direction": "input",
|
|
"bits": [ 150 ]
|
|
},
|
|
"D_CIN0": {
|
|
"direction": "input",
|
|
"bits": [ 151 ]
|
|
},
|
|
"D_CIN1": {
|
|
"direction": "input",
|
|
"bits": [ 152 ]
|
|
},
|
|
"D_CIN2": {
|
|
"direction": "input",
|
|
"bits": [ 153 ]
|
|
},
|
|
"D_CIN3": {
|
|
"direction": "input",
|
|
"bits": [ 154 ]
|
|
},
|
|
"D_CIN4": {
|
|
"direction": "input",
|
|
"bits": [ 155 ]
|
|
},
|
|
"D_CIN5": {
|
|
"direction": "input",
|
|
"bits": [ 156 ]
|
|
},
|
|
"D_CIN6": {
|
|
"direction": "input",
|
|
"bits": [ 157 ]
|
|
},
|
|
"D_CIN7": {
|
|
"direction": "input",
|
|
"bits": [ 158 ]
|
|
},
|
|
"D_CIN8": {
|
|
"direction": "input",
|
|
"bits": [ 159 ]
|
|
},
|
|
"D_CIN9": {
|
|
"direction": "input",
|
|
"bits": [ 160 ]
|
|
},
|
|
"D_CIN10": {
|
|
"direction": "input",
|
|
"bits": [ 161 ]
|
|
},
|
|
"D_CIN11": {
|
|
"direction": "input",
|
|
"bits": [ 162 ]
|
|
},
|
|
"CH0_HDOUTP": {
|
|
"direction": "output",
|
|
"bits": [ 163 ]
|
|
},
|
|
"CH1_HDOUTP": {
|
|
"direction": "output",
|
|
"bits": [ 164 ]
|
|
},
|
|
"CH0_HDOUTN": {
|
|
"direction": "output",
|
|
"bits": [ 165 ]
|
|
},
|
|
"CH1_HDOUTN": {
|
|
"direction": "output",
|
|
"bits": [ 166 ]
|
|
},
|
|
"D_TXBIT_CLKP_TO_ND": {
|
|
"direction": "output",
|
|
"bits": [ 167 ]
|
|
},
|
|
"D_TXBIT_CLKN_TO_ND": {
|
|
"direction": "output",
|
|
"bits": [ 168 ]
|
|
},
|
|
"D_SYNC_PULSE2ND": {
|
|
"direction": "output",
|
|
"bits": [ 169 ]
|
|
},
|
|
"D_TXPLL_LOL_TO_ND": {
|
|
"direction": "output",
|
|
"bits": [ 170 ]
|
|
},
|
|
"CH0_FF_RX_F_CLK": {
|
|
"direction": "output",
|
|
"bits": [ 171 ]
|
|
},
|
|
"CH1_FF_RX_F_CLK": {
|
|
"direction": "output",
|
|
"bits": [ 172 ]
|
|
},
|
|
"CH0_FF_RX_H_CLK": {
|
|
"direction": "output",
|
|
"bits": [ 173 ]
|
|
},
|
|
"CH1_FF_RX_H_CLK": {
|
|
"direction": "output",
|
|
"bits": [ 174 ]
|
|
},
|
|
"CH0_FF_TX_F_CLK": {
|
|
"direction": "output",
|
|
"bits": [ 175 ]
|
|
},
|
|
"CH1_FF_TX_F_CLK": {
|
|
"direction": "output",
|
|
"bits": [ 176 ]
|
|
},
|
|
"CH0_FF_TX_H_CLK": {
|
|
"direction": "output",
|
|
"bits": [ 177 ]
|
|
},
|
|
"CH1_FF_TX_H_CLK": {
|
|
"direction": "output",
|
|
"bits": [ 178 ]
|
|
},
|
|
"CH0_FF_RX_PCLK": {
|
|
"direction": "output",
|
|
"bits": [ 179 ]
|
|
},
|
|
"CH1_FF_RX_PCLK": {
|
|
"direction": "output",
|
|
"bits": [ 180 ]
|
|
},
|
|
"CH0_FF_TX_PCLK": {
|
|
"direction": "output",
|
|
"bits": [ 181 ]
|
|
},
|
|
"CH1_FF_TX_PCLK": {
|
|
"direction": "output",
|
|
"bits": [ 182 ]
|
|
},
|
|
"CH0_FF_RX_D_0": {
|
|
"direction": "output",
|
|
"bits": [ 183 ]
|
|
},
|
|
"CH1_FF_RX_D_0": {
|
|
"direction": "output",
|
|
"bits": [ 184 ]
|
|
},
|
|
"CH0_FF_RX_D_1": {
|
|
"direction": "output",
|
|
"bits": [ 185 ]
|
|
},
|
|
"CH1_FF_RX_D_1": {
|
|
"direction": "output",
|
|
"bits": [ 186 ]
|
|
},
|
|
"CH0_FF_RX_D_2": {
|
|
"direction": "output",
|
|
"bits": [ 187 ]
|
|
},
|
|
"CH1_FF_RX_D_2": {
|
|
"direction": "output",
|
|
"bits": [ 188 ]
|
|
},
|
|
"CH0_FF_RX_D_3": {
|
|
"direction": "output",
|
|
"bits": [ 189 ]
|
|
},
|
|
"CH1_FF_RX_D_3": {
|
|
"direction": "output",
|
|
"bits": [ 190 ]
|
|
},
|
|
"CH0_FF_RX_D_4": {
|
|
"direction": "output",
|
|
"bits": [ 191 ]
|
|
},
|
|
"CH1_FF_RX_D_4": {
|
|
"direction": "output",
|
|
"bits": [ 192 ]
|
|
},
|
|
"CH0_FF_RX_D_5": {
|
|
"direction": "output",
|
|
"bits": [ 193 ]
|
|
},
|
|
"CH1_FF_RX_D_5": {
|
|
"direction": "output",
|
|
"bits": [ 194 ]
|
|
},
|
|
"CH0_FF_RX_D_6": {
|
|
"direction": "output",
|
|
"bits": [ 195 ]
|
|
},
|
|
"CH1_FF_RX_D_6": {
|
|
"direction": "output",
|
|
"bits": [ 196 ]
|
|
},
|
|
"CH0_FF_RX_D_7": {
|
|
"direction": "output",
|
|
"bits": [ 197 ]
|
|
},
|
|
"CH1_FF_RX_D_7": {
|
|
"direction": "output",
|
|
"bits": [ 198 ]
|
|
},
|
|
"CH0_FF_RX_D_8": {
|
|
"direction": "output",
|
|
"bits": [ 199 ]
|
|
},
|
|
"CH1_FF_RX_D_8": {
|
|
"direction": "output",
|
|
"bits": [ 200 ]
|
|
},
|
|
"CH0_FF_RX_D_9": {
|
|
"direction": "output",
|
|
"bits": [ 201 ]
|
|
},
|
|
"CH1_FF_RX_D_9": {
|
|
"direction": "output",
|
|
"bits": [ 202 ]
|
|
},
|
|
"CH0_FF_RX_D_10": {
|
|
"direction": "output",
|
|
"bits": [ 203 ]
|
|
},
|
|
"CH1_FF_RX_D_10": {
|
|
"direction": "output",
|
|
"bits": [ 204 ]
|
|
},
|
|
"CH0_FF_RX_D_11": {
|
|
"direction": "output",
|
|
"bits": [ 205 ]
|
|
},
|
|
"CH1_FF_RX_D_11": {
|
|
"direction": "output",
|
|
"bits": [ 206 ]
|
|
},
|
|
"CH0_FF_RX_D_12": {
|
|
"direction": "output",
|
|
"bits": [ 207 ]
|
|
},
|
|
"CH1_FF_RX_D_12": {
|
|
"direction": "output",
|
|
"bits": [ 208 ]
|
|
},
|
|
"CH0_FF_RX_D_13": {
|
|
"direction": "output",
|
|
"bits": [ 209 ]
|
|
},
|
|
"CH1_FF_RX_D_13": {
|
|
"direction": "output",
|
|
"bits": [ 210 ]
|
|
},
|
|
"CH0_FF_RX_D_14": {
|
|
"direction": "output",
|
|
"bits": [ 211 ]
|
|
},
|
|
"CH1_FF_RX_D_14": {
|
|
"direction": "output",
|
|
"bits": [ 212 ]
|
|
},
|
|
"CH0_FF_RX_D_15": {
|
|
"direction": "output",
|
|
"bits": [ 213 ]
|
|
},
|
|
"CH1_FF_RX_D_15": {
|
|
"direction": "output",
|
|
"bits": [ 214 ]
|
|
},
|
|
"CH0_FF_RX_D_16": {
|
|
"direction": "output",
|
|
"bits": [ 215 ]
|
|
},
|
|
"CH1_FF_RX_D_16": {
|
|
"direction": "output",
|
|
"bits": [ 216 ]
|
|
},
|
|
"CH0_FF_RX_D_17": {
|
|
"direction": "output",
|
|
"bits": [ 217 ]
|
|
},
|
|
"CH1_FF_RX_D_17": {
|
|
"direction": "output",
|
|
"bits": [ 218 ]
|
|
},
|
|
"CH0_FF_RX_D_18": {
|
|
"direction": "output",
|
|
"bits": [ 219 ]
|
|
},
|
|
"CH1_FF_RX_D_18": {
|
|
"direction": "output",
|
|
"bits": [ 220 ]
|
|
},
|
|
"CH0_FF_RX_D_19": {
|
|
"direction": "output",
|
|
"bits": [ 221 ]
|
|
},
|
|
"CH1_FF_RX_D_19": {
|
|
"direction": "output",
|
|
"bits": [ 222 ]
|
|
},
|
|
"CH0_FF_RX_D_20": {
|
|
"direction": "output",
|
|
"bits": [ 223 ]
|
|
},
|
|
"CH1_FF_RX_D_20": {
|
|
"direction": "output",
|
|
"bits": [ 224 ]
|
|
},
|
|
"CH0_FF_RX_D_21": {
|
|
"direction": "output",
|
|
"bits": [ 225 ]
|
|
},
|
|
"CH1_FF_RX_D_21": {
|
|
"direction": "output",
|
|
"bits": [ 226 ]
|
|
},
|
|
"CH0_FF_RX_D_22": {
|
|
"direction": "output",
|
|
"bits": [ 227 ]
|
|
},
|
|
"CH1_FF_RX_D_22": {
|
|
"direction": "output",
|
|
"bits": [ 228 ]
|
|
},
|
|
"CH0_FF_RX_D_23": {
|
|
"direction": "output",
|
|
"bits": [ 229 ]
|
|
},
|
|
"CH1_FF_RX_D_23": {
|
|
"direction": "output",
|
|
"bits": [ 230 ]
|
|
},
|
|
"CH0_FFS_PCIE_DONE": {
|
|
"direction": "output",
|
|
"bits": [ 231 ]
|
|
},
|
|
"CH1_FFS_PCIE_DONE": {
|
|
"direction": "output",
|
|
"bits": [ 232 ]
|
|
},
|
|
"CH0_FFS_PCIE_CON": {
|
|
"direction": "output",
|
|
"bits": [ 233 ]
|
|
},
|
|
"CH1_FFS_PCIE_CON": {
|
|
"direction": "output",
|
|
"bits": [ 234 ]
|
|
},
|
|
"CH0_FFS_RLOS": {
|
|
"direction": "output",
|
|
"bits": [ 235 ]
|
|
},
|
|
"CH1_FFS_RLOS": {
|
|
"direction": "output",
|
|
"bits": [ 236 ]
|
|
},
|
|
"CH0_FFS_LS_SYNC_STATUS": {
|
|
"direction": "output",
|
|
"bits": [ 237 ]
|
|
},
|
|
"CH1_FFS_LS_SYNC_STATUS": {
|
|
"direction": "output",
|
|
"bits": [ 238 ]
|
|
},
|
|
"CH0_FFS_CC_UNDERRUN": {
|
|
"direction": "output",
|
|
"bits": [ 239 ]
|
|
},
|
|
"CH1_FFS_CC_UNDERRUN": {
|
|
"direction": "output",
|
|
"bits": [ 240 ]
|
|
},
|
|
"CH0_FFS_CC_OVERRUN": {
|
|
"direction": "output",
|
|
"bits": [ 241 ]
|
|
},
|
|
"CH1_FFS_CC_OVERRUN": {
|
|
"direction": "output",
|
|
"bits": [ 242 ]
|
|
},
|
|
"CH0_FFS_RXFBFIFO_ERROR": {
|
|
"direction": "output",
|
|
"bits": [ 243 ]
|
|
},
|
|
"CH1_FFS_RXFBFIFO_ERROR": {
|
|
"direction": "output",
|
|
"bits": [ 244 ]
|
|
},
|
|
"CH0_FFS_TXFBFIFO_ERROR": {
|
|
"direction": "output",
|
|
"bits": [ 245 ]
|
|
},
|
|
"CH1_FFS_TXFBFIFO_ERROR": {
|
|
"direction": "output",
|
|
"bits": [ 246 ]
|
|
},
|
|
"CH0_FFS_RLOL": {
|
|
"direction": "output",
|
|
"bits": [ 247 ]
|
|
},
|
|
"CH1_FFS_RLOL": {
|
|
"direction": "output",
|
|
"bits": [ 248 ]
|
|
},
|
|
"CH0_FFS_SKP_ADDED": {
|
|
"direction": "output",
|
|
"bits": [ 249 ]
|
|
},
|
|
"CH1_FFS_SKP_ADDED": {
|
|
"direction": "output",
|
|
"bits": [ 250 ]
|
|
},
|
|
"CH0_FFS_SKP_DELETED": {
|
|
"direction": "output",
|
|
"bits": [ 251 ]
|
|
},
|
|
"CH1_FFS_SKP_DELETED": {
|
|
"direction": "output",
|
|
"bits": [ 252 ]
|
|
},
|
|
"CH0_LDR_RX2CORE": {
|
|
"direction": "output",
|
|
"bits": [ 253 ]
|
|
},
|
|
"CH1_LDR_RX2CORE": {
|
|
"direction": "output",
|
|
"bits": [ 254 ]
|
|
},
|
|
"D_SCIRDATA0": {
|
|
"direction": "output",
|
|
"bits": [ 255 ]
|
|
},
|
|
"D_SCIRDATA1": {
|
|
"direction": "output",
|
|
"bits": [ 256 ]
|
|
},
|
|
"D_SCIRDATA2": {
|
|
"direction": "output",
|
|
"bits": [ 257 ]
|
|
},
|
|
"D_SCIRDATA3": {
|
|
"direction": "output",
|
|
"bits": [ 258 ]
|
|
},
|
|
"D_SCIRDATA4": {
|
|
"direction": "output",
|
|
"bits": [ 259 ]
|
|
},
|
|
"D_SCIRDATA5": {
|
|
"direction": "output",
|
|
"bits": [ 260 ]
|
|
},
|
|
"D_SCIRDATA6": {
|
|
"direction": "output",
|
|
"bits": [ 261 ]
|
|
},
|
|
"D_SCIRDATA7": {
|
|
"direction": "output",
|
|
"bits": [ 262 ]
|
|
},
|
|
"D_SCIINT": {
|
|
"direction": "output",
|
|
"bits": [ 263 ]
|
|
},
|
|
"D_SCAN_OUT_0": {
|
|
"direction": "output",
|
|
"bits": [ 264 ]
|
|
},
|
|
"D_SCAN_OUT_1": {
|
|
"direction": "output",
|
|
"bits": [ 265 ]
|
|
},
|
|
"D_SCAN_OUT_2": {
|
|
"direction": "output",
|
|
"bits": [ 266 ]
|
|
},
|
|
"D_SCAN_OUT_3": {
|
|
"direction": "output",
|
|
"bits": [ 267 ]
|
|
},
|
|
"D_SCAN_OUT_4": {
|
|
"direction": "output",
|
|
"bits": [ 268 ]
|
|
},
|
|
"D_SCAN_OUT_5": {
|
|
"direction": "output",
|
|
"bits": [ 269 ]
|
|
},
|
|
"D_SCAN_OUT_6": {
|
|
"direction": "output",
|
|
"bits": [ 270 ]
|
|
},
|
|
"D_SCAN_OUT_7": {
|
|
"direction": "output",
|
|
"bits": [ 271 ]
|
|
},
|
|
"D_COUT0": {
|
|
"direction": "output",
|
|
"bits": [ 272 ]
|
|
},
|
|
"D_COUT1": {
|
|
"direction": "output",
|
|
"bits": [ 273 ]
|
|
},
|
|
"D_COUT2": {
|
|
"direction": "output",
|
|
"bits": [ 274 ]
|
|
},
|
|
"D_COUT3": {
|
|
"direction": "output",
|
|
"bits": [ 275 ]
|
|
},
|
|
"D_COUT4": {
|
|
"direction": "output",
|
|
"bits": [ 276 ]
|
|
},
|
|
"D_COUT5": {
|
|
"direction": "output",
|
|
"bits": [ 277 ]
|
|
},
|
|
"D_COUT6": {
|
|
"direction": "output",
|
|
"bits": [ 278 ]
|
|
},
|
|
"D_COUT7": {
|
|
"direction": "output",
|
|
"bits": [ 279 ]
|
|
},
|
|
"D_COUT8": {
|
|
"direction": "output",
|
|
"bits": [ 280 ]
|
|
},
|
|
"D_COUT9": {
|
|
"direction": "output",
|
|
"bits": [ 281 ]
|
|
},
|
|
"D_COUT10": {
|
|
"direction": "output",
|
|
"bits": [ 282 ]
|
|
},
|
|
"D_COUT11": {
|
|
"direction": "output",
|
|
"bits": [ 283 ]
|
|
},
|
|
"D_COUT12": {
|
|
"direction": "output",
|
|
"bits": [ 284 ]
|
|
},
|
|
"D_COUT13": {
|
|
"direction": "output",
|
|
"bits": [ 285 ]
|
|
},
|
|
"D_COUT14": {
|
|
"direction": "output",
|
|
"bits": [ 286 ]
|
|
},
|
|
"D_COUT15": {
|
|
"direction": "output",
|
|
"bits": [ 287 ]
|
|
},
|
|
"D_COUT16": {
|
|
"direction": "output",
|
|
"bits": [ 288 ]
|
|
},
|
|
"D_COUT17": {
|
|
"direction": "output",
|
|
"bits": [ 289 ]
|
|
},
|
|
"D_COUT18": {
|
|
"direction": "output",
|
|
"bits": [ 290 ]
|
|
},
|
|
"D_COUT19": {
|
|
"direction": "output",
|
|
"bits": [ 291 ]
|
|
},
|
|
"D_REFCLKI": {
|
|
"direction": "input",
|
|
"bits": [ 292 ]
|
|
},
|
|
"D_FFS_PLOL": {
|
|
"direction": "output",
|
|
"bits": [ 293 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"CH0_FFC_CDR_EN_BITSLIP": {
|
|
"hide_name": 0,
|
|
"bits": [ 138 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1876.11-1876.33"
|
|
}
|
|
},
|
|
"CH0_FFC_DIV11_MODE_RX": {
|
|
"hide_name": 0,
|
|
"bits": [ 88 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1826.11-1826.32"
|
|
}
|
|
},
|
|
"CH0_FFC_DIV11_MODE_TX": {
|
|
"hide_name": 0,
|
|
"bits": [ 94 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1832.11-1832.32"
|
|
}
|
|
},
|
|
"CH0_FFC_EI_EN": {
|
|
"hide_name": 0,
|
|
"bits": [ 66 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1804.11-1804.24"
|
|
}
|
|
},
|
|
"CH0_FFC_ENABLE_CGALIGN": {
|
|
"hide_name": 0,
|
|
"bits": [ 74 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1812.11-1812.33"
|
|
}
|
|
},
|
|
"CH0_FFC_FB_LOOPBACK": {
|
|
"hide_name": 0,
|
|
"bits": [ 78 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1816.11-1816.30"
|
|
}
|
|
},
|
|
"CH0_FFC_LANE_RX_RST": {
|
|
"hide_name": 0,
|
|
"bits": [ 100 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1838.11-1838.30"
|
|
}
|
|
},
|
|
"CH0_FFC_LANE_TX_RST": {
|
|
"hide_name": 0,
|
|
"bits": [ 98 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1836.11-1836.30"
|
|
}
|
|
},
|
|
"CH0_FFC_LDR_CORE2TX_EN": {
|
|
"hide_name": 0,
|
|
"bits": [ 96 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1834.11-1834.33"
|
|
}
|
|
},
|
|
"CH0_FFC_PCIE_CT": {
|
|
"hide_name": 0,
|
|
"bits": [ 70 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1808.11-1808.26"
|
|
}
|
|
},
|
|
"CH0_FFC_PCIE_DET_EN": {
|
|
"hide_name": 0,
|
|
"bits": [ 68 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1806.11-1806.30"
|
|
}
|
|
},
|
|
"CH0_FFC_PFIFO_CLR": {
|
|
"hide_name": 0,
|
|
"bits": [ 82 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1820.11-1820.28"
|
|
}
|
|
},
|
|
"CH0_FFC_RATE_MODE_RX": {
|
|
"hide_name": 0,
|
|
"bits": [ 84 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1822.11-1822.31"
|
|
}
|
|
},
|
|
"CH0_FFC_RATE_MODE_TX": {
|
|
"hide_name": 0,
|
|
"bits": [ 86 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1824.11-1824.31"
|
|
}
|
|
},
|
|
"CH0_FFC_RRST": {
|
|
"hide_name": 0,
|
|
"bits": [ 102 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1840.11-1840.23"
|
|
}
|
|
},
|
|
"CH0_FFC_RXPWDNB": {
|
|
"hide_name": 0,
|
|
"bits": [ 106 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1844.11-1844.26"
|
|
}
|
|
},
|
|
"CH0_FFC_RX_GEAR_MODE": {
|
|
"hide_name": 0,
|
|
"bits": [ 90 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1828.11-1828.31"
|
|
}
|
|
},
|
|
"CH0_FFC_SB_INV_RX": {
|
|
"hide_name": 0,
|
|
"bits": [ 72 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1810.11-1810.28"
|
|
}
|
|
},
|
|
"CH0_FFC_SB_PFIFO_LP": {
|
|
"hide_name": 0,
|
|
"bits": [ 80 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1818.11-1818.30"
|
|
}
|
|
},
|
|
"CH0_FFC_SIGNAL_DETECT": {
|
|
"hide_name": 0,
|
|
"bits": [ 76 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1814.11-1814.32"
|
|
}
|
|
},
|
|
"CH0_FFC_TXPWDNB": {
|
|
"hide_name": 0,
|
|
"bits": [ 104 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1842.11-1842.26"
|
|
}
|
|
},
|
|
"CH0_FFC_TX_GEAR_MODE": {
|
|
"hide_name": 0,
|
|
"bits": [ 92 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1830.11-1830.31"
|
|
}
|
|
},
|
|
"CH0_FFS_CC_OVERRUN": {
|
|
"hide_name": 0,
|
|
"bits": [ 241 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1979.12-1979.30"
|
|
}
|
|
},
|
|
"CH0_FFS_CC_UNDERRUN": {
|
|
"hide_name": 0,
|
|
"bits": [ 239 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1977.12-1977.31"
|
|
}
|
|
},
|
|
"CH0_FFS_LS_SYNC_STATUS": {
|
|
"hide_name": 0,
|
|
"bits": [ 237 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1975.12-1975.34"
|
|
}
|
|
},
|
|
"CH0_FFS_PCIE_CON": {
|
|
"hide_name": 0,
|
|
"bits": [ 233 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1971.12-1971.28"
|
|
}
|
|
},
|
|
"CH0_FFS_PCIE_DONE": {
|
|
"hide_name": 0,
|
|
"bits": [ 231 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1969.12-1969.29"
|
|
}
|
|
},
|
|
"CH0_FFS_RLOL": {
|
|
"hide_name": 0,
|
|
"bits": [ 247 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1985.12-1985.24"
|
|
}
|
|
},
|
|
"CH0_FFS_RLOS": {
|
|
"hide_name": 0,
|
|
"bits": [ 235 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1973.12-1973.24"
|
|
}
|
|
},
|
|
"CH0_FFS_RXFBFIFO_ERROR": {
|
|
"hide_name": 0,
|
|
"bits": [ 243 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1981.12-1981.34"
|
|
}
|
|
},
|
|
"CH0_FFS_SKP_ADDED": {
|
|
"hide_name": 0,
|
|
"bits": [ 249 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1987.12-1987.29"
|
|
}
|
|
},
|
|
"CH0_FFS_SKP_DELETED": {
|
|
"hide_name": 0,
|
|
"bits": [ 251 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1989.12-1989.31"
|
|
}
|
|
},
|
|
"CH0_FFS_TXFBFIFO_ERROR": {
|
|
"hide_name": 0,
|
|
"bits": [ 245 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1983.12-1983.34"
|
|
}
|
|
},
|
|
"CH0_FF_EBRD_CLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 16 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1754.11-1754.26"
|
|
}
|
|
},
|
|
"CH0_FF_RXI_CLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 12 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1750.11-1750.25"
|
|
}
|
|
},
|
|
"CH0_FF_RX_D_0": {
|
|
"hide_name": 0,
|
|
"bits": [ 183 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1921.12-1921.25"
|
|
}
|
|
},
|
|
"CH0_FF_RX_D_1": {
|
|
"hide_name": 0,
|
|
"bits": [ 185 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1923.12-1923.25"
|
|
}
|
|
},
|
|
"CH0_FF_RX_D_10": {
|
|
"hide_name": 0,
|
|
"bits": [ 203 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1941.12-1941.26"
|
|
}
|
|
},
|
|
"CH0_FF_RX_D_11": {
|
|
"hide_name": 0,
|
|
"bits": [ 205 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1943.12-1943.26"
|
|
}
|
|
},
|
|
"CH0_FF_RX_D_12": {
|
|
"hide_name": 0,
|
|
"bits": [ 207 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1945.12-1945.26"
|
|
}
|
|
},
|
|
"CH0_FF_RX_D_13": {
|
|
"hide_name": 0,
|
|
"bits": [ 209 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1947.12-1947.26"
|
|
}
|
|
},
|
|
"CH0_FF_RX_D_14": {
|
|
"hide_name": 0,
|
|
"bits": [ 211 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1949.12-1949.26"
|
|
}
|
|
},
|
|
"CH0_FF_RX_D_15": {
|
|
"hide_name": 0,
|
|
"bits": [ 213 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1951.12-1951.26"
|
|
}
|
|
},
|
|
"CH0_FF_RX_D_16": {
|
|
"hide_name": 0,
|
|
"bits": [ 215 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1953.12-1953.26"
|
|
}
|
|
},
|
|
"CH0_FF_RX_D_17": {
|
|
"hide_name": 0,
|
|
"bits": [ 217 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1955.12-1955.26"
|
|
}
|
|
},
|
|
"CH0_FF_RX_D_18": {
|
|
"hide_name": 0,
|
|
"bits": [ 219 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1957.12-1957.26"
|
|
}
|
|
},
|
|
"CH0_FF_RX_D_19": {
|
|
"hide_name": 0,
|
|
"bits": [ 221 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1959.12-1959.26"
|
|
}
|
|
},
|
|
"CH0_FF_RX_D_2": {
|
|
"hide_name": 0,
|
|
"bits": [ 187 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1925.12-1925.25"
|
|
}
|
|
},
|
|
"CH0_FF_RX_D_20": {
|
|
"hide_name": 0,
|
|
"bits": [ 223 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1961.12-1961.26"
|
|
}
|
|
},
|
|
"CH0_FF_RX_D_21": {
|
|
"hide_name": 0,
|
|
"bits": [ 225 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1963.12-1963.26"
|
|
}
|
|
},
|
|
"CH0_FF_RX_D_22": {
|
|
"hide_name": 0,
|
|
"bits": [ 227 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1965.12-1965.26"
|
|
}
|
|
},
|
|
"CH0_FF_RX_D_23": {
|
|
"hide_name": 0,
|
|
"bits": [ 229 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1967.12-1967.26"
|
|
}
|
|
},
|
|
"CH0_FF_RX_D_3": {
|
|
"hide_name": 0,
|
|
"bits": [ 189 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1927.12-1927.25"
|
|
}
|
|
},
|
|
"CH0_FF_RX_D_4": {
|
|
"hide_name": 0,
|
|
"bits": [ 191 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1929.12-1929.25"
|
|
}
|
|
},
|
|
"CH0_FF_RX_D_5": {
|
|
"hide_name": 0,
|
|
"bits": [ 193 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1931.12-1931.25"
|
|
}
|
|
},
|
|
"CH0_FF_RX_D_6": {
|
|
"hide_name": 0,
|
|
"bits": [ 195 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1933.12-1933.25"
|
|
}
|
|
},
|
|
"CH0_FF_RX_D_7": {
|
|
"hide_name": 0,
|
|
"bits": [ 197 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1935.12-1935.25"
|
|
}
|
|
},
|
|
"CH0_FF_RX_D_8": {
|
|
"hide_name": 0,
|
|
"bits": [ 199 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1937.12-1937.25"
|
|
}
|
|
},
|
|
"CH0_FF_RX_D_9": {
|
|
"hide_name": 0,
|
|
"bits": [ 201 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1939.12-1939.25"
|
|
}
|
|
},
|
|
"CH0_FF_RX_F_CLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 171 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1909.12-1909.27"
|
|
}
|
|
},
|
|
"CH0_FF_RX_H_CLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 173 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1911.12-1911.27"
|
|
}
|
|
},
|
|
"CH0_FF_RX_PCLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 179 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1917.12-1917.26"
|
|
}
|
|
},
|
|
"CH0_FF_TXI_CLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 14 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1752.11-1752.25"
|
|
}
|
|
},
|
|
"CH0_FF_TX_D_0": {
|
|
"hide_name": 0,
|
|
"bits": [ 18 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1756.11-1756.24"
|
|
}
|
|
},
|
|
"CH0_FF_TX_D_1": {
|
|
"hide_name": 0,
|
|
"bits": [ 20 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1758.11-1758.24"
|
|
}
|
|
},
|
|
"CH0_FF_TX_D_10": {
|
|
"hide_name": 0,
|
|
"bits": [ 38 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1776.11-1776.25"
|
|
}
|
|
},
|
|
"CH0_FF_TX_D_11": {
|
|
"hide_name": 0,
|
|
"bits": [ 40 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1778.11-1778.25"
|
|
}
|
|
},
|
|
"CH0_FF_TX_D_12": {
|
|
"hide_name": 0,
|
|
"bits": [ 42 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1780.11-1780.25"
|
|
}
|
|
},
|
|
"CH0_FF_TX_D_13": {
|
|
"hide_name": 0,
|
|
"bits": [ 44 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1782.11-1782.25"
|
|
}
|
|
},
|
|
"CH0_FF_TX_D_14": {
|
|
"hide_name": 0,
|
|
"bits": [ 46 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1784.11-1784.25"
|
|
}
|
|
},
|
|
"CH0_FF_TX_D_15": {
|
|
"hide_name": 0,
|
|
"bits": [ 48 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1786.11-1786.25"
|
|
}
|
|
},
|
|
"CH0_FF_TX_D_16": {
|
|
"hide_name": 0,
|
|
"bits": [ 50 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1788.11-1788.25"
|
|
}
|
|
},
|
|
"CH0_FF_TX_D_17": {
|
|
"hide_name": 0,
|
|
"bits": [ 52 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1790.11-1790.25"
|
|
}
|
|
},
|
|
"CH0_FF_TX_D_18": {
|
|
"hide_name": 0,
|
|
"bits": [ 54 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1792.11-1792.25"
|
|
}
|
|
},
|
|
"CH0_FF_TX_D_19": {
|
|
"hide_name": 0,
|
|
"bits": [ 56 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1794.11-1794.25"
|
|
}
|
|
},
|
|
"CH0_FF_TX_D_2": {
|
|
"hide_name": 0,
|
|
"bits": [ 22 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1760.11-1760.24"
|
|
}
|
|
},
|
|
"CH0_FF_TX_D_20": {
|
|
"hide_name": 0,
|
|
"bits": [ 58 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1796.11-1796.25"
|
|
}
|
|
},
|
|
"CH0_FF_TX_D_21": {
|
|
"hide_name": 0,
|
|
"bits": [ 60 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1798.11-1798.25"
|
|
}
|
|
},
|
|
"CH0_FF_TX_D_22": {
|
|
"hide_name": 0,
|
|
"bits": [ 62 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1800.11-1800.25"
|
|
}
|
|
},
|
|
"CH0_FF_TX_D_23": {
|
|
"hide_name": 0,
|
|
"bits": [ 64 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1802.11-1802.25"
|
|
}
|
|
},
|
|
"CH0_FF_TX_D_3": {
|
|
"hide_name": 0,
|
|
"bits": [ 24 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1762.11-1762.24"
|
|
}
|
|
},
|
|
"CH0_FF_TX_D_4": {
|
|
"hide_name": 0,
|
|
"bits": [ 26 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1764.11-1764.24"
|
|
}
|
|
},
|
|
"CH0_FF_TX_D_5": {
|
|
"hide_name": 0,
|
|
"bits": [ 28 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1766.11-1766.24"
|
|
}
|
|
},
|
|
"CH0_FF_TX_D_6": {
|
|
"hide_name": 0,
|
|
"bits": [ 30 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1768.11-1768.24"
|
|
}
|
|
},
|
|
"CH0_FF_TX_D_7": {
|
|
"hide_name": 0,
|
|
"bits": [ 32 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1770.11-1770.24"
|
|
}
|
|
},
|
|
"CH0_FF_TX_D_8": {
|
|
"hide_name": 0,
|
|
"bits": [ 34 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1772.11-1772.24"
|
|
}
|
|
},
|
|
"CH0_FF_TX_D_9": {
|
|
"hide_name": 0,
|
|
"bits": [ 36 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1774.11-1774.24"
|
|
}
|
|
},
|
|
"CH0_FF_TX_F_CLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 175 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1913.12-1913.27"
|
|
}
|
|
},
|
|
"CH0_FF_TX_H_CLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 177 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1915.12-1915.27"
|
|
}
|
|
},
|
|
"CH0_FF_TX_PCLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 181 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1919.12-1919.26"
|
|
}
|
|
},
|
|
"CH0_HDINN": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"iopad_external_pin": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1741.11-1741.20"
|
|
}
|
|
},
|
|
"CH0_HDINP": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"iopad_external_pin": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1737.11-1737.20"
|
|
}
|
|
},
|
|
"CH0_HDOUTN": {
|
|
"hide_name": 0,
|
|
"bits": [ 165 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1903.12-1903.22"
|
|
}
|
|
},
|
|
"CH0_HDOUTP": {
|
|
"hide_name": 0,
|
|
"bits": [ 163 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1901.12-1901.22"
|
|
}
|
|
},
|
|
"CH0_LDR_CORE2TX": {
|
|
"hide_name": 0,
|
|
"bits": [ 108 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1846.11-1846.26"
|
|
}
|
|
},
|
|
"CH0_LDR_RX2CORE": {
|
|
"hide_name": 0,
|
|
"bits": [ 253 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1991.12-1991.27"
|
|
}
|
|
},
|
|
"CH0_RX_REFCLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 10 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1748.11-1748.24"
|
|
}
|
|
},
|
|
"CH0_SCIEN": {
|
|
"hide_name": 0,
|
|
"bits": [ 126 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1864.11-1864.20"
|
|
}
|
|
},
|
|
"CH0_SCISEL": {
|
|
"hide_name": 0,
|
|
"bits": [ 128 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1866.11-1866.21"
|
|
}
|
|
},
|
|
"CH1_FFC_CDR_EN_BITSLIP": {
|
|
"hide_name": 0,
|
|
"bits": [ 139 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1877.11-1877.33"
|
|
}
|
|
},
|
|
"CH1_FFC_DIV11_MODE_RX": {
|
|
"hide_name": 0,
|
|
"bits": [ 89 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1827.11-1827.32"
|
|
}
|
|
},
|
|
"CH1_FFC_DIV11_MODE_TX": {
|
|
"hide_name": 0,
|
|
"bits": [ 95 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1833.11-1833.32"
|
|
}
|
|
},
|
|
"CH1_FFC_EI_EN": {
|
|
"hide_name": 0,
|
|
"bits": [ 67 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1805.11-1805.24"
|
|
}
|
|
},
|
|
"CH1_FFC_ENABLE_CGALIGN": {
|
|
"hide_name": 0,
|
|
"bits": [ 75 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1813.11-1813.33"
|
|
}
|
|
},
|
|
"CH1_FFC_FB_LOOPBACK": {
|
|
"hide_name": 0,
|
|
"bits": [ 79 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1817.11-1817.30"
|
|
}
|
|
},
|
|
"CH1_FFC_LANE_RX_RST": {
|
|
"hide_name": 0,
|
|
"bits": [ 101 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1839.11-1839.30"
|
|
}
|
|
},
|
|
"CH1_FFC_LANE_TX_RST": {
|
|
"hide_name": 0,
|
|
"bits": [ 99 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1837.11-1837.30"
|
|
}
|
|
},
|
|
"CH1_FFC_LDR_CORE2TX_EN": {
|
|
"hide_name": 0,
|
|
"bits": [ 97 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1835.11-1835.33"
|
|
}
|
|
},
|
|
"CH1_FFC_PCIE_CT": {
|
|
"hide_name": 0,
|
|
"bits": [ 71 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1809.11-1809.26"
|
|
}
|
|
},
|
|
"CH1_FFC_PCIE_DET_EN": {
|
|
"hide_name": 0,
|
|
"bits": [ 69 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1807.11-1807.30"
|
|
}
|
|
},
|
|
"CH1_FFC_PFIFO_CLR": {
|
|
"hide_name": 0,
|
|
"bits": [ 83 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1821.11-1821.28"
|
|
}
|
|
},
|
|
"CH1_FFC_RATE_MODE_RX": {
|
|
"hide_name": 0,
|
|
"bits": [ 85 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1823.11-1823.31"
|
|
}
|
|
},
|
|
"CH1_FFC_RATE_MODE_TX": {
|
|
"hide_name": 0,
|
|
"bits": [ 87 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1825.11-1825.31"
|
|
}
|
|
},
|
|
"CH1_FFC_RRST": {
|
|
"hide_name": 0,
|
|
"bits": [ 103 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1841.11-1841.23"
|
|
}
|
|
},
|
|
"CH1_FFC_RXPWDNB": {
|
|
"hide_name": 0,
|
|
"bits": [ 107 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1845.11-1845.26"
|
|
}
|
|
},
|
|
"CH1_FFC_RX_GEAR_MODE": {
|
|
"hide_name": 0,
|
|
"bits": [ 91 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1829.11-1829.31"
|
|
}
|
|
},
|
|
"CH1_FFC_SB_INV_RX": {
|
|
"hide_name": 0,
|
|
"bits": [ 73 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1811.11-1811.28"
|
|
}
|
|
},
|
|
"CH1_FFC_SB_PFIFO_LP": {
|
|
"hide_name": 0,
|
|
"bits": [ 81 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1819.11-1819.30"
|
|
}
|
|
},
|
|
"CH1_FFC_SIGNAL_DETECT": {
|
|
"hide_name": 0,
|
|
"bits": [ 77 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1815.11-1815.32"
|
|
}
|
|
},
|
|
"CH1_FFC_TXPWDNB": {
|
|
"hide_name": 0,
|
|
"bits": [ 105 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1843.11-1843.26"
|
|
}
|
|
},
|
|
"CH1_FFC_TX_GEAR_MODE": {
|
|
"hide_name": 0,
|
|
"bits": [ 93 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1831.11-1831.31"
|
|
}
|
|
},
|
|
"CH1_FFS_CC_OVERRUN": {
|
|
"hide_name": 0,
|
|
"bits": [ 242 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1980.12-1980.30"
|
|
}
|
|
},
|
|
"CH1_FFS_CC_UNDERRUN": {
|
|
"hide_name": 0,
|
|
"bits": [ 240 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1978.12-1978.31"
|
|
}
|
|
},
|
|
"CH1_FFS_LS_SYNC_STATUS": {
|
|
"hide_name": 0,
|
|
"bits": [ 238 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1976.12-1976.34"
|
|
}
|
|
},
|
|
"CH1_FFS_PCIE_CON": {
|
|
"hide_name": 0,
|
|
"bits": [ 234 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1972.12-1972.28"
|
|
}
|
|
},
|
|
"CH1_FFS_PCIE_DONE": {
|
|
"hide_name": 0,
|
|
"bits": [ 232 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1970.12-1970.29"
|
|
}
|
|
},
|
|
"CH1_FFS_RLOL": {
|
|
"hide_name": 0,
|
|
"bits": [ 248 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1986.12-1986.24"
|
|
}
|
|
},
|
|
"CH1_FFS_RLOS": {
|
|
"hide_name": 0,
|
|
"bits": [ 236 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1974.12-1974.24"
|
|
}
|
|
},
|
|
"CH1_FFS_RXFBFIFO_ERROR": {
|
|
"hide_name": 0,
|
|
"bits": [ 244 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1982.12-1982.34"
|
|
}
|
|
},
|
|
"CH1_FFS_SKP_ADDED": {
|
|
"hide_name": 0,
|
|
"bits": [ 250 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1988.12-1988.29"
|
|
}
|
|
},
|
|
"CH1_FFS_SKP_DELETED": {
|
|
"hide_name": 0,
|
|
"bits": [ 252 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1990.12-1990.31"
|
|
}
|
|
},
|
|
"CH1_FFS_TXFBFIFO_ERROR": {
|
|
"hide_name": 0,
|
|
"bits": [ 246 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1984.12-1984.34"
|
|
}
|
|
},
|
|
"CH1_FF_EBRD_CLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 17 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1755.11-1755.26"
|
|
}
|
|
},
|
|
"CH1_FF_RXI_CLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 13 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1751.11-1751.25"
|
|
}
|
|
},
|
|
"CH1_FF_RX_D_0": {
|
|
"hide_name": 0,
|
|
"bits": [ 184 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1922.12-1922.25"
|
|
}
|
|
},
|
|
"CH1_FF_RX_D_1": {
|
|
"hide_name": 0,
|
|
"bits": [ 186 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1924.12-1924.25"
|
|
}
|
|
},
|
|
"CH1_FF_RX_D_10": {
|
|
"hide_name": 0,
|
|
"bits": [ 204 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1942.12-1942.26"
|
|
}
|
|
},
|
|
"CH1_FF_RX_D_11": {
|
|
"hide_name": 0,
|
|
"bits": [ 206 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1944.12-1944.26"
|
|
}
|
|
},
|
|
"CH1_FF_RX_D_12": {
|
|
"hide_name": 0,
|
|
"bits": [ 208 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1946.12-1946.26"
|
|
}
|
|
},
|
|
"CH1_FF_RX_D_13": {
|
|
"hide_name": 0,
|
|
"bits": [ 210 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1948.12-1948.26"
|
|
}
|
|
},
|
|
"CH1_FF_RX_D_14": {
|
|
"hide_name": 0,
|
|
"bits": [ 212 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1950.12-1950.26"
|
|
}
|
|
},
|
|
"CH1_FF_RX_D_15": {
|
|
"hide_name": 0,
|
|
"bits": [ 214 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1952.12-1952.26"
|
|
}
|
|
},
|
|
"CH1_FF_RX_D_16": {
|
|
"hide_name": 0,
|
|
"bits": [ 216 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1954.12-1954.26"
|
|
}
|
|
},
|
|
"CH1_FF_RX_D_17": {
|
|
"hide_name": 0,
|
|
"bits": [ 218 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1956.12-1956.26"
|
|
}
|
|
},
|
|
"CH1_FF_RX_D_18": {
|
|
"hide_name": 0,
|
|
"bits": [ 220 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1958.12-1958.26"
|
|
}
|
|
},
|
|
"CH1_FF_RX_D_19": {
|
|
"hide_name": 0,
|
|
"bits": [ 222 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1960.12-1960.26"
|
|
}
|
|
},
|
|
"CH1_FF_RX_D_2": {
|
|
"hide_name": 0,
|
|
"bits": [ 188 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1926.12-1926.25"
|
|
}
|
|
},
|
|
"CH1_FF_RX_D_20": {
|
|
"hide_name": 0,
|
|
"bits": [ 224 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1962.12-1962.26"
|
|
}
|
|
},
|
|
"CH1_FF_RX_D_21": {
|
|
"hide_name": 0,
|
|
"bits": [ 226 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1964.12-1964.26"
|
|
}
|
|
},
|
|
"CH1_FF_RX_D_22": {
|
|
"hide_name": 0,
|
|
"bits": [ 228 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1966.12-1966.26"
|
|
}
|
|
},
|
|
"CH1_FF_RX_D_23": {
|
|
"hide_name": 0,
|
|
"bits": [ 230 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1968.12-1968.26"
|
|
}
|
|
},
|
|
"CH1_FF_RX_D_3": {
|
|
"hide_name": 0,
|
|
"bits": [ 190 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1928.12-1928.25"
|
|
}
|
|
},
|
|
"CH1_FF_RX_D_4": {
|
|
"hide_name": 0,
|
|
"bits": [ 192 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1930.12-1930.25"
|
|
}
|
|
},
|
|
"CH1_FF_RX_D_5": {
|
|
"hide_name": 0,
|
|
"bits": [ 194 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1932.12-1932.25"
|
|
}
|
|
},
|
|
"CH1_FF_RX_D_6": {
|
|
"hide_name": 0,
|
|
"bits": [ 196 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1934.12-1934.25"
|
|
}
|
|
},
|
|
"CH1_FF_RX_D_7": {
|
|
"hide_name": 0,
|
|
"bits": [ 198 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1936.12-1936.25"
|
|
}
|
|
},
|
|
"CH1_FF_RX_D_8": {
|
|
"hide_name": 0,
|
|
"bits": [ 200 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1938.12-1938.25"
|
|
}
|
|
},
|
|
"CH1_FF_RX_D_9": {
|
|
"hide_name": 0,
|
|
"bits": [ 202 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1940.12-1940.25"
|
|
}
|
|
},
|
|
"CH1_FF_RX_F_CLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 172 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1910.12-1910.27"
|
|
}
|
|
},
|
|
"CH1_FF_RX_H_CLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 174 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1912.12-1912.27"
|
|
}
|
|
},
|
|
"CH1_FF_RX_PCLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 180 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1918.12-1918.26"
|
|
}
|
|
},
|
|
"CH1_FF_TXI_CLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 15 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1753.11-1753.25"
|
|
}
|
|
},
|
|
"CH1_FF_TX_D_0": {
|
|
"hide_name": 0,
|
|
"bits": [ 19 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1757.11-1757.24"
|
|
}
|
|
},
|
|
"CH1_FF_TX_D_1": {
|
|
"hide_name": 0,
|
|
"bits": [ 21 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1759.11-1759.24"
|
|
}
|
|
},
|
|
"CH1_FF_TX_D_10": {
|
|
"hide_name": 0,
|
|
"bits": [ 39 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1777.11-1777.25"
|
|
}
|
|
},
|
|
"CH1_FF_TX_D_11": {
|
|
"hide_name": 0,
|
|
"bits": [ 41 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1779.11-1779.25"
|
|
}
|
|
},
|
|
"CH1_FF_TX_D_12": {
|
|
"hide_name": 0,
|
|
"bits": [ 43 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1781.11-1781.25"
|
|
}
|
|
},
|
|
"CH1_FF_TX_D_13": {
|
|
"hide_name": 0,
|
|
"bits": [ 45 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1783.11-1783.25"
|
|
}
|
|
},
|
|
"CH1_FF_TX_D_14": {
|
|
"hide_name": 0,
|
|
"bits": [ 47 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1785.11-1785.25"
|
|
}
|
|
},
|
|
"CH1_FF_TX_D_15": {
|
|
"hide_name": 0,
|
|
"bits": [ 49 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1787.11-1787.25"
|
|
}
|
|
},
|
|
"CH1_FF_TX_D_16": {
|
|
"hide_name": 0,
|
|
"bits": [ 51 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1789.11-1789.25"
|
|
}
|
|
},
|
|
"CH1_FF_TX_D_17": {
|
|
"hide_name": 0,
|
|
"bits": [ 53 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1791.11-1791.25"
|
|
}
|
|
},
|
|
"CH1_FF_TX_D_18": {
|
|
"hide_name": 0,
|
|
"bits": [ 55 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1793.11-1793.25"
|
|
}
|
|
},
|
|
"CH1_FF_TX_D_19": {
|
|
"hide_name": 0,
|
|
"bits": [ 57 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1795.11-1795.25"
|
|
}
|
|
},
|
|
"CH1_FF_TX_D_2": {
|
|
"hide_name": 0,
|
|
"bits": [ 23 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1761.11-1761.24"
|
|
}
|
|
},
|
|
"CH1_FF_TX_D_20": {
|
|
"hide_name": 0,
|
|
"bits": [ 59 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1797.11-1797.25"
|
|
}
|
|
},
|
|
"CH1_FF_TX_D_21": {
|
|
"hide_name": 0,
|
|
"bits": [ 61 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1799.11-1799.25"
|
|
}
|
|
},
|
|
"CH1_FF_TX_D_22": {
|
|
"hide_name": 0,
|
|
"bits": [ 63 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1801.11-1801.25"
|
|
}
|
|
},
|
|
"CH1_FF_TX_D_23": {
|
|
"hide_name": 0,
|
|
"bits": [ 65 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1803.11-1803.25"
|
|
}
|
|
},
|
|
"CH1_FF_TX_D_3": {
|
|
"hide_name": 0,
|
|
"bits": [ 25 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1763.11-1763.24"
|
|
}
|
|
},
|
|
"CH1_FF_TX_D_4": {
|
|
"hide_name": 0,
|
|
"bits": [ 27 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1765.11-1765.24"
|
|
}
|
|
},
|
|
"CH1_FF_TX_D_5": {
|
|
"hide_name": 0,
|
|
"bits": [ 29 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1767.11-1767.24"
|
|
}
|
|
},
|
|
"CH1_FF_TX_D_6": {
|
|
"hide_name": 0,
|
|
"bits": [ 31 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1769.11-1769.24"
|
|
}
|
|
},
|
|
"CH1_FF_TX_D_7": {
|
|
"hide_name": 0,
|
|
"bits": [ 33 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1771.11-1771.24"
|
|
}
|
|
},
|
|
"CH1_FF_TX_D_8": {
|
|
"hide_name": 0,
|
|
"bits": [ 35 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1773.11-1773.24"
|
|
}
|
|
},
|
|
"CH1_FF_TX_D_9": {
|
|
"hide_name": 0,
|
|
"bits": [ 37 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1775.11-1775.24"
|
|
}
|
|
},
|
|
"CH1_FF_TX_F_CLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 176 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1914.12-1914.27"
|
|
}
|
|
},
|
|
"CH1_FF_TX_H_CLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 178 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1916.12-1916.27"
|
|
}
|
|
},
|
|
"CH1_FF_TX_PCLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 182 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1920.12-1920.26"
|
|
}
|
|
},
|
|
"CH1_HDINN": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"iopad_external_pin": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1743.11-1743.20"
|
|
}
|
|
},
|
|
"CH1_HDINP": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"iopad_external_pin": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1739.11-1739.20"
|
|
}
|
|
},
|
|
"CH1_HDOUTN": {
|
|
"hide_name": 0,
|
|
"bits": [ 166 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1904.12-1904.22"
|
|
}
|
|
},
|
|
"CH1_HDOUTP": {
|
|
"hide_name": 0,
|
|
"bits": [ 164 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1902.12-1902.22"
|
|
}
|
|
},
|
|
"CH1_LDR_CORE2TX": {
|
|
"hide_name": 0,
|
|
"bits": [ 109 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1847.11-1847.26"
|
|
}
|
|
},
|
|
"CH1_LDR_RX2CORE": {
|
|
"hide_name": 0,
|
|
"bits": [ 254 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1992.12-1992.27"
|
|
}
|
|
},
|
|
"CH1_RX_REFCLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 11 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1749.11-1749.24"
|
|
}
|
|
},
|
|
"CH1_SCIEN": {
|
|
"hide_name": 0,
|
|
"bits": [ 127 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1865.11-1865.20"
|
|
}
|
|
},
|
|
"CH1_SCISEL": {
|
|
"hide_name": 0,
|
|
"bits": [ 129 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1867.11-1867.21"
|
|
}
|
|
},
|
|
"D_CIN0": {
|
|
"hide_name": 0,
|
|
"bits": [ 151 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1889.11-1889.17"
|
|
}
|
|
},
|
|
"D_CIN1": {
|
|
"hide_name": 0,
|
|
"bits": [ 152 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1890.11-1890.17"
|
|
}
|
|
},
|
|
"D_CIN10": {
|
|
"hide_name": 0,
|
|
"bits": [ 161 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1899.11-1899.18"
|
|
}
|
|
},
|
|
"D_CIN11": {
|
|
"hide_name": 0,
|
|
"bits": [ 162 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1900.11-1900.18"
|
|
}
|
|
},
|
|
"D_CIN2": {
|
|
"hide_name": 0,
|
|
"bits": [ 153 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1891.11-1891.17"
|
|
}
|
|
},
|
|
"D_CIN3": {
|
|
"hide_name": 0,
|
|
"bits": [ 154 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1892.11-1892.17"
|
|
}
|
|
},
|
|
"D_CIN4": {
|
|
"hide_name": 0,
|
|
"bits": [ 155 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1893.11-1893.17"
|
|
}
|
|
},
|
|
"D_CIN5": {
|
|
"hide_name": 0,
|
|
"bits": [ 156 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1894.11-1894.17"
|
|
}
|
|
},
|
|
"D_CIN6": {
|
|
"hide_name": 0,
|
|
"bits": [ 157 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1895.11-1895.17"
|
|
}
|
|
},
|
|
"D_CIN7": {
|
|
"hide_name": 0,
|
|
"bits": [ 158 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1896.11-1896.17"
|
|
}
|
|
},
|
|
"D_CIN8": {
|
|
"hide_name": 0,
|
|
"bits": [ 159 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1897.11-1897.17"
|
|
}
|
|
},
|
|
"D_CIN9": {
|
|
"hide_name": 0,
|
|
"bits": [ 160 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1898.11-1898.17"
|
|
}
|
|
},
|
|
"D_COUT0": {
|
|
"hide_name": 0,
|
|
"bits": [ 272 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:2010.12-2010.19"
|
|
}
|
|
},
|
|
"D_COUT1": {
|
|
"hide_name": 0,
|
|
"bits": [ 273 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:2011.12-2011.19"
|
|
}
|
|
},
|
|
"D_COUT10": {
|
|
"hide_name": 0,
|
|
"bits": [ 282 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:2020.12-2020.20"
|
|
}
|
|
},
|
|
"D_COUT11": {
|
|
"hide_name": 0,
|
|
"bits": [ 283 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:2021.12-2021.20"
|
|
}
|
|
},
|
|
"D_COUT12": {
|
|
"hide_name": 0,
|
|
"bits": [ 284 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:2022.12-2022.20"
|
|
}
|
|
},
|
|
"D_COUT13": {
|
|
"hide_name": 0,
|
|
"bits": [ 285 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:2023.12-2023.20"
|
|
}
|
|
},
|
|
"D_COUT14": {
|
|
"hide_name": 0,
|
|
"bits": [ 286 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:2024.12-2024.20"
|
|
}
|
|
},
|
|
"D_COUT15": {
|
|
"hide_name": 0,
|
|
"bits": [ 287 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:2025.12-2025.20"
|
|
}
|
|
},
|
|
"D_COUT16": {
|
|
"hide_name": 0,
|
|
"bits": [ 288 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:2026.12-2026.20"
|
|
}
|
|
},
|
|
"D_COUT17": {
|
|
"hide_name": 0,
|
|
"bits": [ 289 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:2027.12-2027.20"
|
|
}
|
|
},
|
|
"D_COUT18": {
|
|
"hide_name": 0,
|
|
"bits": [ 290 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:2028.12-2028.20"
|
|
}
|
|
},
|
|
"D_COUT19": {
|
|
"hide_name": 0,
|
|
"bits": [ 291 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:2029.12-2029.20"
|
|
}
|
|
},
|
|
"D_COUT2": {
|
|
"hide_name": 0,
|
|
"bits": [ 274 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:2012.12-2012.19"
|
|
}
|
|
},
|
|
"D_COUT3": {
|
|
"hide_name": 0,
|
|
"bits": [ 275 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:2013.12-2013.19"
|
|
}
|
|
},
|
|
"D_COUT4": {
|
|
"hide_name": 0,
|
|
"bits": [ 276 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:2014.12-2014.19"
|
|
}
|
|
},
|
|
"D_COUT5": {
|
|
"hide_name": 0,
|
|
"bits": [ 277 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:2015.12-2015.19"
|
|
}
|
|
},
|
|
"D_COUT6": {
|
|
"hide_name": 0,
|
|
"bits": [ 278 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:2016.12-2016.19"
|
|
}
|
|
},
|
|
"D_COUT7": {
|
|
"hide_name": 0,
|
|
"bits": [ 279 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:2017.12-2017.19"
|
|
}
|
|
},
|
|
"D_COUT8": {
|
|
"hide_name": 0,
|
|
"bits": [ 280 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:2018.12-2018.19"
|
|
}
|
|
},
|
|
"D_COUT9": {
|
|
"hide_name": 0,
|
|
"bits": [ 281 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:2019.12-2019.19"
|
|
}
|
|
},
|
|
"D_CYAWSTN": {
|
|
"hide_name": 0,
|
|
"bits": [ 132 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1870.11-1870.20"
|
|
}
|
|
},
|
|
"D_FFC_DUAL_RST": {
|
|
"hide_name": 0,
|
|
"bits": [ 134 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1872.11-1872.25"
|
|
}
|
|
},
|
|
"D_FFC_MACROPDB": {
|
|
"hide_name": 0,
|
|
"bits": [ 136 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1874.11-1874.25"
|
|
}
|
|
},
|
|
"D_FFC_MACRO_RST": {
|
|
"hide_name": 0,
|
|
"bits": [ 135 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1873.11-1873.26"
|
|
}
|
|
},
|
|
"D_FFC_SYNC_TOGGLE": {
|
|
"hide_name": 0,
|
|
"bits": [ 133 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1871.11-1871.28"
|
|
}
|
|
},
|
|
"D_FFC_TRST": {
|
|
"hide_name": 0,
|
|
"bits": [ 137 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1875.11-1875.21"
|
|
}
|
|
},
|
|
"D_FFS_PLOL": {
|
|
"hide_name": 0,
|
|
"bits": [ 293 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:2031.12-2031.22"
|
|
}
|
|
},
|
|
"D_REFCLKI": {
|
|
"hide_name": 0,
|
|
"bits": [ 292 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:2030.11-2030.20"
|
|
}
|
|
},
|
|
"D_SCAN_ENABLE": {
|
|
"hide_name": 0,
|
|
"bits": [ 140 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1878.11-1878.24"
|
|
}
|
|
},
|
|
"D_SCAN_IN_0": {
|
|
"hide_name": 0,
|
|
"bits": [ 141 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1879.11-1879.22"
|
|
}
|
|
},
|
|
"D_SCAN_IN_1": {
|
|
"hide_name": 0,
|
|
"bits": [ 142 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1880.11-1880.22"
|
|
}
|
|
},
|
|
"D_SCAN_IN_2": {
|
|
"hide_name": 0,
|
|
"bits": [ 143 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1881.11-1881.22"
|
|
}
|
|
},
|
|
"D_SCAN_IN_3": {
|
|
"hide_name": 0,
|
|
"bits": [ 144 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1882.11-1882.22"
|
|
}
|
|
},
|
|
"D_SCAN_IN_4": {
|
|
"hide_name": 0,
|
|
"bits": [ 145 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1883.11-1883.22"
|
|
}
|
|
},
|
|
"D_SCAN_IN_5": {
|
|
"hide_name": 0,
|
|
"bits": [ 146 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1884.11-1884.22"
|
|
}
|
|
},
|
|
"D_SCAN_IN_6": {
|
|
"hide_name": 0,
|
|
"bits": [ 147 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1885.11-1885.22"
|
|
}
|
|
},
|
|
"D_SCAN_IN_7": {
|
|
"hide_name": 0,
|
|
"bits": [ 148 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1886.11-1886.22"
|
|
}
|
|
},
|
|
"D_SCAN_MODE": {
|
|
"hide_name": 0,
|
|
"bits": [ 149 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1887.11-1887.22"
|
|
}
|
|
},
|
|
"D_SCAN_OUT_0": {
|
|
"hide_name": 0,
|
|
"bits": [ 264 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:2002.12-2002.24"
|
|
}
|
|
},
|
|
"D_SCAN_OUT_1": {
|
|
"hide_name": 0,
|
|
"bits": [ 265 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:2003.12-2003.24"
|
|
}
|
|
},
|
|
"D_SCAN_OUT_2": {
|
|
"hide_name": 0,
|
|
"bits": [ 266 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:2004.12-2004.24"
|
|
}
|
|
},
|
|
"D_SCAN_OUT_3": {
|
|
"hide_name": 0,
|
|
"bits": [ 267 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:2005.12-2005.24"
|
|
}
|
|
},
|
|
"D_SCAN_OUT_4": {
|
|
"hide_name": 0,
|
|
"bits": [ 268 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:2006.12-2006.24"
|
|
}
|
|
},
|
|
"D_SCAN_OUT_5": {
|
|
"hide_name": 0,
|
|
"bits": [ 269 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:2007.12-2007.24"
|
|
}
|
|
},
|
|
"D_SCAN_OUT_6": {
|
|
"hide_name": 0,
|
|
"bits": [ 270 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:2008.12-2008.24"
|
|
}
|
|
},
|
|
"D_SCAN_OUT_7": {
|
|
"hide_name": 0,
|
|
"bits": [ 271 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:2009.12-2009.24"
|
|
}
|
|
},
|
|
"D_SCAN_RESET": {
|
|
"hide_name": 0,
|
|
"bits": [ 150 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1888.11-1888.23"
|
|
}
|
|
},
|
|
"D_SCIADDR0": {
|
|
"hide_name": 0,
|
|
"bits": [ 118 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1856.11-1856.21"
|
|
}
|
|
},
|
|
"D_SCIADDR1": {
|
|
"hide_name": 0,
|
|
"bits": [ 119 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1857.11-1857.21"
|
|
}
|
|
},
|
|
"D_SCIADDR2": {
|
|
"hide_name": 0,
|
|
"bits": [ 120 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1858.11-1858.21"
|
|
}
|
|
},
|
|
"D_SCIADDR3": {
|
|
"hide_name": 0,
|
|
"bits": [ 121 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1859.11-1859.21"
|
|
}
|
|
},
|
|
"D_SCIADDR4": {
|
|
"hide_name": 0,
|
|
"bits": [ 122 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1860.11-1860.21"
|
|
}
|
|
},
|
|
"D_SCIADDR5": {
|
|
"hide_name": 0,
|
|
"bits": [ 123 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1861.11-1861.21"
|
|
}
|
|
},
|
|
"D_SCIENAUX": {
|
|
"hide_name": 0,
|
|
"bits": [ 124 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1862.11-1862.21"
|
|
}
|
|
},
|
|
"D_SCIINT": {
|
|
"hide_name": 0,
|
|
"bits": [ 263 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:2001.12-2001.20"
|
|
}
|
|
},
|
|
"D_SCIRD": {
|
|
"hide_name": 0,
|
|
"bits": [ 130 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1868.11-1868.18"
|
|
}
|
|
},
|
|
"D_SCIRDATA0": {
|
|
"hide_name": 0,
|
|
"bits": [ 255 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1993.12-1993.23"
|
|
}
|
|
},
|
|
"D_SCIRDATA1": {
|
|
"hide_name": 0,
|
|
"bits": [ 256 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1994.12-1994.23"
|
|
}
|
|
},
|
|
"D_SCIRDATA2": {
|
|
"hide_name": 0,
|
|
"bits": [ 257 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1995.12-1995.23"
|
|
}
|
|
},
|
|
"D_SCIRDATA3": {
|
|
"hide_name": 0,
|
|
"bits": [ 258 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1996.12-1996.23"
|
|
}
|
|
},
|
|
"D_SCIRDATA4": {
|
|
"hide_name": 0,
|
|
"bits": [ 259 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1997.12-1997.23"
|
|
}
|
|
},
|
|
"D_SCIRDATA5": {
|
|
"hide_name": 0,
|
|
"bits": [ 260 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1998.12-1998.23"
|
|
}
|
|
},
|
|
"D_SCIRDATA6": {
|
|
"hide_name": 0,
|
|
"bits": [ 261 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1999.12-1999.23"
|
|
}
|
|
},
|
|
"D_SCIRDATA7": {
|
|
"hide_name": 0,
|
|
"bits": [ 262 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:2000.12-2000.23"
|
|
}
|
|
},
|
|
"D_SCISELAUX": {
|
|
"hide_name": 0,
|
|
"bits": [ 125 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1863.11-1863.22"
|
|
}
|
|
},
|
|
"D_SCIWDATA0": {
|
|
"hide_name": 0,
|
|
"bits": [ 110 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1848.11-1848.22"
|
|
}
|
|
},
|
|
"D_SCIWDATA1": {
|
|
"hide_name": 0,
|
|
"bits": [ 111 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1849.11-1849.22"
|
|
}
|
|
},
|
|
"D_SCIWDATA2": {
|
|
"hide_name": 0,
|
|
"bits": [ 112 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1850.11-1850.22"
|
|
}
|
|
},
|
|
"D_SCIWDATA3": {
|
|
"hide_name": 0,
|
|
"bits": [ 113 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1851.11-1851.22"
|
|
}
|
|
},
|
|
"D_SCIWDATA4": {
|
|
"hide_name": 0,
|
|
"bits": [ 114 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1852.11-1852.22"
|
|
}
|
|
},
|
|
"D_SCIWDATA5": {
|
|
"hide_name": 0,
|
|
"bits": [ 115 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1853.11-1853.22"
|
|
}
|
|
},
|
|
"D_SCIWDATA6": {
|
|
"hide_name": 0,
|
|
"bits": [ 116 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1854.11-1854.22"
|
|
}
|
|
},
|
|
"D_SCIWDATA7": {
|
|
"hide_name": 0,
|
|
"bits": [ 117 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1855.11-1855.22"
|
|
}
|
|
},
|
|
"D_SCIWSTN": {
|
|
"hide_name": 0,
|
|
"bits": [ 131 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1869.11-1869.20"
|
|
}
|
|
},
|
|
"D_SYNC_ND": {
|
|
"hide_name": 0,
|
|
"bits": [ 8 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1746.11-1746.20"
|
|
}
|
|
},
|
|
"D_SYNC_PULSE2ND": {
|
|
"hide_name": 0,
|
|
"bits": [ 169 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1907.12-1907.27"
|
|
}
|
|
},
|
|
"D_TXBIT_CLKN_FROM_ND": {
|
|
"hide_name": 0,
|
|
"bits": [ 7 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1745.11-1745.31"
|
|
}
|
|
},
|
|
"D_TXBIT_CLKN_TO_ND": {
|
|
"hide_name": 0,
|
|
"bits": [ 168 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1906.12-1906.30"
|
|
}
|
|
},
|
|
"D_TXBIT_CLKP_FROM_ND": {
|
|
"hide_name": 0,
|
|
"bits": [ 6 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1744.11-1744.31"
|
|
}
|
|
},
|
|
"D_TXBIT_CLKP_TO_ND": {
|
|
"hide_name": 0,
|
|
"bits": [ 167 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1905.12-1905.30"
|
|
}
|
|
},
|
|
"D_TXPLL_LOL_FROM_ND": {
|
|
"hide_name": 0,
|
|
"bits": [ 9 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1747.11-1747.30"
|
|
}
|
|
},
|
|
"D_TXPLL_LOL_TO_ND": {
|
|
"hide_name": 0,
|
|
"bits": [ 170 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1908.12-1908.29"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DDRDLLA": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1139.1-1156.10"
|
|
},
|
|
"parameter_default_values": {
|
|
"FORCE_MAX_DELAY": "NO",
|
|
"GSR": "ENABLED"
|
|
},
|
|
"ports": {
|
|
"CLK": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"RST": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"UDDCNTLN": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"FREEZE": {
|
|
"direction": "input",
|
|
"bits": [ 5 ]
|
|
},
|
|
"DDRDEL": {
|
|
"direction": "output",
|
|
"bits": [ 6 ]
|
|
},
|
|
"LOCK": {
|
|
"direction": "output",
|
|
"bits": [ 7 ]
|
|
},
|
|
"DCNTL7": {
|
|
"direction": "output",
|
|
"bits": [ 8 ]
|
|
},
|
|
"DCNTL6": {
|
|
"direction": "output",
|
|
"bits": [ 9 ]
|
|
},
|
|
"DCNTL5": {
|
|
"direction": "output",
|
|
"bits": [ 10 ]
|
|
},
|
|
"DCNTL4": {
|
|
"direction": "output",
|
|
"bits": [ 11 ]
|
|
},
|
|
"DCNTL3": {
|
|
"direction": "output",
|
|
"bits": [ 12 ]
|
|
},
|
|
"DCNTL2": {
|
|
"direction": "output",
|
|
"bits": [ 13 ]
|
|
},
|
|
"DCNTL1": {
|
|
"direction": "output",
|
|
"bits": [ 14 ]
|
|
},
|
|
"DCNTL0": {
|
|
"direction": "output",
|
|
"bits": [ 15 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"CLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1142.11-1142.14"
|
|
}
|
|
},
|
|
"DCNTL0": {
|
|
"hide_name": 0,
|
|
"bits": [ 15 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1155.12-1155.18"
|
|
}
|
|
},
|
|
"DCNTL1": {
|
|
"hide_name": 0,
|
|
"bits": [ 14 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1154.12-1154.18"
|
|
}
|
|
},
|
|
"DCNTL2": {
|
|
"hide_name": 0,
|
|
"bits": [ 13 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1153.12-1153.18"
|
|
}
|
|
},
|
|
"DCNTL3": {
|
|
"hide_name": 0,
|
|
"bits": [ 12 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1152.12-1152.18"
|
|
}
|
|
},
|
|
"DCNTL4": {
|
|
"hide_name": 0,
|
|
"bits": [ 11 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1151.12-1151.18"
|
|
}
|
|
},
|
|
"DCNTL5": {
|
|
"hide_name": 0,
|
|
"bits": [ 10 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1150.12-1150.18"
|
|
}
|
|
},
|
|
"DCNTL6": {
|
|
"hide_name": 0,
|
|
"bits": [ 9 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1149.12-1149.18"
|
|
}
|
|
},
|
|
"DCNTL7": {
|
|
"hide_name": 0,
|
|
"bits": [ 8 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1148.12-1148.18"
|
|
}
|
|
},
|
|
"DDRDEL": {
|
|
"hide_name": 0,
|
|
"bits": [ 6 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1146.12-1146.18"
|
|
}
|
|
},
|
|
"FREEZE": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1145.11-1145.17"
|
|
}
|
|
},
|
|
"LOCK": {
|
|
"hide_name": 0,
|
|
"bits": [ 7 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1147.12-1147.16"
|
|
}
|
|
},
|
|
"RST": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1143.11-1143.14"
|
|
}
|
|
},
|
|
"UDDCNTLN": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1144.11-1144.19"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DELAYF": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1065.1-1074.10"
|
|
},
|
|
"parameter_default_values": {
|
|
"DEL_MODE": "USER_DEFINED",
|
|
"DEL_VALUE": "00000000000000000000000000000000"
|
|
},
|
|
"ports": {
|
|
"A": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"LOADN": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"MOVE": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"DIRECTION": {
|
|
"direction": "input",
|
|
"bits": [ 5 ]
|
|
},
|
|
"Z": {
|
|
"direction": "output",
|
|
"bits": [ 6 ]
|
|
},
|
|
"CFLAG": {
|
|
"direction": "output",
|
|
"bits": [ 7 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"A": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1068.11-1068.12"
|
|
}
|
|
},
|
|
"CFLAG": {
|
|
"hide_name": 0,
|
|
"bits": [ 7 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1073.12-1073.17"
|
|
}
|
|
},
|
|
"DIRECTION": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1071.11-1071.20"
|
|
}
|
|
},
|
|
"LOADN": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1069.11-1069.16"
|
|
}
|
|
},
|
|
"MOVE": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1070.11-1070.15"
|
|
}
|
|
},
|
|
"Z": {
|
|
"hide_name": 0,
|
|
"bits": [ 6 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1072.12-1072.13"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DELAYG": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1077.1-1082.10"
|
|
},
|
|
"parameter_default_values": {
|
|
"DEL_MODE": "USER_DEFINED",
|
|
"DEL_VALUE": "00000000000000000000000000000000"
|
|
},
|
|
"ports": {
|
|
"A": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"Z": {
|
|
"direction": "output",
|
|
"bits": [ 3 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"A": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1080.11-1080.12"
|
|
}
|
|
},
|
|
"Z": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1081.12-1081.13"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DLLDELD": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1159.1-1167.10"
|
|
},
|
|
"ports": {
|
|
"A": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"DDRDEL": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"LOADN": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"MOVE": {
|
|
"direction": "input",
|
|
"bits": [ 5 ]
|
|
},
|
|
"DIRECTION": {
|
|
"direction": "input",
|
|
"bits": [ 6 ]
|
|
},
|
|
"Z": {
|
|
"direction": "output",
|
|
"bits": [ 7 ]
|
|
},
|
|
"CFLAG": {
|
|
"direction": "output",
|
|
"bits": [ 8 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"A": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1160.11-1160.12"
|
|
}
|
|
},
|
|
"CFLAG": {
|
|
"hide_name": 0,
|
|
"bits": [ 8 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1166.12-1166.17"
|
|
}
|
|
},
|
|
"DDRDEL": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1161.11-1161.17"
|
|
}
|
|
},
|
|
"DIRECTION": {
|
|
"hide_name": 0,
|
|
"bits": [ 6 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1164.11-1164.20"
|
|
}
|
|
},
|
|
"LOADN": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1162.11-1162.16"
|
|
}
|
|
},
|
|
"MOVE": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1163.11-1163.15"
|
|
}
|
|
},
|
|
"Z": {
|
|
"hide_name": 0,
|
|
"bits": [ 7 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1165.12-1165.13"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DP16KD": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:5.1-219.10"
|
|
},
|
|
"parameter_default_values": {
|
|
"ADA0MUX": "ADA0",
|
|
"ADA10MUX": "ADA10",
|
|
"ADA11MUX": "ADA11",
|
|
"ADA12MUX": "ADA12",
|
|
"ADA13MUX": "ADA13",
|
|
"ADA1MUX": "ADA1",
|
|
"ADA2MUX": "ADA2",
|
|
"ADA3MUX": "ADA3",
|
|
"ADA4MUX": "ADA4",
|
|
"ADA5MUX": "ADA5",
|
|
"ADA6MUX": "ADA6",
|
|
"ADA7MUX": "ADA7",
|
|
"ADA8MUX": "ADA8",
|
|
"ADA9MUX": "ADA9",
|
|
"ADB0MUX": "ADB0",
|
|
"ADB10MUX": "ADB10",
|
|
"ADB11MUX": "ADB11",
|
|
"ADB12MUX": "ADB12",
|
|
"ADB13MUX": "ADB13",
|
|
"ADB1MUX": "ADB1",
|
|
"ADB2MUX": "ADB2",
|
|
"ADB3MUX": "ADB3",
|
|
"ADB4MUX": "ADB4",
|
|
"ADB5MUX": "ADB5",
|
|
"ADB6MUX": "ADB6",
|
|
"ADB7MUX": "ADB7",
|
|
"ADB8MUX": "ADB8",
|
|
"ADB9MUX": "ADB9",
|
|
"ASYNC_RESET_RELEASE": "SYNC",
|
|
"CEAMUX": "CEA",
|
|
"CEBMUX": "CEB",
|
|
"CLKAMUX": "CLKA",
|
|
"CLKBMUX": "CLKB",
|
|
"CSA0MUX": "CSA0",
|
|
"CSA1MUX": "CSA1",
|
|
"CSA2MUX": "CSA2",
|
|
"CSB0MUX": "CSB0",
|
|
"CSB1MUX": "CSB1",
|
|
"CSB2MUX": "CSB2",
|
|
"CSDECODE_A": "0b000",
|
|
"CSDECODE_B": "0b000",
|
|
"DATA_WIDTH_A": "00000000000000000000000000010010",
|
|
"DATA_WIDTH_B": "00000000000000000000000000010010",
|
|
"DIA0MUX": "DIA0",
|
|
"DIA10MUX": "DIA10",
|
|
"DIA11MUX": "DIA11",
|
|
"DIA12MUX": "DIA12",
|
|
"DIA13MUX": "DIA13",
|
|
"DIA14MUX": "DIA14",
|
|
"DIA15MUX": "DIA15",
|
|
"DIA16MUX": "DIA16",
|
|
"DIA17MUX": "DIA17",
|
|
"DIA1MUX": "DIA1",
|
|
"DIA2MUX": "DIA2",
|
|
"DIA3MUX": "DIA3",
|
|
"DIA4MUX": "DIA4",
|
|
"DIA5MUX": "DIA5",
|
|
"DIA6MUX": "DIA6",
|
|
"DIA7MUX": "DIA7",
|
|
"DIA8MUX": "DIA8",
|
|
"DIA9MUX": "DIA9",
|
|
"DIB0MUX": "DIB0",
|
|
"DIB10MUX": "DIB10",
|
|
"DIB11MUX": "DIB11",
|
|
"DIB12MUX": "DIB12",
|
|
"DIB13MUX": "DIB13",
|
|
"DIB14MUX": "DIB14",
|
|
"DIB15MUX": "DIB15",
|
|
"DIB16MUX": "DIB16",
|
|
"DIB17MUX": "DIB17",
|
|
"DIB1MUX": "DIB1",
|
|
"DIB2MUX": "DIB2",
|
|
"DIB3MUX": "DIB3",
|
|
"DIB4MUX": "DIB4",
|
|
"DIB5MUX": "DIB5",
|
|
"DIB6MUX": "DIB6",
|
|
"DIB7MUX": "DIB7",
|
|
"DIB8MUX": "DIB8",
|
|
"DIB9MUX": "DIB9",
|
|
"DOA0MUX": "DOA0",
|
|
"DOA10MUX": "DOA10",
|
|
"DOA11MUX": "DOA11",
|
|
"DOA12MUX": "DOA12",
|
|
"DOA13MUX": "DOA13",
|
|
"DOA14MUX": "DOA14",
|
|
"DOA15MUX": "DOA15",
|
|
"DOA16MUX": "DOA16",
|
|
"DOA17MUX": "DOA17",
|
|
"DOA1MUX": "DOA1",
|
|
"DOA2MUX": "DOA2",
|
|
"DOA3MUX": "DOA3",
|
|
"DOA4MUX": "DOA4",
|
|
"DOA5MUX": "DOA5",
|
|
"DOA6MUX": "DOA6",
|
|
"DOA7MUX": "DOA7",
|
|
"DOA8MUX": "DOA8",
|
|
"DOA9MUX": "DOA9",
|
|
"DOB0MUX": "DOB0",
|
|
"DOB10MUX": "DOB10",
|
|
"DOB11MUX": "DOB11",
|
|
"DOB12MUX": "DOB12",
|
|
"DOB13MUX": "DOB13",
|
|
"DOB14MUX": "DOB14",
|
|
"DOB15MUX": "DOB15",
|
|
"DOB16MUX": "DOB16",
|
|
"DOB17MUX": "DOB17",
|
|
"DOB1MUX": "DOB1",
|
|
"DOB2MUX": "DOB2",
|
|
"DOB3MUX": "DOB3",
|
|
"DOB4MUX": "DOB4",
|
|
"DOB5MUX": "DOB5",
|
|
"DOB6MUX": "DOB6",
|
|
"DOB7MUX": "DOB7",
|
|
"DOB8MUX": "DOB8",
|
|
"DOB9MUX": "DOB9",
|
|
"GSR": "ENABLED",
|
|
"INITVAL_00": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_01": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_02": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_03": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_04": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_05": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_06": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_07": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_08": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_09": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_0A": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_0B": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_0C": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_0D": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_0E": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_0F": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_10": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_11": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_12": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_13": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_14": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_15": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_16": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_17": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_18": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_19": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_1A": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_1B": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_1C": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_1D": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_1E": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_1F": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_20": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_21": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_22": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_23": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_24": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_25": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_26": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_27": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_28": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_29": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_2A": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_2B": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_2C": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_2D": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_2E": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_2F": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_30": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_31": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_32": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_33": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_34": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_35": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_36": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_37": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_38": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_39": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_3A": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_3B": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_3C": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_3D": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_3E": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_3F": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INIT_DATA": "STATIC",
|
|
"OCEAMUX": "OCEA",
|
|
"OCEBMUX": "OCEB",
|
|
"REGMODE_A": "NOREG",
|
|
"REGMODE_B": "NOREG",
|
|
"RESETMODE": "SYNC",
|
|
"RSTAMUX": "RSTA",
|
|
"RSTBMUX": "RSTB",
|
|
"WEAMUX": "WEA",
|
|
"WEBMUX": "WEB",
|
|
"WID": "00000000000000000000000000000000",
|
|
"WRITEMODE_A": "NORMAL",
|
|
"WRITEMODE_B": "NORMAL"
|
|
},
|
|
"ports": {
|
|
"DIA17": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"DIA16": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"DIA15": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"DIA14": {
|
|
"direction": "input",
|
|
"bits": [ 5 ]
|
|
},
|
|
"DIA13": {
|
|
"direction": "input",
|
|
"bits": [ 6 ]
|
|
},
|
|
"DIA12": {
|
|
"direction": "input",
|
|
"bits": [ 7 ]
|
|
},
|
|
"DIA11": {
|
|
"direction": "input",
|
|
"bits": [ 8 ]
|
|
},
|
|
"DIA10": {
|
|
"direction": "input",
|
|
"bits": [ 9 ]
|
|
},
|
|
"DIA9": {
|
|
"direction": "input",
|
|
"bits": [ 10 ]
|
|
},
|
|
"DIA8": {
|
|
"direction": "input",
|
|
"bits": [ 11 ]
|
|
},
|
|
"DIA7": {
|
|
"direction": "input",
|
|
"bits": [ 12 ]
|
|
},
|
|
"DIA6": {
|
|
"direction": "input",
|
|
"bits": [ 13 ]
|
|
},
|
|
"DIA5": {
|
|
"direction": "input",
|
|
"bits": [ 14 ]
|
|
},
|
|
"DIA4": {
|
|
"direction": "input",
|
|
"bits": [ 15 ]
|
|
},
|
|
"DIA3": {
|
|
"direction": "input",
|
|
"bits": [ 16 ]
|
|
},
|
|
"DIA2": {
|
|
"direction": "input",
|
|
"bits": [ 17 ]
|
|
},
|
|
"DIA1": {
|
|
"direction": "input",
|
|
"bits": [ 18 ]
|
|
},
|
|
"DIA0": {
|
|
"direction": "input",
|
|
"bits": [ 19 ]
|
|
},
|
|
"ADA13": {
|
|
"direction": "input",
|
|
"bits": [ 20 ]
|
|
},
|
|
"ADA12": {
|
|
"direction": "input",
|
|
"bits": [ 21 ]
|
|
},
|
|
"ADA11": {
|
|
"direction": "input",
|
|
"bits": [ 22 ]
|
|
},
|
|
"ADA10": {
|
|
"direction": "input",
|
|
"bits": [ 23 ]
|
|
},
|
|
"ADA9": {
|
|
"direction": "input",
|
|
"bits": [ 24 ]
|
|
},
|
|
"ADA8": {
|
|
"direction": "input",
|
|
"bits": [ 25 ]
|
|
},
|
|
"ADA7": {
|
|
"direction": "input",
|
|
"bits": [ 26 ]
|
|
},
|
|
"ADA6": {
|
|
"direction": "input",
|
|
"bits": [ 27 ]
|
|
},
|
|
"ADA5": {
|
|
"direction": "input",
|
|
"bits": [ 28 ]
|
|
},
|
|
"ADA4": {
|
|
"direction": "input",
|
|
"bits": [ 29 ]
|
|
},
|
|
"ADA3": {
|
|
"direction": "input",
|
|
"bits": [ 30 ]
|
|
},
|
|
"ADA2": {
|
|
"direction": "input",
|
|
"bits": [ 31 ]
|
|
},
|
|
"ADA1": {
|
|
"direction": "input",
|
|
"bits": [ 32 ]
|
|
},
|
|
"ADA0": {
|
|
"direction": "input",
|
|
"bits": [ 33 ]
|
|
},
|
|
"CEA": {
|
|
"direction": "input",
|
|
"bits": [ 34 ]
|
|
},
|
|
"OCEA": {
|
|
"direction": "input",
|
|
"bits": [ 35 ]
|
|
},
|
|
"CLKA": {
|
|
"direction": "input",
|
|
"bits": [ 36 ]
|
|
},
|
|
"WEA": {
|
|
"direction": "input",
|
|
"bits": [ 37 ]
|
|
},
|
|
"RSTA": {
|
|
"direction": "input",
|
|
"bits": [ 38 ]
|
|
},
|
|
"CSA2": {
|
|
"direction": "input",
|
|
"bits": [ 39 ]
|
|
},
|
|
"CSA1": {
|
|
"direction": "input",
|
|
"bits": [ 40 ]
|
|
},
|
|
"CSA0": {
|
|
"direction": "input",
|
|
"bits": [ 41 ]
|
|
},
|
|
"DOA17": {
|
|
"direction": "output",
|
|
"bits": [ 42 ]
|
|
},
|
|
"DOA16": {
|
|
"direction": "output",
|
|
"bits": [ 43 ]
|
|
},
|
|
"DOA15": {
|
|
"direction": "output",
|
|
"bits": [ 44 ]
|
|
},
|
|
"DOA14": {
|
|
"direction": "output",
|
|
"bits": [ 45 ]
|
|
},
|
|
"DOA13": {
|
|
"direction": "output",
|
|
"bits": [ 46 ]
|
|
},
|
|
"DOA12": {
|
|
"direction": "output",
|
|
"bits": [ 47 ]
|
|
},
|
|
"DOA11": {
|
|
"direction": "output",
|
|
"bits": [ 48 ]
|
|
},
|
|
"DOA10": {
|
|
"direction": "output",
|
|
"bits": [ 49 ]
|
|
},
|
|
"DOA9": {
|
|
"direction": "output",
|
|
"bits": [ 50 ]
|
|
},
|
|
"DOA8": {
|
|
"direction": "output",
|
|
"bits": [ 51 ]
|
|
},
|
|
"DOA7": {
|
|
"direction": "output",
|
|
"bits": [ 52 ]
|
|
},
|
|
"DOA6": {
|
|
"direction": "output",
|
|
"bits": [ 53 ]
|
|
},
|
|
"DOA5": {
|
|
"direction": "output",
|
|
"bits": [ 54 ]
|
|
},
|
|
"DOA4": {
|
|
"direction": "output",
|
|
"bits": [ 55 ]
|
|
},
|
|
"DOA3": {
|
|
"direction": "output",
|
|
"bits": [ 56 ]
|
|
},
|
|
"DOA2": {
|
|
"direction": "output",
|
|
"bits": [ 57 ]
|
|
},
|
|
"DOA1": {
|
|
"direction": "output",
|
|
"bits": [ 58 ]
|
|
},
|
|
"DOA0": {
|
|
"direction": "output",
|
|
"bits": [ 59 ]
|
|
},
|
|
"DIB17": {
|
|
"direction": "input",
|
|
"bits": [ 60 ]
|
|
},
|
|
"DIB16": {
|
|
"direction": "input",
|
|
"bits": [ 61 ]
|
|
},
|
|
"DIB15": {
|
|
"direction": "input",
|
|
"bits": [ 62 ]
|
|
},
|
|
"DIB14": {
|
|
"direction": "input",
|
|
"bits": [ 63 ]
|
|
},
|
|
"DIB13": {
|
|
"direction": "input",
|
|
"bits": [ 64 ]
|
|
},
|
|
"DIB12": {
|
|
"direction": "input",
|
|
"bits": [ 65 ]
|
|
},
|
|
"DIB11": {
|
|
"direction": "input",
|
|
"bits": [ 66 ]
|
|
},
|
|
"DIB10": {
|
|
"direction": "input",
|
|
"bits": [ 67 ]
|
|
},
|
|
"DIB9": {
|
|
"direction": "input",
|
|
"bits": [ 68 ]
|
|
},
|
|
"DIB8": {
|
|
"direction": "input",
|
|
"bits": [ 69 ]
|
|
},
|
|
"DIB7": {
|
|
"direction": "input",
|
|
"bits": [ 70 ]
|
|
},
|
|
"DIB6": {
|
|
"direction": "input",
|
|
"bits": [ 71 ]
|
|
},
|
|
"DIB5": {
|
|
"direction": "input",
|
|
"bits": [ 72 ]
|
|
},
|
|
"DIB4": {
|
|
"direction": "input",
|
|
"bits": [ 73 ]
|
|
},
|
|
"DIB3": {
|
|
"direction": "input",
|
|
"bits": [ 74 ]
|
|
},
|
|
"DIB2": {
|
|
"direction": "input",
|
|
"bits": [ 75 ]
|
|
},
|
|
"DIB1": {
|
|
"direction": "input",
|
|
"bits": [ 76 ]
|
|
},
|
|
"DIB0": {
|
|
"direction": "input",
|
|
"bits": [ 77 ]
|
|
},
|
|
"ADB13": {
|
|
"direction": "input",
|
|
"bits": [ 78 ]
|
|
},
|
|
"ADB12": {
|
|
"direction": "input",
|
|
"bits": [ 79 ]
|
|
},
|
|
"ADB11": {
|
|
"direction": "input",
|
|
"bits": [ 80 ]
|
|
},
|
|
"ADB10": {
|
|
"direction": "input",
|
|
"bits": [ 81 ]
|
|
},
|
|
"ADB9": {
|
|
"direction": "input",
|
|
"bits": [ 82 ]
|
|
},
|
|
"ADB8": {
|
|
"direction": "input",
|
|
"bits": [ 83 ]
|
|
},
|
|
"ADB7": {
|
|
"direction": "input",
|
|
"bits": [ 84 ]
|
|
},
|
|
"ADB6": {
|
|
"direction": "input",
|
|
"bits": [ 85 ]
|
|
},
|
|
"ADB5": {
|
|
"direction": "input",
|
|
"bits": [ 86 ]
|
|
},
|
|
"ADB4": {
|
|
"direction": "input",
|
|
"bits": [ 87 ]
|
|
},
|
|
"ADB3": {
|
|
"direction": "input",
|
|
"bits": [ 88 ]
|
|
},
|
|
"ADB2": {
|
|
"direction": "input",
|
|
"bits": [ 89 ]
|
|
},
|
|
"ADB1": {
|
|
"direction": "input",
|
|
"bits": [ 90 ]
|
|
},
|
|
"ADB0": {
|
|
"direction": "input",
|
|
"bits": [ 91 ]
|
|
},
|
|
"CEB": {
|
|
"direction": "input",
|
|
"bits": [ 92 ]
|
|
},
|
|
"OCEB": {
|
|
"direction": "input",
|
|
"bits": [ 93 ]
|
|
},
|
|
"CLKB": {
|
|
"direction": "input",
|
|
"bits": [ 94 ]
|
|
},
|
|
"WEB": {
|
|
"direction": "input",
|
|
"bits": [ 95 ]
|
|
},
|
|
"RSTB": {
|
|
"direction": "input",
|
|
"bits": [ 96 ]
|
|
},
|
|
"CSB2": {
|
|
"direction": "input",
|
|
"bits": [ 97 ]
|
|
},
|
|
"CSB1": {
|
|
"direction": "input",
|
|
"bits": [ 98 ]
|
|
},
|
|
"CSB0": {
|
|
"direction": "input",
|
|
"bits": [ 99 ]
|
|
},
|
|
"DOB17": {
|
|
"direction": "output",
|
|
"bits": [ 100 ]
|
|
},
|
|
"DOB16": {
|
|
"direction": "output",
|
|
"bits": [ 101 ]
|
|
},
|
|
"DOB15": {
|
|
"direction": "output",
|
|
"bits": [ 102 ]
|
|
},
|
|
"DOB14": {
|
|
"direction": "output",
|
|
"bits": [ 103 ]
|
|
},
|
|
"DOB13": {
|
|
"direction": "output",
|
|
"bits": [ 104 ]
|
|
},
|
|
"DOB12": {
|
|
"direction": "output",
|
|
"bits": [ 105 ]
|
|
},
|
|
"DOB11": {
|
|
"direction": "output",
|
|
"bits": [ 106 ]
|
|
},
|
|
"DOB10": {
|
|
"direction": "output",
|
|
"bits": [ 107 ]
|
|
},
|
|
"DOB9": {
|
|
"direction": "output",
|
|
"bits": [ 108 ]
|
|
},
|
|
"DOB8": {
|
|
"direction": "output",
|
|
"bits": [ 109 ]
|
|
},
|
|
"DOB7": {
|
|
"direction": "output",
|
|
"bits": [ 110 ]
|
|
},
|
|
"DOB6": {
|
|
"direction": "output",
|
|
"bits": [ 111 ]
|
|
},
|
|
"DOB5": {
|
|
"direction": "output",
|
|
"bits": [ 112 ]
|
|
},
|
|
"DOB4": {
|
|
"direction": "output",
|
|
"bits": [ 113 ]
|
|
},
|
|
"DOB3": {
|
|
"direction": "output",
|
|
"bits": [ 114 ]
|
|
},
|
|
"DOB2": {
|
|
"direction": "output",
|
|
"bits": [ 115 ]
|
|
},
|
|
"DOB1": {
|
|
"direction": "output",
|
|
"bits": [ 116 ]
|
|
},
|
|
"DOB0": {
|
|
"direction": "output",
|
|
"bits": [ 117 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"ADA0": {
|
|
"hide_name": 0,
|
|
"bits": [ 33 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:7.91-7.95"
|
|
}
|
|
},
|
|
"ADA1": {
|
|
"hide_name": 0,
|
|
"bits": [ 32 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:7.85-7.89"
|
|
}
|
|
},
|
|
"ADA10": {
|
|
"hide_name": 0,
|
|
"bits": [ 23 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:7.30-7.35"
|
|
}
|
|
},
|
|
"ADA11": {
|
|
"hide_name": 0,
|
|
"bits": [ 22 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:7.23-7.28"
|
|
}
|
|
},
|
|
"ADA12": {
|
|
"hide_name": 0,
|
|
"bits": [ 21 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:7.16-7.21"
|
|
}
|
|
},
|
|
"ADA13": {
|
|
"hide_name": 0,
|
|
"bits": [ 20 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:7.9-7.14"
|
|
}
|
|
},
|
|
"ADA2": {
|
|
"hide_name": 0,
|
|
"bits": [ 31 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:7.79-7.83"
|
|
}
|
|
},
|
|
"ADA3": {
|
|
"hide_name": 0,
|
|
"bits": [ 30 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:7.73-7.77"
|
|
}
|
|
},
|
|
"ADA4": {
|
|
"hide_name": 0,
|
|
"bits": [ 29 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:7.67-7.71"
|
|
}
|
|
},
|
|
"ADA5": {
|
|
"hide_name": 0,
|
|
"bits": [ 28 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:7.61-7.65"
|
|
}
|
|
},
|
|
"ADA6": {
|
|
"hide_name": 0,
|
|
"bits": [ 27 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:7.55-7.59"
|
|
}
|
|
},
|
|
"ADA7": {
|
|
"hide_name": 0,
|
|
"bits": [ 26 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:7.49-7.53"
|
|
}
|
|
},
|
|
"ADA8": {
|
|
"hide_name": 0,
|
|
"bits": [ 25 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:7.43-7.47"
|
|
}
|
|
},
|
|
"ADA9": {
|
|
"hide_name": 0,
|
|
"bits": [ 24 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:7.37-7.41"
|
|
}
|
|
},
|
|
"ADB0": {
|
|
"hide_name": 0,
|
|
"bits": [ 91 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:13.91-13.95"
|
|
}
|
|
},
|
|
"ADB1": {
|
|
"hide_name": 0,
|
|
"bits": [ 90 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:13.85-13.89"
|
|
}
|
|
},
|
|
"ADB10": {
|
|
"hide_name": 0,
|
|
"bits": [ 81 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:13.30-13.35"
|
|
}
|
|
},
|
|
"ADB11": {
|
|
"hide_name": 0,
|
|
"bits": [ 80 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:13.23-13.28"
|
|
}
|
|
},
|
|
"ADB12": {
|
|
"hide_name": 0,
|
|
"bits": [ 79 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:13.16-13.21"
|
|
}
|
|
},
|
|
"ADB13": {
|
|
"hide_name": 0,
|
|
"bits": [ 78 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:13.9-13.14"
|
|
}
|
|
},
|
|
"ADB2": {
|
|
"hide_name": 0,
|
|
"bits": [ 89 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:13.79-13.83"
|
|
}
|
|
},
|
|
"ADB3": {
|
|
"hide_name": 0,
|
|
"bits": [ 88 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:13.73-13.77"
|
|
}
|
|
},
|
|
"ADB4": {
|
|
"hide_name": 0,
|
|
"bits": [ 87 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:13.67-13.71"
|
|
}
|
|
},
|
|
"ADB5": {
|
|
"hide_name": 0,
|
|
"bits": [ 86 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:13.61-13.65"
|
|
}
|
|
},
|
|
"ADB6": {
|
|
"hide_name": 0,
|
|
"bits": [ 85 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:13.55-13.59"
|
|
}
|
|
},
|
|
"ADB7": {
|
|
"hide_name": 0,
|
|
"bits": [ 84 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:13.49-13.53"
|
|
}
|
|
},
|
|
"ADB8": {
|
|
"hide_name": 0,
|
|
"bits": [ 83 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:13.43-13.47"
|
|
}
|
|
},
|
|
"ADB9": {
|
|
"hide_name": 0,
|
|
"bits": [ 82 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:13.37-13.41"
|
|
}
|
|
},
|
|
"CEA": {
|
|
"hide_name": 0,
|
|
"bits": [ 34 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:8.9-8.12"
|
|
}
|
|
},
|
|
"CEB": {
|
|
"hide_name": 0,
|
|
"bits": [ 92 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:14.9-14.12"
|
|
}
|
|
},
|
|
"CLKA": {
|
|
"hide_name": 0,
|
|
"bits": [ 36 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:8.20-8.24"
|
|
}
|
|
},
|
|
"CLKB": {
|
|
"hide_name": 0,
|
|
"bits": [ 94 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:14.20-14.24"
|
|
}
|
|
},
|
|
"CSA0": {
|
|
"hide_name": 0,
|
|
"bits": [ 41 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:9.21-9.25"
|
|
}
|
|
},
|
|
"CSA1": {
|
|
"hide_name": 0,
|
|
"bits": [ 40 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:9.15-9.19"
|
|
}
|
|
},
|
|
"CSA2": {
|
|
"hide_name": 0,
|
|
"bits": [ 39 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:9.9-9.13"
|
|
}
|
|
},
|
|
"CSB0": {
|
|
"hide_name": 0,
|
|
"bits": [ 99 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:15.21-15.25"
|
|
}
|
|
},
|
|
"CSB1": {
|
|
"hide_name": 0,
|
|
"bits": [ 98 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:15.15-15.19"
|
|
}
|
|
},
|
|
"CSB2": {
|
|
"hide_name": 0,
|
|
"bits": [ 97 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:15.9-15.13"
|
|
}
|
|
},
|
|
"DIA0": {
|
|
"hide_name": 0,
|
|
"bits": [ 19 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:6.119-6.123"
|
|
}
|
|
},
|
|
"DIA1": {
|
|
"hide_name": 0,
|
|
"bits": [ 18 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:6.113-6.117"
|
|
}
|
|
},
|
|
"DIA10": {
|
|
"hide_name": 0,
|
|
"bits": [ 9 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:6.58-6.63"
|
|
}
|
|
},
|
|
"DIA11": {
|
|
"hide_name": 0,
|
|
"bits": [ 8 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:6.51-6.56"
|
|
}
|
|
},
|
|
"DIA12": {
|
|
"hide_name": 0,
|
|
"bits": [ 7 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:6.44-6.49"
|
|
}
|
|
},
|
|
"DIA13": {
|
|
"hide_name": 0,
|
|
"bits": [ 6 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:6.37-6.42"
|
|
}
|
|
},
|
|
"DIA14": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:6.30-6.35"
|
|
}
|
|
},
|
|
"DIA15": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:6.23-6.28"
|
|
}
|
|
},
|
|
"DIA16": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:6.16-6.21"
|
|
}
|
|
},
|
|
"DIA17": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:6.9-6.14"
|
|
}
|
|
},
|
|
"DIA2": {
|
|
"hide_name": 0,
|
|
"bits": [ 17 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:6.107-6.111"
|
|
}
|
|
},
|
|
"DIA3": {
|
|
"hide_name": 0,
|
|
"bits": [ 16 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:6.101-6.105"
|
|
}
|
|
},
|
|
"DIA4": {
|
|
"hide_name": 0,
|
|
"bits": [ 15 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:6.95-6.99"
|
|
}
|
|
},
|
|
"DIA5": {
|
|
"hide_name": 0,
|
|
"bits": [ 14 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:6.89-6.93"
|
|
}
|
|
},
|
|
"DIA6": {
|
|
"hide_name": 0,
|
|
"bits": [ 13 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:6.83-6.87"
|
|
}
|
|
},
|
|
"DIA7": {
|
|
"hide_name": 0,
|
|
"bits": [ 12 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:6.77-6.81"
|
|
}
|
|
},
|
|
"DIA8": {
|
|
"hide_name": 0,
|
|
"bits": [ 11 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:6.71-6.75"
|
|
}
|
|
},
|
|
"DIA9": {
|
|
"hide_name": 0,
|
|
"bits": [ 10 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:6.65-6.69"
|
|
}
|
|
},
|
|
"DIB0": {
|
|
"hide_name": 0,
|
|
"bits": [ 77 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:12.119-12.123"
|
|
}
|
|
},
|
|
"DIB1": {
|
|
"hide_name": 0,
|
|
"bits": [ 76 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:12.113-12.117"
|
|
}
|
|
},
|
|
"DIB10": {
|
|
"hide_name": 0,
|
|
"bits": [ 67 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:12.58-12.63"
|
|
}
|
|
},
|
|
"DIB11": {
|
|
"hide_name": 0,
|
|
"bits": [ 66 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:12.51-12.56"
|
|
}
|
|
},
|
|
"DIB12": {
|
|
"hide_name": 0,
|
|
"bits": [ 65 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:12.44-12.49"
|
|
}
|
|
},
|
|
"DIB13": {
|
|
"hide_name": 0,
|
|
"bits": [ 64 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:12.37-12.42"
|
|
}
|
|
},
|
|
"DIB14": {
|
|
"hide_name": 0,
|
|
"bits": [ 63 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:12.30-12.35"
|
|
}
|
|
},
|
|
"DIB15": {
|
|
"hide_name": 0,
|
|
"bits": [ 62 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:12.23-12.28"
|
|
}
|
|
},
|
|
"DIB16": {
|
|
"hide_name": 0,
|
|
"bits": [ 61 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:12.16-12.21"
|
|
}
|
|
},
|
|
"DIB17": {
|
|
"hide_name": 0,
|
|
"bits": [ 60 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:12.9-12.14"
|
|
}
|
|
},
|
|
"DIB2": {
|
|
"hide_name": 0,
|
|
"bits": [ 75 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:12.107-12.111"
|
|
}
|
|
},
|
|
"DIB3": {
|
|
"hide_name": 0,
|
|
"bits": [ 74 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:12.101-12.105"
|
|
}
|
|
},
|
|
"DIB4": {
|
|
"hide_name": 0,
|
|
"bits": [ 73 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:12.95-12.99"
|
|
}
|
|
},
|
|
"DIB5": {
|
|
"hide_name": 0,
|
|
"bits": [ 72 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:12.89-12.93"
|
|
}
|
|
},
|
|
"DIB6": {
|
|
"hide_name": 0,
|
|
"bits": [ 71 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:12.83-12.87"
|
|
}
|
|
},
|
|
"DIB7": {
|
|
"hide_name": 0,
|
|
"bits": [ 70 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:12.77-12.81"
|
|
}
|
|
},
|
|
"DIB8": {
|
|
"hide_name": 0,
|
|
"bits": [ 69 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:12.71-12.75"
|
|
}
|
|
},
|
|
"DIB9": {
|
|
"hide_name": 0,
|
|
"bits": [ 68 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:12.65-12.69"
|
|
}
|
|
},
|
|
"DOA0": {
|
|
"hide_name": 0,
|
|
"bits": [ 59 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:10.120-10.124"
|
|
}
|
|
},
|
|
"DOA1": {
|
|
"hide_name": 0,
|
|
"bits": [ 58 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:10.114-10.118"
|
|
}
|
|
},
|
|
"DOA10": {
|
|
"hide_name": 0,
|
|
"bits": [ 49 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:10.59-10.64"
|
|
}
|
|
},
|
|
"DOA11": {
|
|
"hide_name": 0,
|
|
"bits": [ 48 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:10.52-10.57"
|
|
}
|
|
},
|
|
"DOA12": {
|
|
"hide_name": 0,
|
|
"bits": [ 47 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:10.45-10.50"
|
|
}
|
|
},
|
|
"DOA13": {
|
|
"hide_name": 0,
|
|
"bits": [ 46 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:10.38-10.43"
|
|
}
|
|
},
|
|
"DOA14": {
|
|
"hide_name": 0,
|
|
"bits": [ 45 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:10.31-10.36"
|
|
}
|
|
},
|
|
"DOA15": {
|
|
"hide_name": 0,
|
|
"bits": [ 44 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:10.24-10.29"
|
|
}
|
|
},
|
|
"DOA16": {
|
|
"hide_name": 0,
|
|
"bits": [ 43 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:10.17-10.22"
|
|
}
|
|
},
|
|
"DOA17": {
|
|
"hide_name": 0,
|
|
"bits": [ 42 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:10.10-10.15"
|
|
}
|
|
},
|
|
"DOA2": {
|
|
"hide_name": 0,
|
|
"bits": [ 57 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:10.108-10.112"
|
|
}
|
|
},
|
|
"DOA3": {
|
|
"hide_name": 0,
|
|
"bits": [ 56 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:10.102-10.106"
|
|
}
|
|
},
|
|
"DOA4": {
|
|
"hide_name": 0,
|
|
"bits": [ 55 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:10.96-10.100"
|
|
}
|
|
},
|
|
"DOA5": {
|
|
"hide_name": 0,
|
|
"bits": [ 54 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:10.90-10.94"
|
|
}
|
|
},
|
|
"DOA6": {
|
|
"hide_name": 0,
|
|
"bits": [ 53 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:10.84-10.88"
|
|
}
|
|
},
|
|
"DOA7": {
|
|
"hide_name": 0,
|
|
"bits": [ 52 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:10.78-10.82"
|
|
}
|
|
},
|
|
"DOA8": {
|
|
"hide_name": 0,
|
|
"bits": [ 51 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:10.72-10.76"
|
|
}
|
|
},
|
|
"DOA9": {
|
|
"hide_name": 0,
|
|
"bits": [ 50 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:10.66-10.70"
|
|
}
|
|
},
|
|
"DOB0": {
|
|
"hide_name": 0,
|
|
"bits": [ 117 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:16.120-16.124"
|
|
}
|
|
},
|
|
"DOB1": {
|
|
"hide_name": 0,
|
|
"bits": [ 116 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:16.114-16.118"
|
|
}
|
|
},
|
|
"DOB10": {
|
|
"hide_name": 0,
|
|
"bits": [ 107 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:16.59-16.64"
|
|
}
|
|
},
|
|
"DOB11": {
|
|
"hide_name": 0,
|
|
"bits": [ 106 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:16.52-16.57"
|
|
}
|
|
},
|
|
"DOB12": {
|
|
"hide_name": 0,
|
|
"bits": [ 105 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:16.45-16.50"
|
|
}
|
|
},
|
|
"DOB13": {
|
|
"hide_name": 0,
|
|
"bits": [ 104 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:16.38-16.43"
|
|
}
|
|
},
|
|
"DOB14": {
|
|
"hide_name": 0,
|
|
"bits": [ 103 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:16.31-16.36"
|
|
}
|
|
},
|
|
"DOB15": {
|
|
"hide_name": 0,
|
|
"bits": [ 102 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:16.24-16.29"
|
|
}
|
|
},
|
|
"DOB16": {
|
|
"hide_name": 0,
|
|
"bits": [ 101 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:16.17-16.22"
|
|
}
|
|
},
|
|
"DOB17": {
|
|
"hide_name": 0,
|
|
"bits": [ 100 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:16.10-16.15"
|
|
}
|
|
},
|
|
"DOB2": {
|
|
"hide_name": 0,
|
|
"bits": [ 115 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:16.108-16.112"
|
|
}
|
|
},
|
|
"DOB3": {
|
|
"hide_name": 0,
|
|
"bits": [ 114 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:16.102-16.106"
|
|
}
|
|
},
|
|
"DOB4": {
|
|
"hide_name": 0,
|
|
"bits": [ 113 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:16.96-16.100"
|
|
}
|
|
},
|
|
"DOB5": {
|
|
"hide_name": 0,
|
|
"bits": [ 112 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:16.90-16.94"
|
|
}
|
|
},
|
|
"DOB6": {
|
|
"hide_name": 0,
|
|
"bits": [ 111 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:16.84-16.88"
|
|
}
|
|
},
|
|
"DOB7": {
|
|
"hide_name": 0,
|
|
"bits": [ 110 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:16.78-16.82"
|
|
}
|
|
},
|
|
"DOB8": {
|
|
"hide_name": 0,
|
|
"bits": [ 109 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:16.72-16.76"
|
|
}
|
|
},
|
|
"DOB9": {
|
|
"hide_name": 0,
|
|
"bits": [ 108 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:16.66-16.70"
|
|
}
|
|
},
|
|
"OCEA": {
|
|
"hide_name": 0,
|
|
"bits": [ 35 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:8.14-8.18"
|
|
}
|
|
},
|
|
"OCEB": {
|
|
"hide_name": 0,
|
|
"bits": [ 93 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:14.14-14.18"
|
|
}
|
|
},
|
|
"RSTA": {
|
|
"hide_name": 0,
|
|
"bits": [ 38 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:8.31-8.35"
|
|
}
|
|
},
|
|
"RSTB": {
|
|
"hide_name": 0,
|
|
"bits": [ 96 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:14.31-14.35"
|
|
}
|
|
},
|
|
"WEA": {
|
|
"hide_name": 0,
|
|
"bits": [ 37 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:8.26-8.29"
|
|
}
|
|
},
|
|
"WEB": {
|
|
"hide_name": 0,
|
|
"bits": [ 95 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_sim_ecp5.v:14.26-14.29"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DPR16X4C": {
|
|
"attributes": {
|
|
"abc9_box_id": "00000000000000000000000000000110",
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"abc9_box": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:174.1-233.10"
|
|
},
|
|
"parameter_default_values": {
|
|
"INITVAL": "0x0000000000000000 "
|
|
},
|
|
"ports": {
|
|
"DI": {
|
|
"direction": "input",
|
|
"bits": [ 2, 3, 4, 5 ]
|
|
},
|
|
"WCK": {
|
|
"direction": "input",
|
|
"bits": [ 6 ]
|
|
},
|
|
"WRE": {
|
|
"direction": "input",
|
|
"bits": [ 7 ]
|
|
},
|
|
"RAD": {
|
|
"direction": "input",
|
|
"bits": [ 8, 9, 10, 11 ]
|
|
},
|
|
"WAD": {
|
|
"direction": "input",
|
|
"bits": [ 12, 13, 14, 15 ]
|
|
},
|
|
"DO": {
|
|
"direction": "output",
|
|
"bits": [ 16, 17, 18, 19 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"DI": {
|
|
"hide_name": 0,
|
|
"bits": [ 2, 3, 4, 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:175.15-175.17"
|
|
}
|
|
},
|
|
"DO": {
|
|
"hide_name": 0,
|
|
"bits": [ 16, 17, 18, 19 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:179.16-179.18"
|
|
}
|
|
},
|
|
"RAD": {
|
|
"hide_name": 0,
|
|
"bits": [ 8, 9, 10, 11 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:177.15-177.18"
|
|
}
|
|
},
|
|
"WAD": {
|
|
"hide_name": 0,
|
|
"bits": [ 12, 13, 14, 15 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:178.15-178.18"
|
|
}
|
|
},
|
|
"WCK": {
|
|
"hide_name": 0,
|
|
"bits": [ 6 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:176.9-176.12"
|
|
}
|
|
},
|
|
"WRE": {
|
|
"hide_name": 0,
|
|
"bits": [ 7 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:176.14-176.17"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DQSBUFM": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1091.1-1136.10"
|
|
},
|
|
"parameter_default_values": {
|
|
"DQS_LI_DEL_ADJ": "FACTORYONLY",
|
|
"DQS_LI_DEL_VAL": "00000000000000000000000000000100",
|
|
"DQS_LO_DEL_ADJ": "FACTORYONLY",
|
|
"DQS_LO_DEL_VAL": "00000000000000000000000000000000",
|
|
"GSR": "ENABLED"
|
|
},
|
|
"ports": {
|
|
"DQSI": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"READ1": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"READ0": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"READCLKSEL2": {
|
|
"direction": "input",
|
|
"bits": [ 5 ]
|
|
},
|
|
"READCLKSEL1": {
|
|
"direction": "input",
|
|
"bits": [ 6 ]
|
|
},
|
|
"READCLKSEL0": {
|
|
"direction": "input",
|
|
"bits": [ 7 ]
|
|
},
|
|
"DDRDEL": {
|
|
"direction": "input",
|
|
"bits": [ 8 ]
|
|
},
|
|
"ECLK": {
|
|
"direction": "input",
|
|
"bits": [ 9 ]
|
|
},
|
|
"SCLK": {
|
|
"direction": "input",
|
|
"bits": [ 10 ]
|
|
},
|
|
"RST": {
|
|
"direction": "input",
|
|
"bits": [ 11 ]
|
|
},
|
|
"DYNDELAY7": {
|
|
"direction": "input",
|
|
"bits": [ 12 ]
|
|
},
|
|
"DYNDELAY6": {
|
|
"direction": "input",
|
|
"bits": [ 13 ]
|
|
},
|
|
"DYNDELAY5": {
|
|
"direction": "input",
|
|
"bits": [ 14 ]
|
|
},
|
|
"DYNDELAY4": {
|
|
"direction": "input",
|
|
"bits": [ 15 ]
|
|
},
|
|
"DYNDELAY3": {
|
|
"direction": "input",
|
|
"bits": [ 16 ]
|
|
},
|
|
"DYNDELAY2": {
|
|
"direction": "input",
|
|
"bits": [ 17 ]
|
|
},
|
|
"DYNDELAY1": {
|
|
"direction": "input",
|
|
"bits": [ 18 ]
|
|
},
|
|
"DYNDELAY0": {
|
|
"direction": "input",
|
|
"bits": [ 19 ]
|
|
},
|
|
"PAUSE": {
|
|
"direction": "input",
|
|
"bits": [ 20 ]
|
|
},
|
|
"RDLOADN": {
|
|
"direction": "input",
|
|
"bits": [ 21 ]
|
|
},
|
|
"RDMOVE": {
|
|
"direction": "input",
|
|
"bits": [ 22 ]
|
|
},
|
|
"RDDIRECTION": {
|
|
"direction": "input",
|
|
"bits": [ 23 ]
|
|
},
|
|
"WRLOADN": {
|
|
"direction": "input",
|
|
"bits": [ 24 ]
|
|
},
|
|
"WRMOVE": {
|
|
"direction": "input",
|
|
"bits": [ 25 ]
|
|
},
|
|
"WRDIRECTION": {
|
|
"direction": "input",
|
|
"bits": [ 26 ]
|
|
},
|
|
"DQSR90": {
|
|
"direction": "output",
|
|
"bits": [ 27 ]
|
|
},
|
|
"DQSW": {
|
|
"direction": "output",
|
|
"bits": [ 28 ]
|
|
},
|
|
"DQSW270": {
|
|
"direction": "output",
|
|
"bits": [ 29 ]
|
|
},
|
|
"RDPNTR2": {
|
|
"direction": "output",
|
|
"bits": [ 30 ]
|
|
},
|
|
"RDPNTR1": {
|
|
"direction": "output",
|
|
"bits": [ 31 ]
|
|
},
|
|
"RDPNTR0": {
|
|
"direction": "output",
|
|
"bits": [ 32 ]
|
|
},
|
|
"WRPNTR2": {
|
|
"direction": "output",
|
|
"bits": [ 33 ]
|
|
},
|
|
"WRPNTR1": {
|
|
"direction": "output",
|
|
"bits": [ 34 ]
|
|
},
|
|
"WRPNTR0": {
|
|
"direction": "output",
|
|
"bits": [ 35 ]
|
|
},
|
|
"DATAVALID": {
|
|
"direction": "output",
|
|
"bits": [ 36 ]
|
|
},
|
|
"BURSTDET": {
|
|
"direction": "output",
|
|
"bits": [ 37 ]
|
|
},
|
|
"RDCFLAG": {
|
|
"direction": "output",
|
|
"bits": [ 38 ]
|
|
},
|
|
"WRCFLAG": {
|
|
"direction": "output",
|
|
"bits": [ 39 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"BURSTDET": {
|
|
"hide_name": 0,
|
|
"bits": [ 37 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1133.12-1133.20"
|
|
}
|
|
},
|
|
"DATAVALID": {
|
|
"hide_name": 0,
|
|
"bits": [ 36 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1132.12-1132.21"
|
|
}
|
|
},
|
|
"DDRDEL": {
|
|
"hide_name": 0,
|
|
"bits": [ 8 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1104.11-1104.17"
|
|
}
|
|
},
|
|
"DQSI": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1098.11-1098.15"
|
|
}
|
|
},
|
|
"DQSR90": {
|
|
"hide_name": 0,
|
|
"bits": [ 27 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1123.12-1123.18"
|
|
}
|
|
},
|
|
"DQSW": {
|
|
"hide_name": 0,
|
|
"bits": [ 28 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1124.12-1124.16"
|
|
}
|
|
},
|
|
"DQSW270": {
|
|
"hide_name": 0,
|
|
"bits": [ 29 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1125.12-1125.19"
|
|
}
|
|
},
|
|
"DYNDELAY0": {
|
|
"hide_name": 0,
|
|
"bits": [ 19 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1115.11-1115.20"
|
|
}
|
|
},
|
|
"DYNDELAY1": {
|
|
"hide_name": 0,
|
|
"bits": [ 18 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1114.11-1114.20"
|
|
}
|
|
},
|
|
"DYNDELAY2": {
|
|
"hide_name": 0,
|
|
"bits": [ 17 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1113.11-1113.20"
|
|
}
|
|
},
|
|
"DYNDELAY3": {
|
|
"hide_name": 0,
|
|
"bits": [ 16 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1112.11-1112.20"
|
|
}
|
|
},
|
|
"DYNDELAY4": {
|
|
"hide_name": 0,
|
|
"bits": [ 15 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1111.11-1111.20"
|
|
}
|
|
},
|
|
"DYNDELAY5": {
|
|
"hide_name": 0,
|
|
"bits": [ 14 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1110.11-1110.20"
|
|
}
|
|
},
|
|
"DYNDELAY6": {
|
|
"hide_name": 0,
|
|
"bits": [ 13 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1109.11-1109.20"
|
|
}
|
|
},
|
|
"DYNDELAY7": {
|
|
"hide_name": 0,
|
|
"bits": [ 12 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1108.11-1108.20"
|
|
}
|
|
},
|
|
"ECLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 9 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1105.11-1105.15"
|
|
}
|
|
},
|
|
"PAUSE": {
|
|
"hide_name": 0,
|
|
"bits": [ 20 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1116.11-1116.16"
|
|
}
|
|
},
|
|
"RDCFLAG": {
|
|
"hide_name": 0,
|
|
"bits": [ 38 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1134.12-1134.19"
|
|
}
|
|
},
|
|
"RDDIRECTION": {
|
|
"hide_name": 0,
|
|
"bits": [ 23 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1119.11-1119.22"
|
|
}
|
|
},
|
|
"RDLOADN": {
|
|
"hide_name": 0,
|
|
"bits": [ 21 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1117.11-1117.18"
|
|
}
|
|
},
|
|
"RDMOVE": {
|
|
"hide_name": 0,
|
|
"bits": [ 22 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1118.11-1118.17"
|
|
}
|
|
},
|
|
"RDPNTR0": {
|
|
"hide_name": 0,
|
|
"bits": [ 32 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1128.12-1128.19"
|
|
}
|
|
},
|
|
"RDPNTR1": {
|
|
"hide_name": 0,
|
|
"bits": [ 31 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1127.12-1127.19"
|
|
}
|
|
},
|
|
"RDPNTR2": {
|
|
"hide_name": 0,
|
|
"bits": [ 30 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1126.12-1126.19"
|
|
}
|
|
},
|
|
"READ0": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1100.11-1100.16"
|
|
}
|
|
},
|
|
"READ1": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1099.11-1099.16"
|
|
}
|
|
},
|
|
"READCLKSEL0": {
|
|
"hide_name": 0,
|
|
"bits": [ 7 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1103.11-1103.22"
|
|
}
|
|
},
|
|
"READCLKSEL1": {
|
|
"hide_name": 0,
|
|
"bits": [ 6 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1102.11-1102.22"
|
|
}
|
|
},
|
|
"READCLKSEL2": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1101.11-1101.22"
|
|
}
|
|
},
|
|
"RST": {
|
|
"hide_name": 0,
|
|
"bits": [ 11 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1107.11-1107.14"
|
|
}
|
|
},
|
|
"SCLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 10 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1106.11-1106.15"
|
|
}
|
|
},
|
|
"WRCFLAG": {
|
|
"hide_name": 0,
|
|
"bits": [ 39 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1135.12-1135.19"
|
|
}
|
|
},
|
|
"WRDIRECTION": {
|
|
"hide_name": 0,
|
|
"bits": [ 26 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1122.11-1122.22"
|
|
}
|
|
},
|
|
"WRLOADN": {
|
|
"hide_name": 0,
|
|
"bits": [ 24 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1120.11-1120.18"
|
|
}
|
|
},
|
|
"WRMOVE": {
|
|
"hide_name": 0,
|
|
"bits": [ 25 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1121.11-1121.17"
|
|
}
|
|
},
|
|
"WRPNTR0": {
|
|
"hide_name": 0,
|
|
"bits": [ 35 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1131.12-1131.19"
|
|
}
|
|
},
|
|
"WRPNTR1": {
|
|
"hide_name": 0,
|
|
"bits": [ 34 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1130.12-1130.19"
|
|
}
|
|
},
|
|
"WRPNTR2": {
|
|
"hide_name": 0,
|
|
"bits": [ 33 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1129.12-1129.19"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DTR": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1399.1-1410.10"
|
|
},
|
|
"parameter_default_values": {
|
|
"DTR_TEMP": "00000000000000000000000000011001"
|
|
},
|
|
"ports": {
|
|
"STARTPULSE": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"DTROUT7": {
|
|
"direction": "output",
|
|
"bits": [ 3 ]
|
|
},
|
|
"DTROUT6": {
|
|
"direction": "output",
|
|
"bits": [ 4 ]
|
|
},
|
|
"DTROUT5": {
|
|
"direction": "output",
|
|
"bits": [ 5 ]
|
|
},
|
|
"DTROUT4": {
|
|
"direction": "output",
|
|
"bits": [ 6 ]
|
|
},
|
|
"DTROUT3": {
|
|
"direction": "output",
|
|
"bits": [ 7 ]
|
|
},
|
|
"DTROUT2": {
|
|
"direction": "output",
|
|
"bits": [ 8 ]
|
|
},
|
|
"DTROUT1": {
|
|
"direction": "output",
|
|
"bits": [ 9 ]
|
|
},
|
|
"DTROUT0": {
|
|
"direction": "output",
|
|
"bits": [ 10 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"DTROUT0": {
|
|
"hide_name": 0,
|
|
"bits": [ 10 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1409.12-1409.19"
|
|
}
|
|
},
|
|
"DTROUT1": {
|
|
"hide_name": 0,
|
|
"bits": [ 9 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1408.12-1408.19"
|
|
}
|
|
},
|
|
"DTROUT2": {
|
|
"hide_name": 0,
|
|
"bits": [ 8 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1407.12-1407.19"
|
|
}
|
|
},
|
|
"DTROUT3": {
|
|
"hide_name": 0,
|
|
"bits": [ 7 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1406.12-1406.19"
|
|
}
|
|
},
|
|
"DTROUT4": {
|
|
"hide_name": 0,
|
|
"bits": [ 6 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1405.12-1405.19"
|
|
}
|
|
},
|
|
"DTROUT5": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1404.12-1404.19"
|
|
}
|
|
},
|
|
"DTROUT6": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1403.12-1403.19"
|
|
}
|
|
},
|
|
"DTROUT7": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1402.12-1402.19"
|
|
}
|
|
},
|
|
"STARTPULSE": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1401.11-1401.21"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ECLKBRIDGECS": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1057.1-1062.10"
|
|
},
|
|
"ports": {
|
|
"CLK0": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"CLK1": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"SEL": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"ECSOUT": {
|
|
"direction": "output",
|
|
"bits": [ 5 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"CLK0": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1058.11-1058.15"
|
|
}
|
|
},
|
|
"CLK1": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1059.11-1059.15"
|
|
}
|
|
},
|
|
"ECSOUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1061.12-1061.18"
|
|
}
|
|
},
|
|
"SEL": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1060.11-1060.14"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ECLKSYNCB": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1050.1-1054.10"
|
|
},
|
|
"ports": {
|
|
"ECLKI": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"STOP": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"ECLKO": {
|
|
"direction": "output",
|
|
"bits": [ 4 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"ECLKI": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1051.11-1051.16"
|
|
}
|
|
},
|
|
"ECLKO": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1053.12-1053.17"
|
|
}
|
|
},
|
|
"STOP": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1052.11-1052.15"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"EHXPLLL": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1336.1-1396.10"
|
|
},
|
|
"parameter_default_values": {
|
|
"CLKFB_DIV": "00000000000000000000000000000001",
|
|
"CLKI_DIV": "00000000000000000000000000000001",
|
|
"CLKOP_CPHASE": "00000000000000000000000000000000",
|
|
"CLKOP_DIV": "00000000000000000000000000001000",
|
|
"CLKOP_ENABLE": "ENABLED",
|
|
"CLKOP_FPHASE": "00000000000000000000000000000000",
|
|
"CLKOP_TRIM_DELAY": "00000000000000000000000000000000",
|
|
"CLKOP_TRIM_POL": "RISING",
|
|
"CLKOS2_CPHASE": "00000000000000000000000000000000",
|
|
"CLKOS2_DIV": "00000000000000000000000000001000",
|
|
"CLKOS2_ENABLE": "DISABLED",
|
|
"CLKOS2_FPHASE": "00000000000000000000000000000000",
|
|
"CLKOS3_CPHASE": "00000000000000000000000000000000",
|
|
"CLKOS3_DIV": "00000000000000000000000000001000",
|
|
"CLKOS3_ENABLE": "DISABLED",
|
|
"CLKOS3_FPHASE": "00000000000000000000000000000000",
|
|
"CLKOS_CPHASE": "00000000000000000000000000000000",
|
|
"CLKOS_DIV": "00000000000000000000000000001000",
|
|
"CLKOS_ENABLE": "DISABLED",
|
|
"CLKOS_FPHASE": "00000000000000000000000000000000",
|
|
"CLKOS_TRIM_DELAY": "00000000000000000000000000000000",
|
|
"CLKOS_TRIM_POL": "RISING",
|
|
"DPHASE_SOURCE": "DISABLED",
|
|
"FEEDBK_PATH": "CLKOP",
|
|
"INTFB_WAKE": "DISABLED",
|
|
"INT_LOCK_STICKY": "ENABLED",
|
|
"OUTDIVIDER_MUXA": "DIVA",
|
|
"OUTDIVIDER_MUXB": "DIVB",
|
|
"OUTDIVIDER_MUXC": "DIVC",
|
|
"OUTDIVIDER_MUXD": "DIVD",
|
|
"PLLRST_ENA": "DISABLED",
|
|
"PLL_LOCK_DELAY": "00000000000000000000000011001000",
|
|
"PLL_LOCK_MODE": "00000000000000000000000000000000",
|
|
"REFIN_RESET": "DISABLED",
|
|
"STDBY_ENABLE": "DISABLED",
|
|
"SYNC_ENABLE": "DISABLED"
|
|
},
|
|
"ports": {
|
|
"CLKI": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"CLKFB": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"PHASESEL1": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"PHASESEL0": {
|
|
"direction": "input",
|
|
"bits": [ 5 ]
|
|
},
|
|
"PHASEDIR": {
|
|
"direction": "input",
|
|
"bits": [ 6 ]
|
|
},
|
|
"PHASESTEP": {
|
|
"direction": "input",
|
|
"bits": [ 7 ]
|
|
},
|
|
"PHASELOADREG": {
|
|
"direction": "input",
|
|
"bits": [ 8 ]
|
|
},
|
|
"STDBY": {
|
|
"direction": "input",
|
|
"bits": [ 9 ]
|
|
},
|
|
"PLLWAKESYNC": {
|
|
"direction": "input",
|
|
"bits": [ 10 ]
|
|
},
|
|
"RST": {
|
|
"direction": "input",
|
|
"bits": [ 11 ]
|
|
},
|
|
"ENCLKOP": {
|
|
"direction": "input",
|
|
"bits": [ 12 ]
|
|
},
|
|
"ENCLKOS": {
|
|
"direction": "input",
|
|
"bits": [ 13 ]
|
|
},
|
|
"ENCLKOS2": {
|
|
"direction": "input",
|
|
"bits": [ 14 ]
|
|
},
|
|
"ENCLKOS3": {
|
|
"direction": "input",
|
|
"bits": [ 15 ]
|
|
},
|
|
"CLKOP": {
|
|
"direction": "output",
|
|
"bits": [ 16 ]
|
|
},
|
|
"CLKOS": {
|
|
"direction": "output",
|
|
"bits": [ 17 ]
|
|
},
|
|
"CLKOS2": {
|
|
"direction": "output",
|
|
"bits": [ 18 ]
|
|
},
|
|
"CLKOS3": {
|
|
"direction": "output",
|
|
"bits": [ 19 ]
|
|
},
|
|
"LOCK": {
|
|
"direction": "output",
|
|
"bits": [ 20 ]
|
|
},
|
|
"INTLOCK": {
|
|
"direction": "output",
|
|
"bits": [ 21 ]
|
|
},
|
|
"REFCLK": {
|
|
"direction": "output",
|
|
"bits": [ 22 ]
|
|
},
|
|
"CLKINTFB": {
|
|
"direction": "output",
|
|
"bits": [ 23 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"CLKFB": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1375.11-1375.16"
|
|
}
|
|
},
|
|
"CLKI": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1374.11-1374.15"
|
|
}
|
|
},
|
|
"CLKINTFB": {
|
|
"hide_name": 0,
|
|
"bits": [ 23 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1395.12-1395.20"
|
|
}
|
|
},
|
|
"CLKOP": {
|
|
"hide_name": 0,
|
|
"bits": [ 16 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1388.12-1388.17"
|
|
}
|
|
},
|
|
"CLKOS": {
|
|
"hide_name": 0,
|
|
"bits": [ 17 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1389.12-1389.17"
|
|
}
|
|
},
|
|
"CLKOS2": {
|
|
"hide_name": 0,
|
|
"bits": [ 18 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1390.12-1390.18"
|
|
}
|
|
},
|
|
"CLKOS3": {
|
|
"hide_name": 0,
|
|
"bits": [ 19 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1391.12-1391.18"
|
|
}
|
|
},
|
|
"ENCLKOP": {
|
|
"hide_name": 0,
|
|
"bits": [ 12 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1384.11-1384.18"
|
|
}
|
|
},
|
|
"ENCLKOS": {
|
|
"hide_name": 0,
|
|
"bits": [ 13 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1385.11-1385.18"
|
|
}
|
|
},
|
|
"ENCLKOS2": {
|
|
"hide_name": 0,
|
|
"bits": [ 14 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1386.11-1386.19"
|
|
}
|
|
},
|
|
"ENCLKOS3": {
|
|
"hide_name": 0,
|
|
"bits": [ 15 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1387.11-1387.19"
|
|
}
|
|
},
|
|
"INTLOCK": {
|
|
"hide_name": 0,
|
|
"bits": [ 21 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1393.12-1393.19"
|
|
}
|
|
},
|
|
"LOCK": {
|
|
"hide_name": 0,
|
|
"bits": [ 20 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1392.12-1392.16"
|
|
}
|
|
},
|
|
"PHASEDIR": {
|
|
"hide_name": 0,
|
|
"bits": [ 6 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1378.11-1378.19"
|
|
}
|
|
},
|
|
"PHASELOADREG": {
|
|
"hide_name": 0,
|
|
"bits": [ 8 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1380.11-1380.23"
|
|
}
|
|
},
|
|
"PHASESEL0": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1377.11-1377.20"
|
|
}
|
|
},
|
|
"PHASESEL1": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1376.11-1376.20"
|
|
}
|
|
},
|
|
"PHASESTEP": {
|
|
"hide_name": 0,
|
|
"bits": [ 7 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1379.11-1379.20"
|
|
}
|
|
},
|
|
"PLLWAKESYNC": {
|
|
"hide_name": 0,
|
|
"bits": [ 10 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1382.11-1382.22"
|
|
}
|
|
},
|
|
"REFCLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 22 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1394.12-1394.18"
|
|
}
|
|
},
|
|
"RST": {
|
|
"hide_name": 0,
|
|
"bits": [ 11 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1383.11-1383.14"
|
|
}
|
|
},
|
|
"STDBY": {
|
|
"hide_name": 0,
|
|
"bits": [ 9 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1381.11-1381.16"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"EXTREFB": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1419.1-1428.10"
|
|
},
|
|
"parameter_default_values": {
|
|
"REFCK_DCBIAS_EN": "DONTCARE",
|
|
"REFCK_PWDNB": "DONTCARE",
|
|
"REFCK_RTERM": "DONTCARE"
|
|
},
|
|
"ports": {
|
|
"REFCLKP": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"REFCLKN": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"REFCLKO": {
|
|
"direction": "output",
|
|
"bits": [ 4 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"REFCLKN": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"iopad_external_pin": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1426.11-1426.18"
|
|
}
|
|
},
|
|
"REFCLKO": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1427.12-1427.19"
|
|
}
|
|
},
|
|
"REFCLKP": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"iopad_external_pin": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1424.11-1424.18"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"FD1P3AX": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:2.1-2.261"
|
|
},
|
|
"parameter_default_values": {
|
|
"GSR": "ENABLED"
|
|
},
|
|
"ports": {
|
|
"D": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"SP": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"CK": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"Q": {
|
|
"direction": "output",
|
|
"bits": [ 5 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"CK": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:2.33-2.35"
|
|
}
|
|
},
|
|
"D": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:2.26-2.27"
|
|
}
|
|
},
|
|
"Q": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:2.44-2.45"
|
|
}
|
|
},
|
|
"SP": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:2.29-2.31"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"FD1P3AY": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:3.1-3.261"
|
|
},
|
|
"parameter_default_values": {
|
|
"GSR": "ENABLED"
|
|
},
|
|
"ports": {
|
|
"D": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"SP": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"CK": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"Q": {
|
|
"direction": "output",
|
|
"bits": [ 5 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"CK": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:3.33-3.35"
|
|
}
|
|
},
|
|
"D": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:3.26-3.27"
|
|
}
|
|
},
|
|
"Q": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:3.44-3.45"
|
|
}
|
|
},
|
|
"SP": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:3.29-3.31"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"FD1P3BX": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:4.1-4.261"
|
|
},
|
|
"parameter_default_values": {
|
|
"GSR": "ENABLED"
|
|
},
|
|
"ports": {
|
|
"PD": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"D": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"SP": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"CK": {
|
|
"direction": "input",
|
|
"bits": [ 5 ]
|
|
},
|
|
"Q": {
|
|
"direction": "output",
|
|
"bits": [ 6 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"CK": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:4.33-4.35"
|
|
}
|
|
},
|
|
"D": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:4.26-4.27"
|
|
}
|
|
},
|
|
"PD": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:4.22-4.24"
|
|
}
|
|
},
|
|
"Q": {
|
|
"hide_name": 0,
|
|
"bits": [ 6 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:4.44-4.45"
|
|
}
|
|
},
|
|
"SP": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:4.29-4.31"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"FD1P3DX": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:5.1-5.261"
|
|
},
|
|
"parameter_default_values": {
|
|
"GSR": "ENABLED"
|
|
},
|
|
"ports": {
|
|
"CD": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"D": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"SP": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"CK": {
|
|
"direction": "input",
|
|
"bits": [ 5 ]
|
|
},
|
|
"Q": {
|
|
"direction": "output",
|
|
"bits": [ 6 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"CD": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:5.22-5.24"
|
|
}
|
|
},
|
|
"CK": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:5.33-5.35"
|
|
}
|
|
},
|
|
"D": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:5.26-5.27"
|
|
}
|
|
},
|
|
"Q": {
|
|
"hide_name": 0,
|
|
"bits": [ 6 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:5.44-5.45"
|
|
}
|
|
},
|
|
"SP": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:5.29-5.31"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"FD1P3IX": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:6.1-6.261"
|
|
},
|
|
"parameter_default_values": {
|
|
"GSR": "ENABLED"
|
|
},
|
|
"ports": {
|
|
"CD": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"D": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"SP": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"CK": {
|
|
"direction": "input",
|
|
"bits": [ 5 ]
|
|
},
|
|
"Q": {
|
|
"direction": "output",
|
|
"bits": [ 6 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"CD": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:6.22-6.24"
|
|
}
|
|
},
|
|
"CK": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:6.33-6.35"
|
|
}
|
|
},
|
|
"D": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:6.26-6.27"
|
|
}
|
|
},
|
|
"Q": {
|
|
"hide_name": 0,
|
|
"bits": [ 6 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:6.44-6.45"
|
|
}
|
|
},
|
|
"SP": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:6.29-6.31"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"FD1P3JX": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:7.1-7.261"
|
|
},
|
|
"parameter_default_values": {
|
|
"GSR": "ENABLED"
|
|
},
|
|
"ports": {
|
|
"PD": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"D": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"SP": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"CK": {
|
|
"direction": "input",
|
|
"bits": [ 5 ]
|
|
},
|
|
"Q": {
|
|
"direction": "output",
|
|
"bits": [ 6 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"CK": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:7.33-7.35"
|
|
}
|
|
},
|
|
"D": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:7.26-7.27"
|
|
}
|
|
},
|
|
"PD": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:7.22-7.24"
|
|
}
|
|
},
|
|
"Q": {
|
|
"hide_name": 0,
|
|
"bits": [ 6 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:7.44-7.45"
|
|
}
|
|
},
|
|
"SP": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:7.29-7.31"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"FD1S3AX": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:8.1-8.261"
|
|
},
|
|
"parameter_default_values": {
|
|
"GSR": "ENABLED"
|
|
},
|
|
"ports": {
|
|
"D": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"CK": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"Q": {
|
|
"direction": "output",
|
|
"bits": [ 4 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"CK": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:8.33-8.35"
|
|
}
|
|
},
|
|
"D": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:8.26-8.27"
|
|
}
|
|
},
|
|
"Q": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:8.44-8.45"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"FD1S3AY": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:9.1-9.261"
|
|
},
|
|
"parameter_default_values": {
|
|
"GSR": "ENABLED"
|
|
},
|
|
"ports": {
|
|
"D": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"CK": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"Q": {
|
|
"direction": "output",
|
|
"bits": [ 4 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"CK": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:9.33-9.35"
|
|
}
|
|
},
|
|
"D": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:9.26-9.27"
|
|
}
|
|
},
|
|
"Q": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:9.44-9.45"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"FD1S3BX": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:10.1-10.261"
|
|
},
|
|
"parameter_default_values": {
|
|
"GSR": "ENABLED"
|
|
},
|
|
"ports": {
|
|
"PD": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"D": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"CK": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"Q": {
|
|
"direction": "output",
|
|
"bits": [ 5 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"CK": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:10.33-10.35"
|
|
}
|
|
},
|
|
"D": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:10.26-10.27"
|
|
}
|
|
},
|
|
"PD": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:10.22-10.24"
|
|
}
|
|
},
|
|
"Q": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:10.44-10.45"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"FD1S3DX": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:11.1-11.261"
|
|
},
|
|
"parameter_default_values": {
|
|
"GSR": "ENABLED"
|
|
},
|
|
"ports": {
|
|
"CD": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"D": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"CK": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"Q": {
|
|
"direction": "output",
|
|
"bits": [ 5 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"CD": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:11.22-11.24"
|
|
}
|
|
},
|
|
"CK": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:11.33-11.35"
|
|
}
|
|
},
|
|
"D": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:11.26-11.27"
|
|
}
|
|
},
|
|
"Q": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:11.44-11.45"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"FD1S3IX": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:12.1-12.261"
|
|
},
|
|
"parameter_default_values": {
|
|
"GSR": "ENABLED"
|
|
},
|
|
"ports": {
|
|
"CD": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"D": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"CK": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"Q": {
|
|
"direction": "output",
|
|
"bits": [ 5 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"CD": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:12.22-12.24"
|
|
}
|
|
},
|
|
"CK": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:12.33-12.35"
|
|
}
|
|
},
|
|
"D": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:12.26-12.27"
|
|
}
|
|
},
|
|
"Q": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:12.44-12.45"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"FD1S3JX": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:13.1-13.261"
|
|
},
|
|
"parameter_default_values": {
|
|
"GSR": "ENABLED"
|
|
},
|
|
"ports": {
|
|
"PD": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"D": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"CK": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"Q": {
|
|
"direction": "output",
|
|
"bits": [ 5 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"CK": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:13.33-13.35"
|
|
}
|
|
},
|
|
"D": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:13.26-13.27"
|
|
}
|
|
},
|
|
"PD": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:13.22-13.24"
|
|
}
|
|
},
|
|
"Q": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:13.44-13.45"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"GSR": {
|
|
"attributes": {
|
|
"keep": "00000000000000000000000000000001",
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:4.1-6.10"
|
|
},
|
|
"ports": {
|
|
"GSR": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"GSR": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:5.11-5.14"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"IB": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:2.1-2.157"
|
|
},
|
|
"ports": {
|
|
"I": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"O": {
|
|
"direction": "output",
|
|
"bits": [ 3 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"I": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"iopad_external_pin": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:2.45-2.46"
|
|
}
|
|
},
|
|
"O": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:2.59-2.60"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"IBPD": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:4.1-4.157"
|
|
},
|
|
"ports": {
|
|
"I": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"O": {
|
|
"direction": "output",
|
|
"bits": [ 3 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"I": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"iopad_external_pin": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:4.45-4.46"
|
|
}
|
|
},
|
|
"O": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:4.59-4.60"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"IBPU": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:3.1-3.157"
|
|
},
|
|
"ports": {
|
|
"I": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"O": {
|
|
"direction": "output",
|
|
"bits": [ 3 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"I": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"iopad_external_pin": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:3.45-3.46"
|
|
}
|
|
},
|
|
"O": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:3.59-3.60"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"IDDR71B": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1194.1-1208.10"
|
|
},
|
|
"parameter_default_values": {
|
|
"GSR": "ENABLED"
|
|
},
|
|
"ports": {
|
|
"D": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"SCLK": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"ECLK": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"RST": {
|
|
"direction": "input",
|
|
"bits": [ 5 ]
|
|
},
|
|
"ALIGNWD": {
|
|
"direction": "input",
|
|
"bits": [ 6 ]
|
|
},
|
|
"Q6": {
|
|
"direction": "output",
|
|
"bits": [ 7 ]
|
|
},
|
|
"Q5": {
|
|
"direction": "output",
|
|
"bits": [ 8 ]
|
|
},
|
|
"Q4": {
|
|
"direction": "output",
|
|
"bits": [ 9 ]
|
|
},
|
|
"Q3": {
|
|
"direction": "output",
|
|
"bits": [ 10 ]
|
|
},
|
|
"Q2": {
|
|
"direction": "output",
|
|
"bits": [ 11 ]
|
|
},
|
|
"Q1": {
|
|
"direction": "output",
|
|
"bits": [ 12 ]
|
|
},
|
|
"Q0": {
|
|
"direction": "output",
|
|
"bits": [ 13 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"ALIGNWD": {
|
|
"hide_name": 0,
|
|
"bits": [ 6 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1200.11-1200.18"
|
|
}
|
|
},
|
|
"D": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1196.11-1196.12"
|
|
}
|
|
},
|
|
"ECLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1198.11-1198.15"
|
|
}
|
|
},
|
|
"Q0": {
|
|
"hide_name": 0,
|
|
"bits": [ 13 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1207.12-1207.14"
|
|
}
|
|
},
|
|
"Q1": {
|
|
"hide_name": 0,
|
|
"bits": [ 12 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1206.12-1206.14"
|
|
}
|
|
},
|
|
"Q2": {
|
|
"hide_name": 0,
|
|
"bits": [ 11 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1205.12-1205.14"
|
|
}
|
|
},
|
|
"Q3": {
|
|
"hide_name": 0,
|
|
"bits": [ 10 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1204.12-1204.14"
|
|
}
|
|
},
|
|
"Q4": {
|
|
"hide_name": 0,
|
|
"bits": [ 9 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1203.12-1203.14"
|
|
}
|
|
},
|
|
"Q5": {
|
|
"hide_name": 0,
|
|
"bits": [ 8 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1202.12-1202.14"
|
|
}
|
|
},
|
|
"Q6": {
|
|
"hide_name": 0,
|
|
"bits": [ 7 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1201.12-1201.14"
|
|
}
|
|
},
|
|
"RST": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1199.11-1199.14"
|
|
}
|
|
},
|
|
"SCLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1197.11-1197.15"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"IDDRX1F": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1170.1-1177.10"
|
|
},
|
|
"parameter_default_values": {
|
|
"GSR": "ENABLED"
|
|
},
|
|
"ports": {
|
|
"D": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"SCLK": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"RST": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"Q0": {
|
|
"direction": "output",
|
|
"bits": [ 5 ]
|
|
},
|
|
"Q1": {
|
|
"direction": "output",
|
|
"bits": [ 6 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"D": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1172.11-1172.12"
|
|
}
|
|
},
|
|
"Q0": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1175.12-1175.14"
|
|
}
|
|
},
|
|
"Q1": {
|
|
"hide_name": 0,
|
|
"bits": [ 6 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1176.12-1176.14"
|
|
}
|
|
},
|
|
"RST": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1174.11-1174.14"
|
|
}
|
|
},
|
|
"SCLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1173.11-1173.15"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"IDDRX2DQA": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1211.1-1229.10"
|
|
},
|
|
"parameter_default_values": {
|
|
"GSR": "ENABLED"
|
|
},
|
|
"ports": {
|
|
"SCLK": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"ECLK": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"DQSR90": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"D": {
|
|
"direction": "input",
|
|
"bits": [ 5 ]
|
|
},
|
|
"RST": {
|
|
"direction": "input",
|
|
"bits": [ 6 ]
|
|
},
|
|
"RDPNTR2": {
|
|
"direction": "input",
|
|
"bits": [ 7 ]
|
|
},
|
|
"RDPNTR1": {
|
|
"direction": "input",
|
|
"bits": [ 8 ]
|
|
},
|
|
"RDPNTR0": {
|
|
"direction": "input",
|
|
"bits": [ 9 ]
|
|
},
|
|
"WRPNTR2": {
|
|
"direction": "input",
|
|
"bits": [ 10 ]
|
|
},
|
|
"WRPNTR1": {
|
|
"direction": "input",
|
|
"bits": [ 11 ]
|
|
},
|
|
"WRPNTR0": {
|
|
"direction": "input",
|
|
"bits": [ 12 ]
|
|
},
|
|
"Q3": {
|
|
"direction": "output",
|
|
"bits": [ 13 ]
|
|
},
|
|
"Q2": {
|
|
"direction": "output",
|
|
"bits": [ 14 ]
|
|
},
|
|
"Q1": {
|
|
"direction": "output",
|
|
"bits": [ 15 ]
|
|
},
|
|
"Q0": {
|
|
"direction": "output",
|
|
"bits": [ 16 ]
|
|
},
|
|
"QWL": {
|
|
"direction": "output",
|
|
"bits": [ 17 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"D": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1216.11-1216.12"
|
|
}
|
|
},
|
|
"DQSR90": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1215.11-1215.17"
|
|
}
|
|
},
|
|
"ECLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1214.11-1214.15"
|
|
}
|
|
},
|
|
"Q0": {
|
|
"hide_name": 0,
|
|
"bits": [ 16 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1227.12-1227.14"
|
|
}
|
|
},
|
|
"Q1": {
|
|
"hide_name": 0,
|
|
"bits": [ 15 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1226.12-1226.14"
|
|
}
|
|
},
|
|
"Q2": {
|
|
"hide_name": 0,
|
|
"bits": [ 14 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1225.12-1225.14"
|
|
}
|
|
},
|
|
"Q3": {
|
|
"hide_name": 0,
|
|
"bits": [ 13 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1224.12-1224.14"
|
|
}
|
|
},
|
|
"QWL": {
|
|
"hide_name": 0,
|
|
"bits": [ 17 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1228.12-1228.15"
|
|
}
|
|
},
|
|
"RDPNTR0": {
|
|
"hide_name": 0,
|
|
"bits": [ 9 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1220.11-1220.18"
|
|
}
|
|
},
|
|
"RDPNTR1": {
|
|
"hide_name": 0,
|
|
"bits": [ 8 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1219.11-1219.18"
|
|
}
|
|
},
|
|
"RDPNTR2": {
|
|
"hide_name": 0,
|
|
"bits": [ 7 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1218.11-1218.18"
|
|
}
|
|
},
|
|
"RST": {
|
|
"hide_name": 0,
|
|
"bits": [ 6 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1217.11-1217.14"
|
|
}
|
|
},
|
|
"SCLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1213.11-1213.15"
|
|
}
|
|
},
|
|
"WRPNTR0": {
|
|
"hide_name": 0,
|
|
"bits": [ 12 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1223.11-1223.18"
|
|
}
|
|
},
|
|
"WRPNTR1": {
|
|
"hide_name": 0,
|
|
"bits": [ 11 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1222.11-1222.18"
|
|
}
|
|
},
|
|
"WRPNTR2": {
|
|
"hide_name": 0,
|
|
"bits": [ 10 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1221.11-1221.18"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"IDDRX2F": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1180.1-1191.10"
|
|
},
|
|
"parameter_default_values": {
|
|
"GSR": "ENABLED"
|
|
},
|
|
"ports": {
|
|
"D": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"SCLK": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"ECLK": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"RST": {
|
|
"direction": "input",
|
|
"bits": [ 5 ]
|
|
},
|
|
"ALIGNWD": {
|
|
"direction": "input",
|
|
"bits": [ 6 ]
|
|
},
|
|
"Q3": {
|
|
"direction": "output",
|
|
"bits": [ 7 ]
|
|
},
|
|
"Q2": {
|
|
"direction": "output",
|
|
"bits": [ 8 ]
|
|
},
|
|
"Q1": {
|
|
"direction": "output",
|
|
"bits": [ 9 ]
|
|
},
|
|
"Q0": {
|
|
"direction": "output",
|
|
"bits": [ 10 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"ALIGNWD": {
|
|
"hide_name": 0,
|
|
"bits": [ 6 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1186.11-1186.18"
|
|
}
|
|
},
|
|
"D": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1182.11-1182.12"
|
|
}
|
|
},
|
|
"ECLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1184.11-1184.15"
|
|
}
|
|
},
|
|
"Q0": {
|
|
"hide_name": 0,
|
|
"bits": [ 10 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1190.12-1190.14"
|
|
}
|
|
},
|
|
"Q1": {
|
|
"hide_name": 0,
|
|
"bits": [ 9 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1189.12-1189.14"
|
|
}
|
|
},
|
|
"Q2": {
|
|
"hide_name": 0,
|
|
"bits": [ 8 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1188.12-1188.14"
|
|
}
|
|
},
|
|
"Q3": {
|
|
"hide_name": 0,
|
|
"bits": [ 7 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1187.12-1187.14"
|
|
}
|
|
},
|
|
"RST": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1185.11-1185.14"
|
|
}
|
|
},
|
|
"SCLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1183.11-1183.15"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"IFS1P3BX": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:26.1-26.301"
|
|
},
|
|
"parameter_default_values": {
|
|
"GSR": "ENABLED"
|
|
},
|
|
"ports": {
|
|
"PD": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"D": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"SP": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"SCLK": {
|
|
"direction": "input",
|
|
"bits": [ 5 ]
|
|
},
|
|
"Q": {
|
|
"direction": "output",
|
|
"bits": [ 6 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"D": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:26.27-26.28"
|
|
}
|
|
},
|
|
"PD": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:26.23-26.25"
|
|
}
|
|
},
|
|
"Q": {
|
|
"hide_name": 0,
|
|
"bits": [ 6 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:26.47-26.48"
|
|
}
|
|
},
|
|
"SCLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:26.34-26.38"
|
|
}
|
|
},
|
|
"SP": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:26.30-26.32"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"IFS1P3DX": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:27.1-27.301"
|
|
},
|
|
"parameter_default_values": {
|
|
"GSR": "ENABLED"
|
|
},
|
|
"ports": {
|
|
"CD": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"D": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"SP": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"SCLK": {
|
|
"direction": "input",
|
|
"bits": [ 5 ]
|
|
},
|
|
"Q": {
|
|
"direction": "output",
|
|
"bits": [ 6 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"CD": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:27.23-27.25"
|
|
}
|
|
},
|
|
"D": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:27.27-27.28"
|
|
}
|
|
},
|
|
"Q": {
|
|
"hide_name": 0,
|
|
"bits": [ 6 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:27.47-27.48"
|
|
}
|
|
},
|
|
"SCLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:27.34-27.38"
|
|
}
|
|
},
|
|
"SP": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:27.30-27.32"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"IFS1P3IX": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:28.1-28.301"
|
|
},
|
|
"parameter_default_values": {
|
|
"GSR": "ENABLED"
|
|
},
|
|
"ports": {
|
|
"CD": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"D": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"SP": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"SCLK": {
|
|
"direction": "input",
|
|
"bits": [ 5 ]
|
|
},
|
|
"Q": {
|
|
"direction": "output",
|
|
"bits": [ 6 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"CD": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:28.23-28.25"
|
|
}
|
|
},
|
|
"D": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:28.27-28.28"
|
|
}
|
|
},
|
|
"Q": {
|
|
"hide_name": 0,
|
|
"bits": [ 6 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:28.47-28.48"
|
|
}
|
|
},
|
|
"SCLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:28.34-28.38"
|
|
}
|
|
},
|
|
"SP": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:28.30-28.32"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"IFS1P3JX": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:29.1-29.301"
|
|
},
|
|
"parameter_default_values": {
|
|
"GSR": "ENABLED"
|
|
},
|
|
"ports": {
|
|
"PD": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"D": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"SP": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"SCLK": {
|
|
"direction": "input",
|
|
"bits": [ 5 ]
|
|
},
|
|
"Q": {
|
|
"direction": "output",
|
|
"bits": [ 6 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"D": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:29.27-29.28"
|
|
}
|
|
},
|
|
"PD": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:29.23-29.25"
|
|
}
|
|
},
|
|
"Q": {
|
|
"hide_name": 0,
|
|
"bits": [ 6 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:29.47-29.48"
|
|
}
|
|
},
|
|
"SCLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:29.34-29.38"
|
|
}
|
|
},
|
|
"SP": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:29.30-29.32"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ILVDS": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:13.1-13.139"
|
|
},
|
|
"ports": {
|
|
"A": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"AN": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"Z": {
|
|
"direction": "output",
|
|
"bits": [ 4 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"A": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:13.20-13.21"
|
|
}
|
|
},
|
|
"AN": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:13.23-13.25"
|
|
}
|
|
},
|
|
"Z": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"iopad_external_pin": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:13.59-13.60"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"INV": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:348.1-350.10"
|
|
},
|
|
"ports": {
|
|
"A": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"Z": {
|
|
"direction": "output",
|
|
"bits": [ 3 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"A": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:348.18-348.19"
|
|
}
|
|
},
|
|
"Z": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:348.28-348.29"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"JTAGG": {
|
|
"attributes": {
|
|
"keep": "00000000000000000000000000000001",
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1431.1-1453.10"
|
|
},
|
|
"parameter_default_values": {
|
|
"ER1": "ENABLED",
|
|
"ER2": "ENABLED"
|
|
},
|
|
"ports": {
|
|
"TCK": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"TMS": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"TDI": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"JTDO2": {
|
|
"direction": "input",
|
|
"bits": [ 5 ]
|
|
},
|
|
"JTDO1": {
|
|
"direction": "input",
|
|
"bits": [ 6 ]
|
|
},
|
|
"TDO": {
|
|
"direction": "output",
|
|
"bits": [ 7 ]
|
|
},
|
|
"JTDI": {
|
|
"direction": "output",
|
|
"bits": [ 8 ]
|
|
},
|
|
"JTCK": {
|
|
"direction": "output",
|
|
"bits": [ 9 ]
|
|
},
|
|
"JRTI2": {
|
|
"direction": "output",
|
|
"bits": [ 10 ]
|
|
},
|
|
"JRTI1": {
|
|
"direction": "output",
|
|
"bits": [ 11 ]
|
|
},
|
|
"JSHIFT": {
|
|
"direction": "output",
|
|
"bits": [ 12 ]
|
|
},
|
|
"JUPDATE": {
|
|
"direction": "output",
|
|
"bits": [ 13 ]
|
|
},
|
|
"JRSTN": {
|
|
"direction": "output",
|
|
"bits": [ 14 ]
|
|
},
|
|
"JCE2": {
|
|
"direction": "output",
|
|
"bits": [ 15 ]
|
|
},
|
|
"JCE1": {
|
|
"direction": "output",
|
|
"bits": [ 16 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"JCE1": {
|
|
"hide_name": 0,
|
|
"bits": [ 16 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1452.12-1452.16"
|
|
}
|
|
},
|
|
"JCE2": {
|
|
"hide_name": 0,
|
|
"bits": [ 15 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1451.12-1451.16"
|
|
}
|
|
},
|
|
"JRSTN": {
|
|
"hide_name": 0,
|
|
"bits": [ 14 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1450.12-1450.17"
|
|
}
|
|
},
|
|
"JRTI1": {
|
|
"hide_name": 0,
|
|
"bits": [ 11 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1447.12-1447.17"
|
|
}
|
|
},
|
|
"JRTI2": {
|
|
"hide_name": 0,
|
|
"bits": [ 10 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1446.12-1446.17"
|
|
}
|
|
},
|
|
"JSHIFT": {
|
|
"hide_name": 0,
|
|
"bits": [ 12 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1448.12-1448.18"
|
|
}
|
|
},
|
|
"JTCK": {
|
|
"hide_name": 0,
|
|
"bits": [ 9 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1445.12-1445.16"
|
|
}
|
|
},
|
|
"JTDI": {
|
|
"hide_name": 0,
|
|
"bits": [ 8 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1444.12-1444.16"
|
|
}
|
|
},
|
|
"JTDO1": {
|
|
"hide_name": 0,
|
|
"bits": [ 6 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1441.11-1441.16"
|
|
}
|
|
},
|
|
"JTDO2": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1440.11-1440.16"
|
|
}
|
|
},
|
|
"JUPDATE": {
|
|
"hide_name": 0,
|
|
"bits": [ 13 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1449.12-1449.19"
|
|
}
|
|
},
|
|
"TCK": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"iopad_external_pin": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1435.11-1435.14"
|
|
}
|
|
},
|
|
"TDI": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"iopad_external_pin": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1439.11-1439.14"
|
|
}
|
|
},
|
|
"TDO": {
|
|
"hide_name": 0,
|
|
"bits": [ 7 ],
|
|
"attributes": {
|
|
"iopad_external_pin": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1443.12-1443.15"
|
|
}
|
|
},
|
|
"TMS": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"iopad_external_pin": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1437.11-1437.14"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"L6MUX21": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"abc9_box": "00000000000000000000000000000001",
|
|
"abc9_box_id": "00000000000000000000000000001001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:65.1-72.10"
|
|
},
|
|
"ports": {
|
|
"D0": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"D1": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"SD": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"Z": {
|
|
"direction": "output",
|
|
"bits": [ 5 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"D0": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:65.23-65.25"
|
|
}
|
|
},
|
|
"D1": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:65.27-65.29"
|
|
}
|
|
},
|
|
"SD": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:65.31-65.33"
|
|
}
|
|
},
|
|
"Z": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:65.42-65.43"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"LUT2": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:238.1-242.10"
|
|
},
|
|
"parameter_default_values": {
|
|
"INIT": "0000"
|
|
},
|
|
"ports": {
|
|
"A": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"B": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"Z": {
|
|
"direction": "output",
|
|
"bits": [ 4 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"A": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:238.19-238.20"
|
|
}
|
|
},
|
|
"B": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:238.22-238.23"
|
|
}
|
|
},
|
|
"Z": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:238.32-238.33"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"LUT4": {
|
|
"attributes": {
|
|
"abc9_lut": "00000000000000000000000000000001",
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:4.1-16.10"
|
|
},
|
|
"parameter_default_values": {
|
|
"INIT": "0000000000000000"
|
|
},
|
|
"ports": {
|
|
"A": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"B": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"C": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"D": {
|
|
"direction": "input",
|
|
"bits": [ 5 ]
|
|
},
|
|
"Z": {
|
|
"direction": "output",
|
|
"bits": [ 6 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"A": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:4.19-4.20"
|
|
}
|
|
},
|
|
"B": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:4.22-4.23"
|
|
}
|
|
},
|
|
"C": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:4.25-4.26"
|
|
}
|
|
},
|
|
"D": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:4.28-4.29"
|
|
}
|
|
},
|
|
"Z": {
|
|
"hide_name": 0,
|
|
"bits": [ 6 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:4.38-4.39"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"MULT18X18D": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:216.1-486.10"
|
|
},
|
|
"parameter_default_values": {
|
|
"CAS_MATCH_REG": "FALSE",
|
|
"CLK0_DIV": "ENABLED",
|
|
"CLK1_DIV": "ENABLED",
|
|
"CLK2_DIV": "ENABLED",
|
|
"CLK3_DIV": "ENABLED",
|
|
"GSR": "ENABLED",
|
|
"HIGHSPEED_CLK": "NONE",
|
|
"MULT_BYPASS": "DISABLED",
|
|
"REG_INPUTA_CE": "CE0",
|
|
"REG_INPUTA_CLK": "NONE",
|
|
"REG_INPUTA_RST": "RST0",
|
|
"REG_INPUTB_CE": "CE0",
|
|
"REG_INPUTB_CLK": "NONE",
|
|
"REG_INPUTB_RST": "RST0",
|
|
"REG_INPUTC_CE": "CE0",
|
|
"REG_INPUTC_CLK": "NONE",
|
|
"REG_INPUTC_RST": "RST0",
|
|
"REG_OUTPUT_CE": "CE0",
|
|
"REG_OUTPUT_CLK": "NONE",
|
|
"REG_OUTPUT_RST": "RST0",
|
|
"REG_PIPELINE_CE": "CE0",
|
|
"REG_PIPELINE_CLK": "NONE",
|
|
"REG_PIPELINE_RST": "RST0",
|
|
"RESETMODE": "SYNC",
|
|
"SOURCEB_MODE": "B_SHIFT"
|
|
},
|
|
"ports": {
|
|
"A17": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"A16": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"A15": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"A14": {
|
|
"direction": "input",
|
|
"bits": [ 5 ]
|
|
},
|
|
"A13": {
|
|
"direction": "input",
|
|
"bits": [ 6 ]
|
|
},
|
|
"A12": {
|
|
"direction": "input",
|
|
"bits": [ 7 ]
|
|
},
|
|
"A11": {
|
|
"direction": "input",
|
|
"bits": [ 8 ]
|
|
},
|
|
"A10": {
|
|
"direction": "input",
|
|
"bits": [ 9 ]
|
|
},
|
|
"A9": {
|
|
"direction": "input",
|
|
"bits": [ 10 ]
|
|
},
|
|
"A8": {
|
|
"direction": "input",
|
|
"bits": [ 11 ]
|
|
},
|
|
"A7": {
|
|
"direction": "input",
|
|
"bits": [ 12 ]
|
|
},
|
|
"A6": {
|
|
"direction": "input",
|
|
"bits": [ 13 ]
|
|
},
|
|
"A5": {
|
|
"direction": "input",
|
|
"bits": [ 14 ]
|
|
},
|
|
"A4": {
|
|
"direction": "input",
|
|
"bits": [ 15 ]
|
|
},
|
|
"A3": {
|
|
"direction": "input",
|
|
"bits": [ 16 ]
|
|
},
|
|
"A2": {
|
|
"direction": "input",
|
|
"bits": [ 17 ]
|
|
},
|
|
"A1": {
|
|
"direction": "input",
|
|
"bits": [ 18 ]
|
|
},
|
|
"A0": {
|
|
"direction": "input",
|
|
"bits": [ 19 ]
|
|
},
|
|
"B17": {
|
|
"direction": "input",
|
|
"bits": [ 20 ]
|
|
},
|
|
"B16": {
|
|
"direction": "input",
|
|
"bits": [ 21 ]
|
|
},
|
|
"B15": {
|
|
"direction": "input",
|
|
"bits": [ 22 ]
|
|
},
|
|
"B14": {
|
|
"direction": "input",
|
|
"bits": [ 23 ]
|
|
},
|
|
"B13": {
|
|
"direction": "input",
|
|
"bits": [ 24 ]
|
|
},
|
|
"B12": {
|
|
"direction": "input",
|
|
"bits": [ 25 ]
|
|
},
|
|
"B11": {
|
|
"direction": "input",
|
|
"bits": [ 26 ]
|
|
},
|
|
"B10": {
|
|
"direction": "input",
|
|
"bits": [ 27 ]
|
|
},
|
|
"B9": {
|
|
"direction": "input",
|
|
"bits": [ 28 ]
|
|
},
|
|
"B8": {
|
|
"direction": "input",
|
|
"bits": [ 29 ]
|
|
},
|
|
"B7": {
|
|
"direction": "input",
|
|
"bits": [ 30 ]
|
|
},
|
|
"B6": {
|
|
"direction": "input",
|
|
"bits": [ 31 ]
|
|
},
|
|
"B5": {
|
|
"direction": "input",
|
|
"bits": [ 32 ]
|
|
},
|
|
"B4": {
|
|
"direction": "input",
|
|
"bits": [ 33 ]
|
|
},
|
|
"B3": {
|
|
"direction": "input",
|
|
"bits": [ 34 ]
|
|
},
|
|
"B2": {
|
|
"direction": "input",
|
|
"bits": [ 35 ]
|
|
},
|
|
"B1": {
|
|
"direction": "input",
|
|
"bits": [ 36 ]
|
|
},
|
|
"B0": {
|
|
"direction": "input",
|
|
"bits": [ 37 ]
|
|
},
|
|
"C17": {
|
|
"direction": "input",
|
|
"bits": [ 38 ]
|
|
},
|
|
"C16": {
|
|
"direction": "input",
|
|
"bits": [ 39 ]
|
|
},
|
|
"C15": {
|
|
"direction": "input",
|
|
"bits": [ 40 ]
|
|
},
|
|
"C14": {
|
|
"direction": "input",
|
|
"bits": [ 41 ]
|
|
},
|
|
"C13": {
|
|
"direction": "input",
|
|
"bits": [ 42 ]
|
|
},
|
|
"C12": {
|
|
"direction": "input",
|
|
"bits": [ 43 ]
|
|
},
|
|
"C11": {
|
|
"direction": "input",
|
|
"bits": [ 44 ]
|
|
},
|
|
"C10": {
|
|
"direction": "input",
|
|
"bits": [ 45 ]
|
|
},
|
|
"C9": {
|
|
"direction": "input",
|
|
"bits": [ 46 ]
|
|
},
|
|
"C8": {
|
|
"direction": "input",
|
|
"bits": [ 47 ]
|
|
},
|
|
"C7": {
|
|
"direction": "input",
|
|
"bits": [ 48 ]
|
|
},
|
|
"C6": {
|
|
"direction": "input",
|
|
"bits": [ 49 ]
|
|
},
|
|
"C5": {
|
|
"direction": "input",
|
|
"bits": [ 50 ]
|
|
},
|
|
"C4": {
|
|
"direction": "input",
|
|
"bits": [ 51 ]
|
|
},
|
|
"C3": {
|
|
"direction": "input",
|
|
"bits": [ 52 ]
|
|
},
|
|
"C2": {
|
|
"direction": "input",
|
|
"bits": [ 53 ]
|
|
},
|
|
"C1": {
|
|
"direction": "input",
|
|
"bits": [ 54 ]
|
|
},
|
|
"C0": {
|
|
"direction": "input",
|
|
"bits": [ 55 ]
|
|
},
|
|
"SIGNEDA": {
|
|
"direction": "input",
|
|
"bits": [ 56 ]
|
|
},
|
|
"SIGNEDB": {
|
|
"direction": "input",
|
|
"bits": [ 57 ]
|
|
},
|
|
"SOURCEA": {
|
|
"direction": "input",
|
|
"bits": [ 58 ]
|
|
},
|
|
"SOURCEB": {
|
|
"direction": "input",
|
|
"bits": [ 59 ]
|
|
},
|
|
"CLK3": {
|
|
"direction": "input",
|
|
"bits": [ 60 ]
|
|
},
|
|
"CLK2": {
|
|
"direction": "input",
|
|
"bits": [ 61 ]
|
|
},
|
|
"CLK1": {
|
|
"direction": "input",
|
|
"bits": [ 62 ]
|
|
},
|
|
"CLK0": {
|
|
"direction": "input",
|
|
"bits": [ 63 ]
|
|
},
|
|
"CE3": {
|
|
"direction": "input",
|
|
"bits": [ 64 ]
|
|
},
|
|
"CE2": {
|
|
"direction": "input",
|
|
"bits": [ 65 ]
|
|
},
|
|
"CE1": {
|
|
"direction": "input",
|
|
"bits": [ 66 ]
|
|
},
|
|
"CE0": {
|
|
"direction": "input",
|
|
"bits": [ 67 ]
|
|
},
|
|
"RST3": {
|
|
"direction": "input",
|
|
"bits": [ 68 ]
|
|
},
|
|
"RST2": {
|
|
"direction": "input",
|
|
"bits": [ 69 ]
|
|
},
|
|
"RST1": {
|
|
"direction": "input",
|
|
"bits": [ 70 ]
|
|
},
|
|
"RST0": {
|
|
"direction": "input",
|
|
"bits": [ 71 ]
|
|
},
|
|
"SRIA17": {
|
|
"direction": "input",
|
|
"bits": [ 72 ]
|
|
},
|
|
"SRIA16": {
|
|
"direction": "input",
|
|
"bits": [ 73 ]
|
|
},
|
|
"SRIA15": {
|
|
"direction": "input",
|
|
"bits": [ 74 ]
|
|
},
|
|
"SRIA14": {
|
|
"direction": "input",
|
|
"bits": [ 75 ]
|
|
},
|
|
"SRIA13": {
|
|
"direction": "input",
|
|
"bits": [ 76 ]
|
|
},
|
|
"SRIA12": {
|
|
"direction": "input",
|
|
"bits": [ 77 ]
|
|
},
|
|
"SRIA11": {
|
|
"direction": "input",
|
|
"bits": [ 78 ]
|
|
},
|
|
"SRIA10": {
|
|
"direction": "input",
|
|
"bits": [ 79 ]
|
|
},
|
|
"SRIA9": {
|
|
"direction": "input",
|
|
"bits": [ 80 ]
|
|
},
|
|
"SRIA8": {
|
|
"direction": "input",
|
|
"bits": [ 81 ]
|
|
},
|
|
"SRIA7": {
|
|
"direction": "input",
|
|
"bits": [ 82 ]
|
|
},
|
|
"SRIA6": {
|
|
"direction": "input",
|
|
"bits": [ 83 ]
|
|
},
|
|
"SRIA5": {
|
|
"direction": "input",
|
|
"bits": [ 84 ]
|
|
},
|
|
"SRIA4": {
|
|
"direction": "input",
|
|
"bits": [ 85 ]
|
|
},
|
|
"SRIA3": {
|
|
"direction": "input",
|
|
"bits": [ 86 ]
|
|
},
|
|
"SRIA2": {
|
|
"direction": "input",
|
|
"bits": [ 87 ]
|
|
},
|
|
"SRIA1": {
|
|
"direction": "input",
|
|
"bits": [ 88 ]
|
|
},
|
|
"SRIA0": {
|
|
"direction": "input",
|
|
"bits": [ 89 ]
|
|
},
|
|
"SRIB17": {
|
|
"direction": "input",
|
|
"bits": [ 90 ]
|
|
},
|
|
"SRIB16": {
|
|
"direction": "input",
|
|
"bits": [ 91 ]
|
|
},
|
|
"SRIB15": {
|
|
"direction": "input",
|
|
"bits": [ 92 ]
|
|
},
|
|
"SRIB14": {
|
|
"direction": "input",
|
|
"bits": [ 93 ]
|
|
},
|
|
"SRIB13": {
|
|
"direction": "input",
|
|
"bits": [ 94 ]
|
|
},
|
|
"SRIB12": {
|
|
"direction": "input",
|
|
"bits": [ 95 ]
|
|
},
|
|
"SRIB11": {
|
|
"direction": "input",
|
|
"bits": [ 96 ]
|
|
},
|
|
"SRIB10": {
|
|
"direction": "input",
|
|
"bits": [ 97 ]
|
|
},
|
|
"SRIB9": {
|
|
"direction": "input",
|
|
"bits": [ 98 ]
|
|
},
|
|
"SRIB8": {
|
|
"direction": "input",
|
|
"bits": [ 99 ]
|
|
},
|
|
"SRIB7": {
|
|
"direction": "input",
|
|
"bits": [ 100 ]
|
|
},
|
|
"SRIB6": {
|
|
"direction": "input",
|
|
"bits": [ 101 ]
|
|
},
|
|
"SRIB5": {
|
|
"direction": "input",
|
|
"bits": [ 102 ]
|
|
},
|
|
"SRIB4": {
|
|
"direction": "input",
|
|
"bits": [ 103 ]
|
|
},
|
|
"SRIB3": {
|
|
"direction": "input",
|
|
"bits": [ 104 ]
|
|
},
|
|
"SRIB2": {
|
|
"direction": "input",
|
|
"bits": [ 105 ]
|
|
},
|
|
"SRIB1": {
|
|
"direction": "input",
|
|
"bits": [ 106 ]
|
|
},
|
|
"SRIB0": {
|
|
"direction": "input",
|
|
"bits": [ 107 ]
|
|
},
|
|
"SROA17": {
|
|
"direction": "output",
|
|
"bits": [ 108 ]
|
|
},
|
|
"SROA16": {
|
|
"direction": "output",
|
|
"bits": [ 109 ]
|
|
},
|
|
"SROA15": {
|
|
"direction": "output",
|
|
"bits": [ 110 ]
|
|
},
|
|
"SROA14": {
|
|
"direction": "output",
|
|
"bits": [ 111 ]
|
|
},
|
|
"SROA13": {
|
|
"direction": "output",
|
|
"bits": [ 112 ]
|
|
},
|
|
"SROA12": {
|
|
"direction": "output",
|
|
"bits": [ 113 ]
|
|
},
|
|
"SROA11": {
|
|
"direction": "output",
|
|
"bits": [ 114 ]
|
|
},
|
|
"SROA10": {
|
|
"direction": "output",
|
|
"bits": [ 115 ]
|
|
},
|
|
"SROA9": {
|
|
"direction": "output",
|
|
"bits": [ 116 ]
|
|
},
|
|
"SROA8": {
|
|
"direction": "output",
|
|
"bits": [ 117 ]
|
|
},
|
|
"SROA7": {
|
|
"direction": "output",
|
|
"bits": [ 118 ]
|
|
},
|
|
"SROA6": {
|
|
"direction": "output",
|
|
"bits": [ 119 ]
|
|
},
|
|
"SROA5": {
|
|
"direction": "output",
|
|
"bits": [ 120 ]
|
|
},
|
|
"SROA4": {
|
|
"direction": "output",
|
|
"bits": [ 121 ]
|
|
},
|
|
"SROA3": {
|
|
"direction": "output",
|
|
"bits": [ 122 ]
|
|
},
|
|
"SROA2": {
|
|
"direction": "output",
|
|
"bits": [ 123 ]
|
|
},
|
|
"SROA1": {
|
|
"direction": "output",
|
|
"bits": [ 124 ]
|
|
},
|
|
"SROA0": {
|
|
"direction": "output",
|
|
"bits": [ 125 ]
|
|
},
|
|
"SROB17": {
|
|
"direction": "output",
|
|
"bits": [ 126 ]
|
|
},
|
|
"SROB16": {
|
|
"direction": "output",
|
|
"bits": [ 127 ]
|
|
},
|
|
"SROB15": {
|
|
"direction": "output",
|
|
"bits": [ 128 ]
|
|
},
|
|
"SROB14": {
|
|
"direction": "output",
|
|
"bits": [ 129 ]
|
|
},
|
|
"SROB13": {
|
|
"direction": "output",
|
|
"bits": [ 130 ]
|
|
},
|
|
"SROB12": {
|
|
"direction": "output",
|
|
"bits": [ 131 ]
|
|
},
|
|
"SROB11": {
|
|
"direction": "output",
|
|
"bits": [ 132 ]
|
|
},
|
|
"SROB10": {
|
|
"direction": "output",
|
|
"bits": [ 133 ]
|
|
},
|
|
"SROB9": {
|
|
"direction": "output",
|
|
"bits": [ 134 ]
|
|
},
|
|
"SROB8": {
|
|
"direction": "output",
|
|
"bits": [ 135 ]
|
|
},
|
|
"SROB7": {
|
|
"direction": "output",
|
|
"bits": [ 136 ]
|
|
},
|
|
"SROB6": {
|
|
"direction": "output",
|
|
"bits": [ 137 ]
|
|
},
|
|
"SROB5": {
|
|
"direction": "output",
|
|
"bits": [ 138 ]
|
|
},
|
|
"SROB4": {
|
|
"direction": "output",
|
|
"bits": [ 139 ]
|
|
},
|
|
"SROB3": {
|
|
"direction": "output",
|
|
"bits": [ 140 ]
|
|
},
|
|
"SROB2": {
|
|
"direction": "output",
|
|
"bits": [ 141 ]
|
|
},
|
|
"SROB1": {
|
|
"direction": "output",
|
|
"bits": [ 142 ]
|
|
},
|
|
"SROB0": {
|
|
"direction": "output",
|
|
"bits": [ 143 ]
|
|
},
|
|
"ROA17": {
|
|
"direction": "output",
|
|
"bits": [ 144 ]
|
|
},
|
|
"ROA16": {
|
|
"direction": "output",
|
|
"bits": [ 145 ]
|
|
},
|
|
"ROA15": {
|
|
"direction": "output",
|
|
"bits": [ 146 ]
|
|
},
|
|
"ROA14": {
|
|
"direction": "output",
|
|
"bits": [ 147 ]
|
|
},
|
|
"ROA13": {
|
|
"direction": "output",
|
|
"bits": [ 148 ]
|
|
},
|
|
"ROA12": {
|
|
"direction": "output",
|
|
"bits": [ 149 ]
|
|
},
|
|
"ROA11": {
|
|
"direction": "output",
|
|
"bits": [ 150 ]
|
|
},
|
|
"ROA10": {
|
|
"direction": "output",
|
|
"bits": [ 151 ]
|
|
},
|
|
"ROA9": {
|
|
"direction": "output",
|
|
"bits": [ 152 ]
|
|
},
|
|
"ROA8": {
|
|
"direction": "output",
|
|
"bits": [ 153 ]
|
|
},
|
|
"ROA7": {
|
|
"direction": "output",
|
|
"bits": [ 154 ]
|
|
},
|
|
"ROA6": {
|
|
"direction": "output",
|
|
"bits": [ 155 ]
|
|
},
|
|
"ROA5": {
|
|
"direction": "output",
|
|
"bits": [ 156 ]
|
|
},
|
|
"ROA4": {
|
|
"direction": "output",
|
|
"bits": [ 157 ]
|
|
},
|
|
"ROA3": {
|
|
"direction": "output",
|
|
"bits": [ 158 ]
|
|
},
|
|
"ROA2": {
|
|
"direction": "output",
|
|
"bits": [ 159 ]
|
|
},
|
|
"ROA1": {
|
|
"direction": "output",
|
|
"bits": [ 160 ]
|
|
},
|
|
"ROA0": {
|
|
"direction": "output",
|
|
"bits": [ 161 ]
|
|
},
|
|
"ROB17": {
|
|
"direction": "output",
|
|
"bits": [ 162 ]
|
|
},
|
|
"ROB16": {
|
|
"direction": "output",
|
|
"bits": [ 163 ]
|
|
},
|
|
"ROB15": {
|
|
"direction": "output",
|
|
"bits": [ 164 ]
|
|
},
|
|
"ROB14": {
|
|
"direction": "output",
|
|
"bits": [ 165 ]
|
|
},
|
|
"ROB13": {
|
|
"direction": "output",
|
|
"bits": [ 166 ]
|
|
},
|
|
"ROB12": {
|
|
"direction": "output",
|
|
"bits": [ 167 ]
|
|
},
|
|
"ROB11": {
|
|
"direction": "output",
|
|
"bits": [ 168 ]
|
|
},
|
|
"ROB10": {
|
|
"direction": "output",
|
|
"bits": [ 169 ]
|
|
},
|
|
"ROB9": {
|
|
"direction": "output",
|
|
"bits": [ 170 ]
|
|
},
|
|
"ROB8": {
|
|
"direction": "output",
|
|
"bits": [ 171 ]
|
|
},
|
|
"ROB7": {
|
|
"direction": "output",
|
|
"bits": [ 172 ]
|
|
},
|
|
"ROB6": {
|
|
"direction": "output",
|
|
"bits": [ 173 ]
|
|
},
|
|
"ROB5": {
|
|
"direction": "output",
|
|
"bits": [ 174 ]
|
|
},
|
|
"ROB4": {
|
|
"direction": "output",
|
|
"bits": [ 175 ]
|
|
},
|
|
"ROB3": {
|
|
"direction": "output",
|
|
"bits": [ 176 ]
|
|
},
|
|
"ROB2": {
|
|
"direction": "output",
|
|
"bits": [ 177 ]
|
|
},
|
|
"ROB1": {
|
|
"direction": "output",
|
|
"bits": [ 178 ]
|
|
},
|
|
"ROB0": {
|
|
"direction": "output",
|
|
"bits": [ 179 ]
|
|
},
|
|
"ROC17": {
|
|
"direction": "output",
|
|
"bits": [ 180 ]
|
|
},
|
|
"ROC16": {
|
|
"direction": "output",
|
|
"bits": [ 181 ]
|
|
},
|
|
"ROC15": {
|
|
"direction": "output",
|
|
"bits": [ 182 ]
|
|
},
|
|
"ROC14": {
|
|
"direction": "output",
|
|
"bits": [ 183 ]
|
|
},
|
|
"ROC13": {
|
|
"direction": "output",
|
|
"bits": [ 184 ]
|
|
},
|
|
"ROC12": {
|
|
"direction": "output",
|
|
"bits": [ 185 ]
|
|
},
|
|
"ROC11": {
|
|
"direction": "output",
|
|
"bits": [ 186 ]
|
|
},
|
|
"ROC10": {
|
|
"direction": "output",
|
|
"bits": [ 187 ]
|
|
},
|
|
"ROC9": {
|
|
"direction": "output",
|
|
"bits": [ 188 ]
|
|
},
|
|
"ROC8": {
|
|
"direction": "output",
|
|
"bits": [ 189 ]
|
|
},
|
|
"ROC7": {
|
|
"direction": "output",
|
|
"bits": [ 190 ]
|
|
},
|
|
"ROC6": {
|
|
"direction": "output",
|
|
"bits": [ 191 ]
|
|
},
|
|
"ROC5": {
|
|
"direction": "output",
|
|
"bits": [ 192 ]
|
|
},
|
|
"ROC4": {
|
|
"direction": "output",
|
|
"bits": [ 193 ]
|
|
},
|
|
"ROC3": {
|
|
"direction": "output",
|
|
"bits": [ 194 ]
|
|
},
|
|
"ROC2": {
|
|
"direction": "output",
|
|
"bits": [ 195 ]
|
|
},
|
|
"ROC1": {
|
|
"direction": "output",
|
|
"bits": [ 196 ]
|
|
},
|
|
"ROC0": {
|
|
"direction": "output",
|
|
"bits": [ 197 ]
|
|
},
|
|
"P35": {
|
|
"direction": "output",
|
|
"bits": [ 198 ]
|
|
},
|
|
"P34": {
|
|
"direction": "output",
|
|
"bits": [ 199 ]
|
|
},
|
|
"P33": {
|
|
"direction": "output",
|
|
"bits": [ 200 ]
|
|
},
|
|
"P32": {
|
|
"direction": "output",
|
|
"bits": [ 201 ]
|
|
},
|
|
"P31": {
|
|
"direction": "output",
|
|
"bits": [ 202 ]
|
|
},
|
|
"P30": {
|
|
"direction": "output",
|
|
"bits": [ 203 ]
|
|
},
|
|
"P29": {
|
|
"direction": "output",
|
|
"bits": [ 204 ]
|
|
},
|
|
"P28": {
|
|
"direction": "output",
|
|
"bits": [ 205 ]
|
|
},
|
|
"P27": {
|
|
"direction": "output",
|
|
"bits": [ 206 ]
|
|
},
|
|
"P26": {
|
|
"direction": "output",
|
|
"bits": [ 207 ]
|
|
},
|
|
"P25": {
|
|
"direction": "output",
|
|
"bits": [ 208 ]
|
|
},
|
|
"P24": {
|
|
"direction": "output",
|
|
"bits": [ 209 ]
|
|
},
|
|
"P23": {
|
|
"direction": "output",
|
|
"bits": [ 210 ]
|
|
},
|
|
"P22": {
|
|
"direction": "output",
|
|
"bits": [ 211 ]
|
|
},
|
|
"P21": {
|
|
"direction": "output",
|
|
"bits": [ 212 ]
|
|
},
|
|
"P20": {
|
|
"direction": "output",
|
|
"bits": [ 213 ]
|
|
},
|
|
"P19": {
|
|
"direction": "output",
|
|
"bits": [ 214 ]
|
|
},
|
|
"P18": {
|
|
"direction": "output",
|
|
"bits": [ 215 ]
|
|
},
|
|
"P17": {
|
|
"direction": "output",
|
|
"bits": [ 216 ]
|
|
},
|
|
"P16": {
|
|
"direction": "output",
|
|
"bits": [ 217 ]
|
|
},
|
|
"P15": {
|
|
"direction": "output",
|
|
"bits": [ 218 ]
|
|
},
|
|
"P14": {
|
|
"direction": "output",
|
|
"bits": [ 219 ]
|
|
},
|
|
"P13": {
|
|
"direction": "output",
|
|
"bits": [ 220 ]
|
|
},
|
|
"P12": {
|
|
"direction": "output",
|
|
"bits": [ 221 ]
|
|
},
|
|
"P11": {
|
|
"direction": "output",
|
|
"bits": [ 222 ]
|
|
},
|
|
"P10": {
|
|
"direction": "output",
|
|
"bits": [ 223 ]
|
|
},
|
|
"P9": {
|
|
"direction": "output",
|
|
"bits": [ 224 ]
|
|
},
|
|
"P8": {
|
|
"direction": "output",
|
|
"bits": [ 225 ]
|
|
},
|
|
"P7": {
|
|
"direction": "output",
|
|
"bits": [ 226 ]
|
|
},
|
|
"P6": {
|
|
"direction": "output",
|
|
"bits": [ 227 ]
|
|
},
|
|
"P5": {
|
|
"direction": "output",
|
|
"bits": [ 228 ]
|
|
},
|
|
"P4": {
|
|
"direction": "output",
|
|
"bits": [ 229 ]
|
|
},
|
|
"P3": {
|
|
"direction": "output",
|
|
"bits": [ 230 ]
|
|
},
|
|
"P2": {
|
|
"direction": "output",
|
|
"bits": [ 231 ]
|
|
},
|
|
"P1": {
|
|
"direction": "output",
|
|
"bits": [ 232 ]
|
|
},
|
|
"P0": {
|
|
"direction": "output",
|
|
"bits": [ 233 ]
|
|
},
|
|
"SIGNEDP": {
|
|
"direction": "output",
|
|
"bits": [ 234 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"A0": {
|
|
"hide_name": 0,
|
|
"bits": [ 19 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:270.11-270.13"
|
|
}
|
|
},
|
|
"A1": {
|
|
"hide_name": 0,
|
|
"bits": [ 18 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:269.11-269.13"
|
|
}
|
|
},
|
|
"A10": {
|
|
"hide_name": 0,
|
|
"bits": [ 9 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:260.11-260.14"
|
|
}
|
|
},
|
|
"A11": {
|
|
"hide_name": 0,
|
|
"bits": [ 8 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:259.11-259.14"
|
|
}
|
|
},
|
|
"A12": {
|
|
"hide_name": 0,
|
|
"bits": [ 7 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:258.11-258.14"
|
|
}
|
|
},
|
|
"A13": {
|
|
"hide_name": 0,
|
|
"bits": [ 6 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:257.11-257.14"
|
|
}
|
|
},
|
|
"A14": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:256.11-256.14"
|
|
}
|
|
},
|
|
"A15": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:255.11-255.14"
|
|
}
|
|
},
|
|
"A16": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:254.11-254.14"
|
|
}
|
|
},
|
|
"A17": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:253.11-253.14"
|
|
}
|
|
},
|
|
"A2": {
|
|
"hide_name": 0,
|
|
"bits": [ 17 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:268.11-268.13"
|
|
}
|
|
},
|
|
"A3": {
|
|
"hide_name": 0,
|
|
"bits": [ 16 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:267.11-267.13"
|
|
}
|
|
},
|
|
"A4": {
|
|
"hide_name": 0,
|
|
"bits": [ 15 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:266.11-266.13"
|
|
}
|
|
},
|
|
"A5": {
|
|
"hide_name": 0,
|
|
"bits": [ 14 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:265.11-265.13"
|
|
}
|
|
},
|
|
"A6": {
|
|
"hide_name": 0,
|
|
"bits": [ 13 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:264.11-264.13"
|
|
}
|
|
},
|
|
"A7": {
|
|
"hide_name": 0,
|
|
"bits": [ 12 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:263.11-263.13"
|
|
}
|
|
},
|
|
"A8": {
|
|
"hide_name": 0,
|
|
"bits": [ 11 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:262.11-262.13"
|
|
}
|
|
},
|
|
"A9": {
|
|
"hide_name": 0,
|
|
"bits": [ 10 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:261.11-261.13"
|
|
}
|
|
},
|
|
"B0": {
|
|
"hide_name": 0,
|
|
"bits": [ 37 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:288.11-288.13"
|
|
}
|
|
},
|
|
"B1": {
|
|
"hide_name": 0,
|
|
"bits": [ 36 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:287.11-287.13"
|
|
}
|
|
},
|
|
"B10": {
|
|
"hide_name": 0,
|
|
"bits": [ 27 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:278.11-278.14"
|
|
}
|
|
},
|
|
"B11": {
|
|
"hide_name": 0,
|
|
"bits": [ 26 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:277.11-277.14"
|
|
}
|
|
},
|
|
"B12": {
|
|
"hide_name": 0,
|
|
"bits": [ 25 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:276.11-276.14"
|
|
}
|
|
},
|
|
"B13": {
|
|
"hide_name": 0,
|
|
"bits": [ 24 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:275.11-275.14"
|
|
}
|
|
},
|
|
"B14": {
|
|
"hide_name": 0,
|
|
"bits": [ 23 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:274.11-274.14"
|
|
}
|
|
},
|
|
"B15": {
|
|
"hide_name": 0,
|
|
"bits": [ 22 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:273.11-273.14"
|
|
}
|
|
},
|
|
"B16": {
|
|
"hide_name": 0,
|
|
"bits": [ 21 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:272.11-272.14"
|
|
}
|
|
},
|
|
"B17": {
|
|
"hide_name": 0,
|
|
"bits": [ 20 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:271.11-271.14"
|
|
}
|
|
},
|
|
"B2": {
|
|
"hide_name": 0,
|
|
"bits": [ 35 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:286.11-286.13"
|
|
}
|
|
},
|
|
"B3": {
|
|
"hide_name": 0,
|
|
"bits": [ 34 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:285.11-285.13"
|
|
}
|
|
},
|
|
"B4": {
|
|
"hide_name": 0,
|
|
"bits": [ 33 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:284.11-284.13"
|
|
}
|
|
},
|
|
"B5": {
|
|
"hide_name": 0,
|
|
"bits": [ 32 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:283.11-283.13"
|
|
}
|
|
},
|
|
"B6": {
|
|
"hide_name": 0,
|
|
"bits": [ 31 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:282.11-282.13"
|
|
}
|
|
},
|
|
"B7": {
|
|
"hide_name": 0,
|
|
"bits": [ 30 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:281.11-281.13"
|
|
}
|
|
},
|
|
"B8": {
|
|
"hide_name": 0,
|
|
"bits": [ 29 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:280.11-280.13"
|
|
}
|
|
},
|
|
"B9": {
|
|
"hide_name": 0,
|
|
"bits": [ 28 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:279.11-279.13"
|
|
}
|
|
},
|
|
"C0": {
|
|
"hide_name": 0,
|
|
"bits": [ 55 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:306.11-306.13"
|
|
}
|
|
},
|
|
"C1": {
|
|
"hide_name": 0,
|
|
"bits": [ 54 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:305.11-305.13"
|
|
}
|
|
},
|
|
"C10": {
|
|
"hide_name": 0,
|
|
"bits": [ 45 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:296.11-296.14"
|
|
}
|
|
},
|
|
"C11": {
|
|
"hide_name": 0,
|
|
"bits": [ 44 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:295.11-295.14"
|
|
}
|
|
},
|
|
"C12": {
|
|
"hide_name": 0,
|
|
"bits": [ 43 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:294.11-294.14"
|
|
}
|
|
},
|
|
"C13": {
|
|
"hide_name": 0,
|
|
"bits": [ 42 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:293.11-293.14"
|
|
}
|
|
},
|
|
"C14": {
|
|
"hide_name": 0,
|
|
"bits": [ 41 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:292.11-292.14"
|
|
}
|
|
},
|
|
"C15": {
|
|
"hide_name": 0,
|
|
"bits": [ 40 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:291.11-291.14"
|
|
}
|
|
},
|
|
"C16": {
|
|
"hide_name": 0,
|
|
"bits": [ 39 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:290.11-290.14"
|
|
}
|
|
},
|
|
"C17": {
|
|
"hide_name": 0,
|
|
"bits": [ 38 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:289.11-289.14"
|
|
}
|
|
},
|
|
"C2": {
|
|
"hide_name": 0,
|
|
"bits": [ 53 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:304.11-304.13"
|
|
}
|
|
},
|
|
"C3": {
|
|
"hide_name": 0,
|
|
"bits": [ 52 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:303.11-303.13"
|
|
}
|
|
},
|
|
"C4": {
|
|
"hide_name": 0,
|
|
"bits": [ 51 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:302.11-302.13"
|
|
}
|
|
},
|
|
"C5": {
|
|
"hide_name": 0,
|
|
"bits": [ 50 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:301.11-301.13"
|
|
}
|
|
},
|
|
"C6": {
|
|
"hide_name": 0,
|
|
"bits": [ 49 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:300.11-300.13"
|
|
}
|
|
},
|
|
"C7": {
|
|
"hide_name": 0,
|
|
"bits": [ 48 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:299.11-299.13"
|
|
}
|
|
},
|
|
"C8": {
|
|
"hide_name": 0,
|
|
"bits": [ 47 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:298.11-298.13"
|
|
}
|
|
},
|
|
"C9": {
|
|
"hide_name": 0,
|
|
"bits": [ 46 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:297.11-297.13"
|
|
}
|
|
},
|
|
"CE0": {
|
|
"hide_name": 0,
|
|
"bits": [ 67 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:318.11-318.14"
|
|
}
|
|
},
|
|
"CE1": {
|
|
"hide_name": 0,
|
|
"bits": [ 66 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:317.11-317.14"
|
|
}
|
|
},
|
|
"CE2": {
|
|
"hide_name": 0,
|
|
"bits": [ 65 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:316.11-316.14"
|
|
}
|
|
},
|
|
"CE3": {
|
|
"hide_name": 0,
|
|
"bits": [ 64 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:315.11-315.14"
|
|
}
|
|
},
|
|
"CLK0": {
|
|
"hide_name": 0,
|
|
"bits": [ 63 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:314.11-314.15"
|
|
}
|
|
},
|
|
"CLK1": {
|
|
"hide_name": 0,
|
|
"bits": [ 62 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:313.11-313.15"
|
|
}
|
|
},
|
|
"CLK2": {
|
|
"hide_name": 0,
|
|
"bits": [ 61 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:312.11-312.15"
|
|
}
|
|
},
|
|
"CLK3": {
|
|
"hide_name": 0,
|
|
"bits": [ 60 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:311.11-311.15"
|
|
}
|
|
},
|
|
"P0": {
|
|
"hide_name": 0,
|
|
"bits": [ 233 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:484.12-484.14"
|
|
}
|
|
},
|
|
"P1": {
|
|
"hide_name": 0,
|
|
"bits": [ 232 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:483.12-483.14"
|
|
}
|
|
},
|
|
"P10": {
|
|
"hide_name": 0,
|
|
"bits": [ 223 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:474.12-474.15"
|
|
}
|
|
},
|
|
"P11": {
|
|
"hide_name": 0,
|
|
"bits": [ 222 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:473.12-473.15"
|
|
}
|
|
},
|
|
"P12": {
|
|
"hide_name": 0,
|
|
"bits": [ 221 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:472.12-472.15"
|
|
}
|
|
},
|
|
"P13": {
|
|
"hide_name": 0,
|
|
"bits": [ 220 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:471.12-471.15"
|
|
}
|
|
},
|
|
"P14": {
|
|
"hide_name": 0,
|
|
"bits": [ 219 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:470.12-470.15"
|
|
}
|
|
},
|
|
"P15": {
|
|
"hide_name": 0,
|
|
"bits": [ 218 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:469.12-469.15"
|
|
}
|
|
},
|
|
"P16": {
|
|
"hide_name": 0,
|
|
"bits": [ 217 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:468.12-468.15"
|
|
}
|
|
},
|
|
"P17": {
|
|
"hide_name": 0,
|
|
"bits": [ 216 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:467.12-467.15"
|
|
}
|
|
},
|
|
"P18": {
|
|
"hide_name": 0,
|
|
"bits": [ 215 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:466.12-466.15"
|
|
}
|
|
},
|
|
"P19": {
|
|
"hide_name": 0,
|
|
"bits": [ 214 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:465.12-465.15"
|
|
}
|
|
},
|
|
"P2": {
|
|
"hide_name": 0,
|
|
"bits": [ 231 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:482.12-482.14"
|
|
}
|
|
},
|
|
"P20": {
|
|
"hide_name": 0,
|
|
"bits": [ 213 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:464.12-464.15"
|
|
}
|
|
},
|
|
"P21": {
|
|
"hide_name": 0,
|
|
"bits": [ 212 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:463.12-463.15"
|
|
}
|
|
},
|
|
"P22": {
|
|
"hide_name": 0,
|
|
"bits": [ 211 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:462.12-462.15"
|
|
}
|
|
},
|
|
"P23": {
|
|
"hide_name": 0,
|
|
"bits": [ 210 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:461.12-461.15"
|
|
}
|
|
},
|
|
"P24": {
|
|
"hide_name": 0,
|
|
"bits": [ 209 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:460.12-460.15"
|
|
}
|
|
},
|
|
"P25": {
|
|
"hide_name": 0,
|
|
"bits": [ 208 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:459.12-459.15"
|
|
}
|
|
},
|
|
"P26": {
|
|
"hide_name": 0,
|
|
"bits": [ 207 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:458.12-458.15"
|
|
}
|
|
},
|
|
"P27": {
|
|
"hide_name": 0,
|
|
"bits": [ 206 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:457.12-457.15"
|
|
}
|
|
},
|
|
"P28": {
|
|
"hide_name": 0,
|
|
"bits": [ 205 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:456.12-456.15"
|
|
}
|
|
},
|
|
"P29": {
|
|
"hide_name": 0,
|
|
"bits": [ 204 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:455.12-455.15"
|
|
}
|
|
},
|
|
"P3": {
|
|
"hide_name": 0,
|
|
"bits": [ 230 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:481.12-481.14"
|
|
}
|
|
},
|
|
"P30": {
|
|
"hide_name": 0,
|
|
"bits": [ 203 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:454.12-454.15"
|
|
}
|
|
},
|
|
"P31": {
|
|
"hide_name": 0,
|
|
"bits": [ 202 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:453.12-453.15"
|
|
}
|
|
},
|
|
"P32": {
|
|
"hide_name": 0,
|
|
"bits": [ 201 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:452.12-452.15"
|
|
}
|
|
},
|
|
"P33": {
|
|
"hide_name": 0,
|
|
"bits": [ 200 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:451.12-451.15"
|
|
}
|
|
},
|
|
"P34": {
|
|
"hide_name": 0,
|
|
"bits": [ 199 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:450.12-450.15"
|
|
}
|
|
},
|
|
"P35": {
|
|
"hide_name": 0,
|
|
"bits": [ 198 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:449.12-449.15"
|
|
}
|
|
},
|
|
"P4": {
|
|
"hide_name": 0,
|
|
"bits": [ 229 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:480.12-480.14"
|
|
}
|
|
},
|
|
"P5": {
|
|
"hide_name": 0,
|
|
"bits": [ 228 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:479.12-479.14"
|
|
}
|
|
},
|
|
"P6": {
|
|
"hide_name": 0,
|
|
"bits": [ 227 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:478.12-478.14"
|
|
}
|
|
},
|
|
"P7": {
|
|
"hide_name": 0,
|
|
"bits": [ 226 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:477.12-477.14"
|
|
}
|
|
},
|
|
"P8": {
|
|
"hide_name": 0,
|
|
"bits": [ 225 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:476.12-476.14"
|
|
}
|
|
},
|
|
"P9": {
|
|
"hide_name": 0,
|
|
"bits": [ 224 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:475.12-475.14"
|
|
}
|
|
},
|
|
"ROA0": {
|
|
"hide_name": 0,
|
|
"bits": [ 161 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:412.12-412.16"
|
|
}
|
|
},
|
|
"ROA1": {
|
|
"hide_name": 0,
|
|
"bits": [ 160 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:411.12-411.16"
|
|
}
|
|
},
|
|
"ROA10": {
|
|
"hide_name": 0,
|
|
"bits": [ 151 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:402.12-402.17"
|
|
}
|
|
},
|
|
"ROA11": {
|
|
"hide_name": 0,
|
|
"bits": [ 150 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:401.12-401.17"
|
|
}
|
|
},
|
|
"ROA12": {
|
|
"hide_name": 0,
|
|
"bits": [ 149 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:400.12-400.17"
|
|
}
|
|
},
|
|
"ROA13": {
|
|
"hide_name": 0,
|
|
"bits": [ 148 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:399.12-399.17"
|
|
}
|
|
},
|
|
"ROA14": {
|
|
"hide_name": 0,
|
|
"bits": [ 147 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:398.12-398.17"
|
|
}
|
|
},
|
|
"ROA15": {
|
|
"hide_name": 0,
|
|
"bits": [ 146 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:397.12-397.17"
|
|
}
|
|
},
|
|
"ROA16": {
|
|
"hide_name": 0,
|
|
"bits": [ 145 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:396.12-396.17"
|
|
}
|
|
},
|
|
"ROA17": {
|
|
"hide_name": 0,
|
|
"bits": [ 144 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:395.12-395.17"
|
|
}
|
|
},
|
|
"ROA2": {
|
|
"hide_name": 0,
|
|
"bits": [ 159 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:410.12-410.16"
|
|
}
|
|
},
|
|
"ROA3": {
|
|
"hide_name": 0,
|
|
"bits": [ 158 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:409.12-409.16"
|
|
}
|
|
},
|
|
"ROA4": {
|
|
"hide_name": 0,
|
|
"bits": [ 157 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:408.12-408.16"
|
|
}
|
|
},
|
|
"ROA5": {
|
|
"hide_name": 0,
|
|
"bits": [ 156 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:407.12-407.16"
|
|
}
|
|
},
|
|
"ROA6": {
|
|
"hide_name": 0,
|
|
"bits": [ 155 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:406.12-406.16"
|
|
}
|
|
},
|
|
"ROA7": {
|
|
"hide_name": 0,
|
|
"bits": [ 154 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:405.12-405.16"
|
|
}
|
|
},
|
|
"ROA8": {
|
|
"hide_name": 0,
|
|
"bits": [ 153 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:404.12-404.16"
|
|
}
|
|
},
|
|
"ROA9": {
|
|
"hide_name": 0,
|
|
"bits": [ 152 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:403.12-403.16"
|
|
}
|
|
},
|
|
"ROB0": {
|
|
"hide_name": 0,
|
|
"bits": [ 179 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:430.12-430.16"
|
|
}
|
|
},
|
|
"ROB1": {
|
|
"hide_name": 0,
|
|
"bits": [ 178 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:429.12-429.16"
|
|
}
|
|
},
|
|
"ROB10": {
|
|
"hide_name": 0,
|
|
"bits": [ 169 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:420.12-420.17"
|
|
}
|
|
},
|
|
"ROB11": {
|
|
"hide_name": 0,
|
|
"bits": [ 168 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:419.12-419.17"
|
|
}
|
|
},
|
|
"ROB12": {
|
|
"hide_name": 0,
|
|
"bits": [ 167 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:418.12-418.17"
|
|
}
|
|
},
|
|
"ROB13": {
|
|
"hide_name": 0,
|
|
"bits": [ 166 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:417.12-417.17"
|
|
}
|
|
},
|
|
"ROB14": {
|
|
"hide_name": 0,
|
|
"bits": [ 165 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:416.12-416.17"
|
|
}
|
|
},
|
|
"ROB15": {
|
|
"hide_name": 0,
|
|
"bits": [ 164 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:415.12-415.17"
|
|
}
|
|
},
|
|
"ROB16": {
|
|
"hide_name": 0,
|
|
"bits": [ 163 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:414.12-414.17"
|
|
}
|
|
},
|
|
"ROB17": {
|
|
"hide_name": 0,
|
|
"bits": [ 162 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:413.12-413.17"
|
|
}
|
|
},
|
|
"ROB2": {
|
|
"hide_name": 0,
|
|
"bits": [ 177 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:428.12-428.16"
|
|
}
|
|
},
|
|
"ROB3": {
|
|
"hide_name": 0,
|
|
"bits": [ 176 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:427.12-427.16"
|
|
}
|
|
},
|
|
"ROB4": {
|
|
"hide_name": 0,
|
|
"bits": [ 175 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:426.12-426.16"
|
|
}
|
|
},
|
|
"ROB5": {
|
|
"hide_name": 0,
|
|
"bits": [ 174 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:425.12-425.16"
|
|
}
|
|
},
|
|
"ROB6": {
|
|
"hide_name": 0,
|
|
"bits": [ 173 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:424.12-424.16"
|
|
}
|
|
},
|
|
"ROB7": {
|
|
"hide_name": 0,
|
|
"bits": [ 172 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:423.12-423.16"
|
|
}
|
|
},
|
|
"ROB8": {
|
|
"hide_name": 0,
|
|
"bits": [ 171 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:422.12-422.16"
|
|
}
|
|
},
|
|
"ROB9": {
|
|
"hide_name": 0,
|
|
"bits": [ 170 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:421.12-421.16"
|
|
}
|
|
},
|
|
"ROC0": {
|
|
"hide_name": 0,
|
|
"bits": [ 197 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:448.12-448.16"
|
|
}
|
|
},
|
|
"ROC1": {
|
|
"hide_name": 0,
|
|
"bits": [ 196 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:447.12-447.16"
|
|
}
|
|
},
|
|
"ROC10": {
|
|
"hide_name": 0,
|
|
"bits": [ 187 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:438.12-438.17"
|
|
}
|
|
},
|
|
"ROC11": {
|
|
"hide_name": 0,
|
|
"bits": [ 186 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:437.12-437.17"
|
|
}
|
|
},
|
|
"ROC12": {
|
|
"hide_name": 0,
|
|
"bits": [ 185 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:436.12-436.17"
|
|
}
|
|
},
|
|
"ROC13": {
|
|
"hide_name": 0,
|
|
"bits": [ 184 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:435.12-435.17"
|
|
}
|
|
},
|
|
"ROC14": {
|
|
"hide_name": 0,
|
|
"bits": [ 183 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:434.12-434.17"
|
|
}
|
|
},
|
|
"ROC15": {
|
|
"hide_name": 0,
|
|
"bits": [ 182 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:433.12-433.17"
|
|
}
|
|
},
|
|
"ROC16": {
|
|
"hide_name": 0,
|
|
"bits": [ 181 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:432.12-432.17"
|
|
}
|
|
},
|
|
"ROC17": {
|
|
"hide_name": 0,
|
|
"bits": [ 180 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:431.12-431.17"
|
|
}
|
|
},
|
|
"ROC2": {
|
|
"hide_name": 0,
|
|
"bits": [ 195 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:446.12-446.16"
|
|
}
|
|
},
|
|
"ROC3": {
|
|
"hide_name": 0,
|
|
"bits": [ 194 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:445.12-445.16"
|
|
}
|
|
},
|
|
"ROC4": {
|
|
"hide_name": 0,
|
|
"bits": [ 193 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:444.12-444.16"
|
|
}
|
|
},
|
|
"ROC5": {
|
|
"hide_name": 0,
|
|
"bits": [ 192 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:443.12-443.16"
|
|
}
|
|
},
|
|
"ROC6": {
|
|
"hide_name": 0,
|
|
"bits": [ 191 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:442.12-442.16"
|
|
}
|
|
},
|
|
"ROC7": {
|
|
"hide_name": 0,
|
|
"bits": [ 190 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:441.12-441.16"
|
|
}
|
|
},
|
|
"ROC8": {
|
|
"hide_name": 0,
|
|
"bits": [ 189 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:440.12-440.16"
|
|
}
|
|
},
|
|
"ROC9": {
|
|
"hide_name": 0,
|
|
"bits": [ 188 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:439.12-439.16"
|
|
}
|
|
},
|
|
"RST0": {
|
|
"hide_name": 0,
|
|
"bits": [ 71 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:322.11-322.15"
|
|
}
|
|
},
|
|
"RST1": {
|
|
"hide_name": 0,
|
|
"bits": [ 70 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:321.11-321.15"
|
|
}
|
|
},
|
|
"RST2": {
|
|
"hide_name": 0,
|
|
"bits": [ 69 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:320.11-320.15"
|
|
}
|
|
},
|
|
"RST3": {
|
|
"hide_name": 0,
|
|
"bits": [ 68 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:319.11-319.15"
|
|
}
|
|
},
|
|
"SIGNEDA": {
|
|
"hide_name": 0,
|
|
"bits": [ 56 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:307.11-307.18"
|
|
}
|
|
},
|
|
"SIGNEDB": {
|
|
"hide_name": 0,
|
|
"bits": [ 57 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:308.11-308.18"
|
|
}
|
|
},
|
|
"SIGNEDP": {
|
|
"hide_name": 0,
|
|
"bits": [ 234 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:485.12-485.19"
|
|
}
|
|
},
|
|
"SOURCEA": {
|
|
"hide_name": 0,
|
|
"bits": [ 58 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:309.11-309.18"
|
|
}
|
|
},
|
|
"SOURCEB": {
|
|
"hide_name": 0,
|
|
"bits": [ 59 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:310.11-310.18"
|
|
}
|
|
},
|
|
"SRIA0": {
|
|
"hide_name": 0,
|
|
"bits": [ 89 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:340.11-340.16"
|
|
}
|
|
},
|
|
"SRIA1": {
|
|
"hide_name": 0,
|
|
"bits": [ 88 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:339.11-339.16"
|
|
}
|
|
},
|
|
"SRIA10": {
|
|
"hide_name": 0,
|
|
"bits": [ 79 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:330.11-330.17"
|
|
}
|
|
},
|
|
"SRIA11": {
|
|
"hide_name": 0,
|
|
"bits": [ 78 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:329.11-329.17"
|
|
}
|
|
},
|
|
"SRIA12": {
|
|
"hide_name": 0,
|
|
"bits": [ 77 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:328.11-328.17"
|
|
}
|
|
},
|
|
"SRIA13": {
|
|
"hide_name": 0,
|
|
"bits": [ 76 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:327.11-327.17"
|
|
}
|
|
},
|
|
"SRIA14": {
|
|
"hide_name": 0,
|
|
"bits": [ 75 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:326.11-326.17"
|
|
}
|
|
},
|
|
"SRIA15": {
|
|
"hide_name": 0,
|
|
"bits": [ 74 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:325.11-325.17"
|
|
}
|
|
},
|
|
"SRIA16": {
|
|
"hide_name": 0,
|
|
"bits": [ 73 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:324.11-324.17"
|
|
}
|
|
},
|
|
"SRIA17": {
|
|
"hide_name": 0,
|
|
"bits": [ 72 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:323.11-323.17"
|
|
}
|
|
},
|
|
"SRIA2": {
|
|
"hide_name": 0,
|
|
"bits": [ 87 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:338.11-338.16"
|
|
}
|
|
},
|
|
"SRIA3": {
|
|
"hide_name": 0,
|
|
"bits": [ 86 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:337.11-337.16"
|
|
}
|
|
},
|
|
"SRIA4": {
|
|
"hide_name": 0,
|
|
"bits": [ 85 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:336.11-336.16"
|
|
}
|
|
},
|
|
"SRIA5": {
|
|
"hide_name": 0,
|
|
"bits": [ 84 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:335.11-335.16"
|
|
}
|
|
},
|
|
"SRIA6": {
|
|
"hide_name": 0,
|
|
"bits": [ 83 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:334.11-334.16"
|
|
}
|
|
},
|
|
"SRIA7": {
|
|
"hide_name": 0,
|
|
"bits": [ 82 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:333.11-333.16"
|
|
}
|
|
},
|
|
"SRIA8": {
|
|
"hide_name": 0,
|
|
"bits": [ 81 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:332.11-332.16"
|
|
}
|
|
},
|
|
"SRIA9": {
|
|
"hide_name": 0,
|
|
"bits": [ 80 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:331.11-331.16"
|
|
}
|
|
},
|
|
"SRIB0": {
|
|
"hide_name": 0,
|
|
"bits": [ 107 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:358.11-358.16"
|
|
}
|
|
},
|
|
"SRIB1": {
|
|
"hide_name": 0,
|
|
"bits": [ 106 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:357.11-357.16"
|
|
}
|
|
},
|
|
"SRIB10": {
|
|
"hide_name": 0,
|
|
"bits": [ 97 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:348.11-348.17"
|
|
}
|
|
},
|
|
"SRIB11": {
|
|
"hide_name": 0,
|
|
"bits": [ 96 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:347.11-347.17"
|
|
}
|
|
},
|
|
"SRIB12": {
|
|
"hide_name": 0,
|
|
"bits": [ 95 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:346.11-346.17"
|
|
}
|
|
},
|
|
"SRIB13": {
|
|
"hide_name": 0,
|
|
"bits": [ 94 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:345.11-345.17"
|
|
}
|
|
},
|
|
"SRIB14": {
|
|
"hide_name": 0,
|
|
"bits": [ 93 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:344.11-344.17"
|
|
}
|
|
},
|
|
"SRIB15": {
|
|
"hide_name": 0,
|
|
"bits": [ 92 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:343.11-343.17"
|
|
}
|
|
},
|
|
"SRIB16": {
|
|
"hide_name": 0,
|
|
"bits": [ 91 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:342.11-342.17"
|
|
}
|
|
},
|
|
"SRIB17": {
|
|
"hide_name": 0,
|
|
"bits": [ 90 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:341.11-341.17"
|
|
}
|
|
},
|
|
"SRIB2": {
|
|
"hide_name": 0,
|
|
"bits": [ 105 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:356.11-356.16"
|
|
}
|
|
},
|
|
"SRIB3": {
|
|
"hide_name": 0,
|
|
"bits": [ 104 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:355.11-355.16"
|
|
}
|
|
},
|
|
"SRIB4": {
|
|
"hide_name": 0,
|
|
"bits": [ 103 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:354.11-354.16"
|
|
}
|
|
},
|
|
"SRIB5": {
|
|
"hide_name": 0,
|
|
"bits": [ 102 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:353.11-353.16"
|
|
}
|
|
},
|
|
"SRIB6": {
|
|
"hide_name": 0,
|
|
"bits": [ 101 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:352.11-352.16"
|
|
}
|
|
},
|
|
"SRIB7": {
|
|
"hide_name": 0,
|
|
"bits": [ 100 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:351.11-351.16"
|
|
}
|
|
},
|
|
"SRIB8": {
|
|
"hide_name": 0,
|
|
"bits": [ 99 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:350.11-350.16"
|
|
}
|
|
},
|
|
"SRIB9": {
|
|
"hide_name": 0,
|
|
"bits": [ 98 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:349.11-349.16"
|
|
}
|
|
},
|
|
"SROA0": {
|
|
"hide_name": 0,
|
|
"bits": [ 125 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:376.12-376.17"
|
|
}
|
|
},
|
|
"SROA1": {
|
|
"hide_name": 0,
|
|
"bits": [ 124 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:375.12-375.17"
|
|
}
|
|
},
|
|
"SROA10": {
|
|
"hide_name": 0,
|
|
"bits": [ 115 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:366.12-366.18"
|
|
}
|
|
},
|
|
"SROA11": {
|
|
"hide_name": 0,
|
|
"bits": [ 114 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:365.12-365.18"
|
|
}
|
|
},
|
|
"SROA12": {
|
|
"hide_name": 0,
|
|
"bits": [ 113 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:364.12-364.18"
|
|
}
|
|
},
|
|
"SROA13": {
|
|
"hide_name": 0,
|
|
"bits": [ 112 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:363.12-363.18"
|
|
}
|
|
},
|
|
"SROA14": {
|
|
"hide_name": 0,
|
|
"bits": [ 111 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:362.12-362.18"
|
|
}
|
|
},
|
|
"SROA15": {
|
|
"hide_name": 0,
|
|
"bits": [ 110 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:361.12-361.18"
|
|
}
|
|
},
|
|
"SROA16": {
|
|
"hide_name": 0,
|
|
"bits": [ 109 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:360.12-360.18"
|
|
}
|
|
},
|
|
"SROA17": {
|
|
"hide_name": 0,
|
|
"bits": [ 108 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:359.12-359.18"
|
|
}
|
|
},
|
|
"SROA2": {
|
|
"hide_name": 0,
|
|
"bits": [ 123 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:374.12-374.17"
|
|
}
|
|
},
|
|
"SROA3": {
|
|
"hide_name": 0,
|
|
"bits": [ 122 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:373.12-373.17"
|
|
}
|
|
},
|
|
"SROA4": {
|
|
"hide_name": 0,
|
|
"bits": [ 121 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:372.12-372.17"
|
|
}
|
|
},
|
|
"SROA5": {
|
|
"hide_name": 0,
|
|
"bits": [ 120 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:371.12-371.17"
|
|
}
|
|
},
|
|
"SROA6": {
|
|
"hide_name": 0,
|
|
"bits": [ 119 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:370.12-370.17"
|
|
}
|
|
},
|
|
"SROA7": {
|
|
"hide_name": 0,
|
|
"bits": [ 118 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:369.12-369.17"
|
|
}
|
|
},
|
|
"SROA8": {
|
|
"hide_name": 0,
|
|
"bits": [ 117 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:368.12-368.17"
|
|
}
|
|
},
|
|
"SROA9": {
|
|
"hide_name": 0,
|
|
"bits": [ 116 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:367.12-367.17"
|
|
}
|
|
},
|
|
"SROB0": {
|
|
"hide_name": 0,
|
|
"bits": [ 143 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:394.12-394.17"
|
|
}
|
|
},
|
|
"SROB1": {
|
|
"hide_name": 0,
|
|
"bits": [ 142 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:393.12-393.17"
|
|
}
|
|
},
|
|
"SROB10": {
|
|
"hide_name": 0,
|
|
"bits": [ 133 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:384.12-384.18"
|
|
}
|
|
},
|
|
"SROB11": {
|
|
"hide_name": 0,
|
|
"bits": [ 132 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:383.12-383.18"
|
|
}
|
|
},
|
|
"SROB12": {
|
|
"hide_name": 0,
|
|
"bits": [ 131 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:382.12-382.18"
|
|
}
|
|
},
|
|
"SROB13": {
|
|
"hide_name": 0,
|
|
"bits": [ 130 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:381.12-381.18"
|
|
}
|
|
},
|
|
"SROB14": {
|
|
"hide_name": 0,
|
|
"bits": [ 129 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:380.12-380.18"
|
|
}
|
|
},
|
|
"SROB15": {
|
|
"hide_name": 0,
|
|
"bits": [ 128 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:379.12-379.18"
|
|
}
|
|
},
|
|
"SROB16": {
|
|
"hide_name": 0,
|
|
"bits": [ 127 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:378.12-378.18"
|
|
}
|
|
},
|
|
"SROB17": {
|
|
"hide_name": 0,
|
|
"bits": [ 126 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:377.12-377.18"
|
|
}
|
|
},
|
|
"SROB2": {
|
|
"hide_name": 0,
|
|
"bits": [ 141 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:392.12-392.17"
|
|
}
|
|
},
|
|
"SROB3": {
|
|
"hide_name": 0,
|
|
"bits": [ 140 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:391.12-391.17"
|
|
}
|
|
},
|
|
"SROB4": {
|
|
"hide_name": 0,
|
|
"bits": [ 139 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:390.12-390.17"
|
|
}
|
|
},
|
|
"SROB5": {
|
|
"hide_name": 0,
|
|
"bits": [ 138 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:389.12-389.17"
|
|
}
|
|
},
|
|
"SROB6": {
|
|
"hide_name": 0,
|
|
"bits": [ 137 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:388.12-388.17"
|
|
}
|
|
},
|
|
"SROB7": {
|
|
"hide_name": 0,
|
|
"bits": [ 136 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:387.12-387.17"
|
|
}
|
|
},
|
|
"SROB8": {
|
|
"hide_name": 0,
|
|
"bits": [ 135 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:386.12-386.17"
|
|
}
|
|
},
|
|
"SROB9": {
|
|
"hide_name": 0,
|
|
"bits": [ 134 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:385.12-385.17"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"OB": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:5.1-5.157"
|
|
},
|
|
"ports": {
|
|
"I": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"O": {
|
|
"direction": "output",
|
|
"bits": [ 3 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"I": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:5.20-5.21"
|
|
}
|
|
},
|
|
"O": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"iopad_external_pin": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:5.59-5.60"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"OBCO": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:9.1-9.90"
|
|
},
|
|
"ports": {
|
|
"I": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"OT": {
|
|
"direction": "output",
|
|
"bits": [ 3 ]
|
|
},
|
|
"OC": {
|
|
"direction": "output",
|
|
"bits": [ 4 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"I": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:9.20-9.21"
|
|
}
|
|
},
|
|
"OC": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:9.38-9.40"
|
|
}
|
|
},
|
|
"OT": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:9.34-9.36"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"OBZ": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:6.1-6.164"
|
|
},
|
|
"ports": {
|
|
"I": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"T": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"O": {
|
|
"direction": "output",
|
|
"bits": [ 4 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"I": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:6.20-6.21"
|
|
}
|
|
},
|
|
"O": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"iopad_external_pin": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:6.59-6.60"
|
|
}
|
|
},
|
|
"T": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:6.23-6.24"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"OBZPD": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:8.1-8.164"
|
|
},
|
|
"ports": {
|
|
"I": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"T": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"O": {
|
|
"direction": "output",
|
|
"bits": [ 4 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"I": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:8.20-8.21"
|
|
}
|
|
},
|
|
"O": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"iopad_external_pin": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:8.59-8.60"
|
|
}
|
|
},
|
|
"T": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:8.23-8.24"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"OBZPU": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:7.1-7.164"
|
|
},
|
|
"ports": {
|
|
"I": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"T": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"O": {
|
|
"direction": "output",
|
|
"bits": [ 4 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"I": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:7.20-7.21"
|
|
}
|
|
},
|
|
"O": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"iopad_external_pin": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:7.59-7.60"
|
|
}
|
|
},
|
|
"T": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:7.23-7.24"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ODDR71B": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1255.1-1268.10"
|
|
},
|
|
"parameter_default_values": {
|
|
"GSR": "ENABLED"
|
|
},
|
|
"ports": {
|
|
"SCLK": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"ECLK": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"RST": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"D6": {
|
|
"direction": "input",
|
|
"bits": [ 5 ]
|
|
},
|
|
"D5": {
|
|
"direction": "input",
|
|
"bits": [ 6 ]
|
|
},
|
|
"D4": {
|
|
"direction": "input",
|
|
"bits": [ 7 ]
|
|
},
|
|
"D3": {
|
|
"direction": "input",
|
|
"bits": [ 8 ]
|
|
},
|
|
"D2": {
|
|
"direction": "input",
|
|
"bits": [ 9 ]
|
|
},
|
|
"D1": {
|
|
"direction": "input",
|
|
"bits": [ 10 ]
|
|
},
|
|
"D0": {
|
|
"direction": "input",
|
|
"bits": [ 11 ]
|
|
},
|
|
"Q": {
|
|
"direction": "output",
|
|
"bits": [ 12 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"D0": {
|
|
"hide_name": 0,
|
|
"bits": [ 11 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1266.11-1266.13"
|
|
}
|
|
},
|
|
"D1": {
|
|
"hide_name": 0,
|
|
"bits": [ 10 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1265.11-1265.13"
|
|
}
|
|
},
|
|
"D2": {
|
|
"hide_name": 0,
|
|
"bits": [ 9 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1264.11-1264.13"
|
|
}
|
|
},
|
|
"D3": {
|
|
"hide_name": 0,
|
|
"bits": [ 8 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1263.11-1263.13"
|
|
}
|
|
},
|
|
"D4": {
|
|
"hide_name": 0,
|
|
"bits": [ 7 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1262.11-1262.13"
|
|
}
|
|
},
|
|
"D5": {
|
|
"hide_name": 0,
|
|
"bits": [ 6 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1261.11-1261.13"
|
|
}
|
|
},
|
|
"D6": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1260.11-1260.13"
|
|
}
|
|
},
|
|
"ECLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1258.11-1258.15"
|
|
}
|
|
},
|
|
"Q": {
|
|
"hide_name": 0,
|
|
"bits": [ 12 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1267.12-1267.13"
|
|
}
|
|
},
|
|
"RST": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1259.11-1259.14"
|
|
}
|
|
},
|
|
"SCLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1257.11-1257.15"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ODDRX1F": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1232.1-1239.10"
|
|
},
|
|
"parameter_default_values": {
|
|
"GSR": "ENABLED"
|
|
},
|
|
"ports": {
|
|
"SCLK": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"RST": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"D0": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"D1": {
|
|
"direction": "input",
|
|
"bits": [ 5 ]
|
|
},
|
|
"Q": {
|
|
"direction": "output",
|
|
"bits": [ 6 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"D0": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1236.11-1236.13"
|
|
}
|
|
},
|
|
"D1": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1237.11-1237.13"
|
|
}
|
|
},
|
|
"Q": {
|
|
"hide_name": 0,
|
|
"bits": [ 6 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1238.12-1238.13"
|
|
}
|
|
},
|
|
"RST": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1235.11-1235.14"
|
|
}
|
|
},
|
|
"SCLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1234.11-1234.15"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ODDRX2DQA": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1308.1-1319.10"
|
|
},
|
|
"parameter_default_values": {
|
|
"GSR": "ENABLED"
|
|
},
|
|
"ports": {
|
|
"D3": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"D2": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"D1": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"D0": {
|
|
"direction": "input",
|
|
"bits": [ 5 ]
|
|
},
|
|
"DQSW270": {
|
|
"direction": "input",
|
|
"bits": [ 6 ]
|
|
},
|
|
"SCLK": {
|
|
"direction": "input",
|
|
"bits": [ 7 ]
|
|
},
|
|
"ECLK": {
|
|
"direction": "input",
|
|
"bits": [ 8 ]
|
|
},
|
|
"RST": {
|
|
"direction": "input",
|
|
"bits": [ 9 ]
|
|
},
|
|
"Q": {
|
|
"direction": "output",
|
|
"bits": [ 10 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"D0": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1313.11-1313.13"
|
|
}
|
|
},
|
|
"D1": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1312.11-1312.13"
|
|
}
|
|
},
|
|
"D2": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1311.11-1311.13"
|
|
}
|
|
},
|
|
"D3": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1310.11-1310.13"
|
|
}
|
|
},
|
|
"DQSW270": {
|
|
"hide_name": 0,
|
|
"bits": [ 6 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1314.11-1314.18"
|
|
}
|
|
},
|
|
"ECLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 8 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1316.11-1316.15"
|
|
}
|
|
},
|
|
"Q": {
|
|
"hide_name": 0,
|
|
"bits": [ 10 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1318.12-1318.13"
|
|
}
|
|
},
|
|
"RST": {
|
|
"hide_name": 0,
|
|
"bits": [ 9 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1317.11-1317.14"
|
|
}
|
|
},
|
|
"SCLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 7 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1315.11-1315.15"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ODDRX2DQSB": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1322.1-1333.10"
|
|
},
|
|
"parameter_default_values": {
|
|
"GSR": "ENABLED"
|
|
},
|
|
"ports": {
|
|
"D3": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"D2": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"D1": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"D0": {
|
|
"direction": "input",
|
|
"bits": [ 5 ]
|
|
},
|
|
"SCLK": {
|
|
"direction": "input",
|
|
"bits": [ 6 ]
|
|
},
|
|
"ECLK": {
|
|
"direction": "input",
|
|
"bits": [ 7 ]
|
|
},
|
|
"DQSW": {
|
|
"direction": "input",
|
|
"bits": [ 8 ]
|
|
},
|
|
"RST": {
|
|
"direction": "input",
|
|
"bits": [ 9 ]
|
|
},
|
|
"Q": {
|
|
"direction": "output",
|
|
"bits": [ 10 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"D0": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1327.11-1327.13"
|
|
}
|
|
},
|
|
"D1": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1326.11-1326.13"
|
|
}
|
|
},
|
|
"D2": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1325.11-1325.13"
|
|
}
|
|
},
|
|
"D3": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1324.11-1324.13"
|
|
}
|
|
},
|
|
"DQSW": {
|
|
"hide_name": 0,
|
|
"bits": [ 8 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1330.11-1330.15"
|
|
}
|
|
},
|
|
"ECLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 7 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1329.11-1329.15"
|
|
}
|
|
},
|
|
"Q": {
|
|
"hide_name": 0,
|
|
"bits": [ 10 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1332.12-1332.13"
|
|
}
|
|
},
|
|
"RST": {
|
|
"hide_name": 0,
|
|
"bits": [ 9 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1331.11-1331.14"
|
|
}
|
|
},
|
|
"SCLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 6 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1328.11-1328.15"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ODDRX2F": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1242.1-1252.10"
|
|
},
|
|
"parameter_default_values": {
|
|
"GSR": "ENABLED"
|
|
},
|
|
"ports": {
|
|
"SCLK": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"ECLK": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"RST": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"D3": {
|
|
"direction": "input",
|
|
"bits": [ 5 ]
|
|
},
|
|
"D2": {
|
|
"direction": "input",
|
|
"bits": [ 6 ]
|
|
},
|
|
"D1": {
|
|
"direction": "input",
|
|
"bits": [ 7 ]
|
|
},
|
|
"D0": {
|
|
"direction": "input",
|
|
"bits": [ 8 ]
|
|
},
|
|
"Q": {
|
|
"direction": "output",
|
|
"bits": [ 9 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"D0": {
|
|
"hide_name": 0,
|
|
"bits": [ 8 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1250.11-1250.13"
|
|
}
|
|
},
|
|
"D1": {
|
|
"hide_name": 0,
|
|
"bits": [ 7 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1249.11-1249.13"
|
|
}
|
|
},
|
|
"D2": {
|
|
"hide_name": 0,
|
|
"bits": [ 6 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1248.11-1248.13"
|
|
}
|
|
},
|
|
"D3": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1247.11-1247.13"
|
|
}
|
|
},
|
|
"ECLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1245.11-1245.15"
|
|
}
|
|
},
|
|
"Q": {
|
|
"hide_name": 0,
|
|
"bits": [ 9 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1251.12-1251.13"
|
|
}
|
|
},
|
|
"RST": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1246.11-1246.14"
|
|
}
|
|
},
|
|
"SCLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1244.11-1244.15"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"OFS1P3BX": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:31.1-31.302"
|
|
},
|
|
"parameter_default_values": {
|
|
"GSR": "ENABLED"
|
|
},
|
|
"ports": {
|
|
"PD": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"D": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"SP": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"SCLK": {
|
|
"direction": "input",
|
|
"bits": [ 5 ]
|
|
},
|
|
"Q": {
|
|
"direction": "output",
|
|
"bits": [ 6 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"D": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:31.27-31.28"
|
|
}
|
|
},
|
|
"PD": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:31.23-31.25"
|
|
}
|
|
},
|
|
"Q": {
|
|
"hide_name": 0,
|
|
"bits": [ 6 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:31.47-31.48"
|
|
}
|
|
},
|
|
"SCLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:31.34-31.38"
|
|
}
|
|
},
|
|
"SP": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:31.30-31.32"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"OFS1P3DX": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:32.1-32.302"
|
|
},
|
|
"parameter_default_values": {
|
|
"GSR": "ENABLED"
|
|
},
|
|
"ports": {
|
|
"CD": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"D": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"SP": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"SCLK": {
|
|
"direction": "input",
|
|
"bits": [ 5 ]
|
|
},
|
|
"Q": {
|
|
"direction": "output",
|
|
"bits": [ 6 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"CD": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:32.23-32.25"
|
|
}
|
|
},
|
|
"D": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:32.27-32.28"
|
|
}
|
|
},
|
|
"Q": {
|
|
"hide_name": 0,
|
|
"bits": [ 6 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:32.47-32.48"
|
|
}
|
|
},
|
|
"SCLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:32.34-32.38"
|
|
}
|
|
},
|
|
"SP": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:32.30-32.32"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"OFS1P3IX": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:33.1-33.302"
|
|
},
|
|
"parameter_default_values": {
|
|
"GSR": "ENABLED"
|
|
},
|
|
"ports": {
|
|
"CD": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"D": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"SP": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"SCLK": {
|
|
"direction": "input",
|
|
"bits": [ 5 ]
|
|
},
|
|
"Q": {
|
|
"direction": "output",
|
|
"bits": [ 6 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"CD": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:33.23-33.25"
|
|
}
|
|
},
|
|
"D": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:33.27-33.28"
|
|
}
|
|
},
|
|
"Q": {
|
|
"hide_name": 0,
|
|
"bits": [ 6 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:33.47-33.48"
|
|
}
|
|
},
|
|
"SCLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:33.34-33.38"
|
|
}
|
|
},
|
|
"SP": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:33.30-33.32"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"OFS1P3JX": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:34.1-34.302"
|
|
},
|
|
"parameter_default_values": {
|
|
"GSR": "ENABLED"
|
|
},
|
|
"ports": {
|
|
"PD": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"D": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"SP": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"SCLK": {
|
|
"direction": "input",
|
|
"bits": [ 5 ]
|
|
},
|
|
"Q": {
|
|
"direction": "output",
|
|
"bits": [ 6 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"D": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:34.27-34.28"
|
|
}
|
|
},
|
|
"PD": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:34.23-34.25"
|
|
}
|
|
},
|
|
"Q": {
|
|
"hide_name": 0,
|
|
"bits": [ 6 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:34.47-34.48"
|
|
}
|
|
},
|
|
"SCLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:34.34-34.38"
|
|
}
|
|
},
|
|
"SP": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_ff.vh:34.30-34.32"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"OLVDS": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:14.1-14.146"
|
|
},
|
|
"ports": {
|
|
"A": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"Z": {
|
|
"direction": "output",
|
|
"bits": [ 3 ]
|
|
},
|
|
"ZN": {
|
|
"direction": "output",
|
|
"bits": [ 4 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"A": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:14.20-14.21"
|
|
}
|
|
},
|
|
"Z": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"iopad_external_pin": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:14.59-14.60"
|
|
}
|
|
},
|
|
"ZN": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_io.vh:14.69-14.71"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"OSCG": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1413.1-1416.10"
|
|
},
|
|
"parameter_default_values": {
|
|
"DIV": "00000000000000000000000010000000"
|
|
},
|
|
"ports": {
|
|
"OSC": {
|
|
"direction": "output",
|
|
"bits": [ 2 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"OSC": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1415.12-1415.15"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"OSHX2A": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1271.1-1279.10"
|
|
},
|
|
"parameter_default_values": {
|
|
"GSR": "ENABLED"
|
|
},
|
|
"ports": {
|
|
"D1": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"D0": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"SCLK": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"ECLK": {
|
|
"direction": "input",
|
|
"bits": [ 5 ]
|
|
},
|
|
"RST": {
|
|
"direction": "input",
|
|
"bits": [ 6 ]
|
|
},
|
|
"Q": {
|
|
"direction": "output",
|
|
"bits": [ 7 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"D0": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1274.11-1274.13"
|
|
}
|
|
},
|
|
"D1": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1273.11-1273.13"
|
|
}
|
|
},
|
|
"ECLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1276.11-1276.15"
|
|
}
|
|
},
|
|
"Q": {
|
|
"hide_name": 0,
|
|
"bits": [ 7 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1278.12-1278.13"
|
|
}
|
|
},
|
|
"RST": {
|
|
"hide_name": 0,
|
|
"bits": [ 6 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1277.11-1277.14"
|
|
}
|
|
},
|
|
"SCLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1275.11-1275.15"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"PCSCLKDIV": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1020.1-1029.10"
|
|
},
|
|
"parameter_default_values": {
|
|
"GSR": "DISABLED"
|
|
},
|
|
"ports": {
|
|
"CLKI": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"RST": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"SEL2": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"SEL1": {
|
|
"direction": "input",
|
|
"bits": [ 5 ]
|
|
},
|
|
"SEL0": {
|
|
"direction": "input",
|
|
"bits": [ 6 ]
|
|
},
|
|
"CDIV1": {
|
|
"direction": "output",
|
|
"bits": [ 7 ]
|
|
},
|
|
"CDIVX": {
|
|
"direction": "output",
|
|
"bits": [ 8 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"CDIV1": {
|
|
"hide_name": 0,
|
|
"bits": [ 7 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1027.12-1027.17"
|
|
}
|
|
},
|
|
"CDIVX": {
|
|
"hide_name": 0,
|
|
"bits": [ 8 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1028.12-1028.17"
|
|
}
|
|
},
|
|
"CLKI": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1022.11-1022.15"
|
|
}
|
|
},
|
|
"RST": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1023.11-1023.14"
|
|
}
|
|
},
|
|
"SEL0": {
|
|
"hide_name": 0,
|
|
"bits": [ 6 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1026.11-1026.15"
|
|
}
|
|
},
|
|
"SEL1": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1025.11-1025.15"
|
|
}
|
|
},
|
|
"SEL2": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1024.11-1024.15"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"PDPW16KD": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:21.1-213.10"
|
|
},
|
|
"parameter_default_values": {
|
|
"ASYNC_RESET_RELEASE": "SYNC",
|
|
"CLKRMUX": "CLKR",
|
|
"CLKWMUX": "CLKW",
|
|
"CSDECODE_R": "0b000",
|
|
"CSDECODE_W": "0b000",
|
|
"DATA_WIDTH_R": "00000000000000000000000000100100",
|
|
"DATA_WIDTH_W": "00000000000000000000000000100100",
|
|
"GSR": "ENABLED",
|
|
"INITVAL_00": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_01": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_02": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_03": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_04": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_05": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_06": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_07": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_08": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_09": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_0A": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_0B": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_0C": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_0D": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_0E": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_0F": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_10": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_11": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_12": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_13": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_14": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_15": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_16": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_17": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_18": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_19": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_1A": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_1B": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_1C": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_1D": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_1E": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_1F": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_20": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_21": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_22": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_23": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_24": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_25": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_26": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_27": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_28": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_29": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_2A": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_2B": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_2C": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_2D": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_2E": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_2F": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_30": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_31": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_32": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_33": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_34": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_35": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_36": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_37": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_38": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_39": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_3A": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_3B": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_3C": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_3D": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_3E": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INITVAL_3F": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"INIT_DATA": "STATIC",
|
|
"REGMODE": "NOREG",
|
|
"RESETMODE": "SYNC"
|
|
},
|
|
"ports": {
|
|
"DI35": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"DI34": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"DI33": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"DI32": {
|
|
"direction": "input",
|
|
"bits": [ 5 ]
|
|
},
|
|
"DI31": {
|
|
"direction": "input",
|
|
"bits": [ 6 ]
|
|
},
|
|
"DI30": {
|
|
"direction": "input",
|
|
"bits": [ 7 ]
|
|
},
|
|
"DI29": {
|
|
"direction": "input",
|
|
"bits": [ 8 ]
|
|
},
|
|
"DI28": {
|
|
"direction": "input",
|
|
"bits": [ 9 ]
|
|
},
|
|
"DI27": {
|
|
"direction": "input",
|
|
"bits": [ 10 ]
|
|
},
|
|
"DI26": {
|
|
"direction": "input",
|
|
"bits": [ 11 ]
|
|
},
|
|
"DI25": {
|
|
"direction": "input",
|
|
"bits": [ 12 ]
|
|
},
|
|
"DI24": {
|
|
"direction": "input",
|
|
"bits": [ 13 ]
|
|
},
|
|
"DI23": {
|
|
"direction": "input",
|
|
"bits": [ 14 ]
|
|
},
|
|
"DI22": {
|
|
"direction": "input",
|
|
"bits": [ 15 ]
|
|
},
|
|
"DI21": {
|
|
"direction": "input",
|
|
"bits": [ 16 ]
|
|
},
|
|
"DI20": {
|
|
"direction": "input",
|
|
"bits": [ 17 ]
|
|
},
|
|
"DI19": {
|
|
"direction": "input",
|
|
"bits": [ 18 ]
|
|
},
|
|
"DI18": {
|
|
"direction": "input",
|
|
"bits": [ 19 ]
|
|
},
|
|
"DI17": {
|
|
"direction": "input",
|
|
"bits": [ 20 ]
|
|
},
|
|
"DI16": {
|
|
"direction": "input",
|
|
"bits": [ 21 ]
|
|
},
|
|
"DI15": {
|
|
"direction": "input",
|
|
"bits": [ 22 ]
|
|
},
|
|
"DI14": {
|
|
"direction": "input",
|
|
"bits": [ 23 ]
|
|
},
|
|
"DI13": {
|
|
"direction": "input",
|
|
"bits": [ 24 ]
|
|
},
|
|
"DI12": {
|
|
"direction": "input",
|
|
"bits": [ 25 ]
|
|
},
|
|
"DI11": {
|
|
"direction": "input",
|
|
"bits": [ 26 ]
|
|
},
|
|
"DI10": {
|
|
"direction": "input",
|
|
"bits": [ 27 ]
|
|
},
|
|
"DI9": {
|
|
"direction": "input",
|
|
"bits": [ 28 ]
|
|
},
|
|
"DI8": {
|
|
"direction": "input",
|
|
"bits": [ 29 ]
|
|
},
|
|
"DI7": {
|
|
"direction": "input",
|
|
"bits": [ 30 ]
|
|
},
|
|
"DI6": {
|
|
"direction": "input",
|
|
"bits": [ 31 ]
|
|
},
|
|
"DI5": {
|
|
"direction": "input",
|
|
"bits": [ 32 ]
|
|
},
|
|
"DI4": {
|
|
"direction": "input",
|
|
"bits": [ 33 ]
|
|
},
|
|
"DI3": {
|
|
"direction": "input",
|
|
"bits": [ 34 ]
|
|
},
|
|
"DI2": {
|
|
"direction": "input",
|
|
"bits": [ 35 ]
|
|
},
|
|
"DI1": {
|
|
"direction": "input",
|
|
"bits": [ 36 ]
|
|
},
|
|
"DI0": {
|
|
"direction": "input",
|
|
"bits": [ 37 ]
|
|
},
|
|
"ADW8": {
|
|
"direction": "input",
|
|
"bits": [ 38 ]
|
|
},
|
|
"ADW7": {
|
|
"direction": "input",
|
|
"bits": [ 39 ]
|
|
},
|
|
"ADW6": {
|
|
"direction": "input",
|
|
"bits": [ 40 ]
|
|
},
|
|
"ADW5": {
|
|
"direction": "input",
|
|
"bits": [ 41 ]
|
|
},
|
|
"ADW4": {
|
|
"direction": "input",
|
|
"bits": [ 42 ]
|
|
},
|
|
"ADW3": {
|
|
"direction": "input",
|
|
"bits": [ 43 ]
|
|
},
|
|
"ADW2": {
|
|
"direction": "input",
|
|
"bits": [ 44 ]
|
|
},
|
|
"ADW1": {
|
|
"direction": "input",
|
|
"bits": [ 45 ]
|
|
},
|
|
"ADW0": {
|
|
"direction": "input",
|
|
"bits": [ 46 ]
|
|
},
|
|
"BE3": {
|
|
"direction": "input",
|
|
"bits": [ 47 ]
|
|
},
|
|
"BE2": {
|
|
"direction": "input",
|
|
"bits": [ 48 ]
|
|
},
|
|
"BE1": {
|
|
"direction": "input",
|
|
"bits": [ 49 ]
|
|
},
|
|
"BE0": {
|
|
"direction": "input",
|
|
"bits": [ 50 ]
|
|
},
|
|
"CEW": {
|
|
"direction": "input",
|
|
"bits": [ 51 ]
|
|
},
|
|
"CLKW": {
|
|
"direction": "input",
|
|
"bits": [ 52 ]
|
|
},
|
|
"CSW2": {
|
|
"direction": "input",
|
|
"bits": [ 53 ]
|
|
},
|
|
"CSW1": {
|
|
"direction": "input",
|
|
"bits": [ 54 ]
|
|
},
|
|
"CSW0": {
|
|
"direction": "input",
|
|
"bits": [ 55 ]
|
|
},
|
|
"ADR13": {
|
|
"direction": "input",
|
|
"bits": [ 56 ]
|
|
},
|
|
"ADR12": {
|
|
"direction": "input",
|
|
"bits": [ 57 ]
|
|
},
|
|
"ADR11": {
|
|
"direction": "input",
|
|
"bits": [ 58 ]
|
|
},
|
|
"ADR10": {
|
|
"direction": "input",
|
|
"bits": [ 59 ]
|
|
},
|
|
"ADR9": {
|
|
"direction": "input",
|
|
"bits": [ 60 ]
|
|
},
|
|
"ADR8": {
|
|
"direction": "input",
|
|
"bits": [ 61 ]
|
|
},
|
|
"ADR7": {
|
|
"direction": "input",
|
|
"bits": [ 62 ]
|
|
},
|
|
"ADR6": {
|
|
"direction": "input",
|
|
"bits": [ 63 ]
|
|
},
|
|
"ADR5": {
|
|
"direction": "input",
|
|
"bits": [ 64 ]
|
|
},
|
|
"ADR4": {
|
|
"direction": "input",
|
|
"bits": [ 65 ]
|
|
},
|
|
"ADR3": {
|
|
"direction": "input",
|
|
"bits": [ 66 ]
|
|
},
|
|
"ADR2": {
|
|
"direction": "input",
|
|
"bits": [ 67 ]
|
|
},
|
|
"ADR1": {
|
|
"direction": "input",
|
|
"bits": [ 68 ]
|
|
},
|
|
"ADR0": {
|
|
"direction": "input",
|
|
"bits": [ 69 ]
|
|
},
|
|
"CER": {
|
|
"direction": "input",
|
|
"bits": [ 70 ]
|
|
},
|
|
"OCER": {
|
|
"direction": "input",
|
|
"bits": [ 71 ]
|
|
},
|
|
"CLKR": {
|
|
"direction": "input",
|
|
"bits": [ 72 ]
|
|
},
|
|
"CSR2": {
|
|
"direction": "input",
|
|
"bits": [ 73 ]
|
|
},
|
|
"CSR1": {
|
|
"direction": "input",
|
|
"bits": [ 74 ]
|
|
},
|
|
"CSR0": {
|
|
"direction": "input",
|
|
"bits": [ 75 ]
|
|
},
|
|
"RST": {
|
|
"direction": "input",
|
|
"bits": [ 76 ]
|
|
},
|
|
"DO35": {
|
|
"direction": "output",
|
|
"bits": [ 77 ]
|
|
},
|
|
"DO34": {
|
|
"direction": "output",
|
|
"bits": [ 78 ]
|
|
},
|
|
"DO33": {
|
|
"direction": "output",
|
|
"bits": [ 79 ]
|
|
},
|
|
"DO32": {
|
|
"direction": "output",
|
|
"bits": [ 80 ]
|
|
},
|
|
"DO31": {
|
|
"direction": "output",
|
|
"bits": [ 81 ]
|
|
},
|
|
"DO30": {
|
|
"direction": "output",
|
|
"bits": [ 82 ]
|
|
},
|
|
"DO29": {
|
|
"direction": "output",
|
|
"bits": [ 83 ]
|
|
},
|
|
"DO28": {
|
|
"direction": "output",
|
|
"bits": [ 84 ]
|
|
},
|
|
"DO27": {
|
|
"direction": "output",
|
|
"bits": [ 85 ]
|
|
},
|
|
"DO26": {
|
|
"direction": "output",
|
|
"bits": [ 86 ]
|
|
},
|
|
"DO25": {
|
|
"direction": "output",
|
|
"bits": [ 87 ]
|
|
},
|
|
"DO24": {
|
|
"direction": "output",
|
|
"bits": [ 88 ]
|
|
},
|
|
"DO23": {
|
|
"direction": "output",
|
|
"bits": [ 89 ]
|
|
},
|
|
"DO22": {
|
|
"direction": "output",
|
|
"bits": [ 90 ]
|
|
},
|
|
"DO21": {
|
|
"direction": "output",
|
|
"bits": [ 91 ]
|
|
},
|
|
"DO20": {
|
|
"direction": "output",
|
|
"bits": [ 92 ]
|
|
},
|
|
"DO19": {
|
|
"direction": "output",
|
|
"bits": [ 93 ]
|
|
},
|
|
"DO18": {
|
|
"direction": "output",
|
|
"bits": [ 94 ]
|
|
},
|
|
"DO17": {
|
|
"direction": "output",
|
|
"bits": [ 95 ]
|
|
},
|
|
"DO16": {
|
|
"direction": "output",
|
|
"bits": [ 96 ]
|
|
},
|
|
"DO15": {
|
|
"direction": "output",
|
|
"bits": [ 97 ]
|
|
},
|
|
"DO14": {
|
|
"direction": "output",
|
|
"bits": [ 98 ]
|
|
},
|
|
"DO13": {
|
|
"direction": "output",
|
|
"bits": [ 99 ]
|
|
},
|
|
"DO12": {
|
|
"direction": "output",
|
|
"bits": [ 100 ]
|
|
},
|
|
"DO11": {
|
|
"direction": "output",
|
|
"bits": [ 101 ]
|
|
},
|
|
"DO10": {
|
|
"direction": "output",
|
|
"bits": [ 102 ]
|
|
},
|
|
"DO9": {
|
|
"direction": "output",
|
|
"bits": [ 103 ]
|
|
},
|
|
"DO8": {
|
|
"direction": "output",
|
|
"bits": [ 104 ]
|
|
},
|
|
"DO7": {
|
|
"direction": "output",
|
|
"bits": [ 105 ]
|
|
},
|
|
"DO6": {
|
|
"direction": "output",
|
|
"bits": [ 106 ]
|
|
},
|
|
"DO5": {
|
|
"direction": "output",
|
|
"bits": [ 107 ]
|
|
},
|
|
"DO4": {
|
|
"direction": "output",
|
|
"bits": [ 108 ]
|
|
},
|
|
"DO3": {
|
|
"direction": "output",
|
|
"bits": [ 109 ]
|
|
},
|
|
"DO2": {
|
|
"direction": "output",
|
|
"bits": [ 110 ]
|
|
},
|
|
"DO1": {
|
|
"direction": "output",
|
|
"bits": [ 111 ]
|
|
},
|
|
"DO0": {
|
|
"direction": "output",
|
|
"bits": [ 112 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"ADR0": {
|
|
"hide_name": 0,
|
|
"bits": [ 69 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:169.11-169.15"
|
|
}
|
|
},
|
|
"ADR1": {
|
|
"hide_name": 0,
|
|
"bits": [ 68 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:168.11-168.15"
|
|
}
|
|
},
|
|
"ADR10": {
|
|
"hide_name": 0,
|
|
"bits": [ 59 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:159.11-159.16"
|
|
}
|
|
},
|
|
"ADR11": {
|
|
"hide_name": 0,
|
|
"bits": [ 58 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:158.11-158.16"
|
|
}
|
|
},
|
|
"ADR12": {
|
|
"hide_name": 0,
|
|
"bits": [ 57 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:157.11-157.16"
|
|
}
|
|
},
|
|
"ADR13": {
|
|
"hide_name": 0,
|
|
"bits": [ 56 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:156.11-156.16"
|
|
}
|
|
},
|
|
"ADR2": {
|
|
"hide_name": 0,
|
|
"bits": [ 67 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:167.11-167.15"
|
|
}
|
|
},
|
|
"ADR3": {
|
|
"hide_name": 0,
|
|
"bits": [ 66 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:166.11-166.15"
|
|
}
|
|
},
|
|
"ADR4": {
|
|
"hide_name": 0,
|
|
"bits": [ 65 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:165.11-165.15"
|
|
}
|
|
},
|
|
"ADR5": {
|
|
"hide_name": 0,
|
|
"bits": [ 64 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:164.11-164.15"
|
|
}
|
|
},
|
|
"ADR6": {
|
|
"hide_name": 0,
|
|
"bits": [ 63 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:163.11-163.15"
|
|
}
|
|
},
|
|
"ADR7": {
|
|
"hide_name": 0,
|
|
"bits": [ 62 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:162.11-162.15"
|
|
}
|
|
},
|
|
"ADR8": {
|
|
"hide_name": 0,
|
|
"bits": [ 61 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:161.11-161.15"
|
|
}
|
|
},
|
|
"ADR9": {
|
|
"hide_name": 0,
|
|
"bits": [ 60 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:160.11-160.15"
|
|
}
|
|
},
|
|
"ADW0": {
|
|
"hide_name": 0,
|
|
"bits": [ 46 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:146.11-146.15"
|
|
}
|
|
},
|
|
"ADW1": {
|
|
"hide_name": 0,
|
|
"bits": [ 45 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:145.11-145.15"
|
|
}
|
|
},
|
|
"ADW2": {
|
|
"hide_name": 0,
|
|
"bits": [ 44 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:144.11-144.15"
|
|
}
|
|
},
|
|
"ADW3": {
|
|
"hide_name": 0,
|
|
"bits": [ 43 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:143.11-143.15"
|
|
}
|
|
},
|
|
"ADW4": {
|
|
"hide_name": 0,
|
|
"bits": [ 42 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:142.11-142.15"
|
|
}
|
|
},
|
|
"ADW5": {
|
|
"hide_name": 0,
|
|
"bits": [ 41 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:141.11-141.15"
|
|
}
|
|
},
|
|
"ADW6": {
|
|
"hide_name": 0,
|
|
"bits": [ 40 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:140.11-140.15"
|
|
}
|
|
},
|
|
"ADW7": {
|
|
"hide_name": 0,
|
|
"bits": [ 39 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:139.11-139.15"
|
|
}
|
|
},
|
|
"ADW8": {
|
|
"hide_name": 0,
|
|
"bits": [ 38 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:138.11-138.15"
|
|
}
|
|
},
|
|
"BE0": {
|
|
"hide_name": 0,
|
|
"bits": [ 50 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:150.11-150.14"
|
|
}
|
|
},
|
|
"BE1": {
|
|
"hide_name": 0,
|
|
"bits": [ 49 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:149.11-149.14"
|
|
}
|
|
},
|
|
"BE2": {
|
|
"hide_name": 0,
|
|
"bits": [ 48 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:148.11-148.14"
|
|
}
|
|
},
|
|
"BE3": {
|
|
"hide_name": 0,
|
|
"bits": [ 47 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:147.11-147.14"
|
|
}
|
|
},
|
|
"CER": {
|
|
"hide_name": 0,
|
|
"bits": [ 70 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:170.11-170.14"
|
|
}
|
|
},
|
|
"CEW": {
|
|
"hide_name": 0,
|
|
"bits": [ 51 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:151.11-151.14"
|
|
}
|
|
},
|
|
"CLKR": {
|
|
"hide_name": 0,
|
|
"bits": [ 72 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:172.11-172.15"
|
|
}
|
|
},
|
|
"CLKW": {
|
|
"hide_name": 0,
|
|
"bits": [ 52 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:152.11-152.15"
|
|
}
|
|
},
|
|
"CSR0": {
|
|
"hide_name": 0,
|
|
"bits": [ 75 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:175.11-175.15"
|
|
}
|
|
},
|
|
"CSR1": {
|
|
"hide_name": 0,
|
|
"bits": [ 74 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:174.11-174.15"
|
|
}
|
|
},
|
|
"CSR2": {
|
|
"hide_name": 0,
|
|
"bits": [ 73 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:173.11-173.15"
|
|
}
|
|
},
|
|
"CSW0": {
|
|
"hide_name": 0,
|
|
"bits": [ 55 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:155.11-155.15"
|
|
}
|
|
},
|
|
"CSW1": {
|
|
"hide_name": 0,
|
|
"bits": [ 54 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:154.11-154.15"
|
|
}
|
|
},
|
|
"CSW2": {
|
|
"hide_name": 0,
|
|
"bits": [ 53 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:153.11-153.15"
|
|
}
|
|
},
|
|
"DI0": {
|
|
"hide_name": 0,
|
|
"bits": [ 37 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:137.11-137.14"
|
|
}
|
|
},
|
|
"DI1": {
|
|
"hide_name": 0,
|
|
"bits": [ 36 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:136.11-136.14"
|
|
}
|
|
},
|
|
"DI10": {
|
|
"hide_name": 0,
|
|
"bits": [ 27 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:127.11-127.15"
|
|
}
|
|
},
|
|
"DI11": {
|
|
"hide_name": 0,
|
|
"bits": [ 26 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:126.11-126.15"
|
|
}
|
|
},
|
|
"DI12": {
|
|
"hide_name": 0,
|
|
"bits": [ 25 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:125.11-125.15"
|
|
}
|
|
},
|
|
"DI13": {
|
|
"hide_name": 0,
|
|
"bits": [ 24 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:124.11-124.15"
|
|
}
|
|
},
|
|
"DI14": {
|
|
"hide_name": 0,
|
|
"bits": [ 23 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:123.11-123.15"
|
|
}
|
|
},
|
|
"DI15": {
|
|
"hide_name": 0,
|
|
"bits": [ 22 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:122.11-122.15"
|
|
}
|
|
},
|
|
"DI16": {
|
|
"hide_name": 0,
|
|
"bits": [ 21 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:121.11-121.15"
|
|
}
|
|
},
|
|
"DI17": {
|
|
"hide_name": 0,
|
|
"bits": [ 20 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:120.11-120.15"
|
|
}
|
|
},
|
|
"DI18": {
|
|
"hide_name": 0,
|
|
"bits": [ 19 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:119.11-119.15"
|
|
}
|
|
},
|
|
"DI19": {
|
|
"hide_name": 0,
|
|
"bits": [ 18 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:118.11-118.15"
|
|
}
|
|
},
|
|
"DI2": {
|
|
"hide_name": 0,
|
|
"bits": [ 35 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:135.11-135.14"
|
|
}
|
|
},
|
|
"DI20": {
|
|
"hide_name": 0,
|
|
"bits": [ 17 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:117.11-117.15"
|
|
}
|
|
},
|
|
"DI21": {
|
|
"hide_name": 0,
|
|
"bits": [ 16 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:116.11-116.15"
|
|
}
|
|
},
|
|
"DI22": {
|
|
"hide_name": 0,
|
|
"bits": [ 15 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:115.11-115.15"
|
|
}
|
|
},
|
|
"DI23": {
|
|
"hide_name": 0,
|
|
"bits": [ 14 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:114.11-114.15"
|
|
}
|
|
},
|
|
"DI24": {
|
|
"hide_name": 0,
|
|
"bits": [ 13 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:113.11-113.15"
|
|
}
|
|
},
|
|
"DI25": {
|
|
"hide_name": 0,
|
|
"bits": [ 12 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:112.11-112.15"
|
|
}
|
|
},
|
|
"DI26": {
|
|
"hide_name": 0,
|
|
"bits": [ 11 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:111.11-111.15"
|
|
}
|
|
},
|
|
"DI27": {
|
|
"hide_name": 0,
|
|
"bits": [ 10 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:110.11-110.15"
|
|
}
|
|
},
|
|
"DI28": {
|
|
"hide_name": 0,
|
|
"bits": [ 9 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:109.11-109.15"
|
|
}
|
|
},
|
|
"DI29": {
|
|
"hide_name": 0,
|
|
"bits": [ 8 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:108.11-108.15"
|
|
}
|
|
},
|
|
"DI3": {
|
|
"hide_name": 0,
|
|
"bits": [ 34 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:134.11-134.14"
|
|
}
|
|
},
|
|
"DI30": {
|
|
"hide_name": 0,
|
|
"bits": [ 7 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:107.11-107.15"
|
|
}
|
|
},
|
|
"DI31": {
|
|
"hide_name": 0,
|
|
"bits": [ 6 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:106.11-106.15"
|
|
}
|
|
},
|
|
"DI32": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:105.11-105.15"
|
|
}
|
|
},
|
|
"DI33": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:104.11-104.15"
|
|
}
|
|
},
|
|
"DI34": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:103.11-103.15"
|
|
}
|
|
},
|
|
"DI35": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:102.11-102.15"
|
|
}
|
|
},
|
|
"DI4": {
|
|
"hide_name": 0,
|
|
"bits": [ 33 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:133.11-133.14"
|
|
}
|
|
},
|
|
"DI5": {
|
|
"hide_name": 0,
|
|
"bits": [ 32 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:132.11-132.14"
|
|
}
|
|
},
|
|
"DI6": {
|
|
"hide_name": 0,
|
|
"bits": [ 31 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:131.11-131.14"
|
|
}
|
|
},
|
|
"DI7": {
|
|
"hide_name": 0,
|
|
"bits": [ 30 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:130.11-130.14"
|
|
}
|
|
},
|
|
"DI8": {
|
|
"hide_name": 0,
|
|
"bits": [ 29 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:129.11-129.14"
|
|
}
|
|
},
|
|
"DI9": {
|
|
"hide_name": 0,
|
|
"bits": [ 28 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:128.11-128.14"
|
|
}
|
|
},
|
|
"DO0": {
|
|
"hide_name": 0,
|
|
"bits": [ 112 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:212.12-212.15"
|
|
}
|
|
},
|
|
"DO1": {
|
|
"hide_name": 0,
|
|
"bits": [ 111 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:211.12-211.15"
|
|
}
|
|
},
|
|
"DO10": {
|
|
"hide_name": 0,
|
|
"bits": [ 102 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:202.12-202.16"
|
|
}
|
|
},
|
|
"DO11": {
|
|
"hide_name": 0,
|
|
"bits": [ 101 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:201.12-201.16"
|
|
}
|
|
},
|
|
"DO12": {
|
|
"hide_name": 0,
|
|
"bits": [ 100 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:200.12-200.16"
|
|
}
|
|
},
|
|
"DO13": {
|
|
"hide_name": 0,
|
|
"bits": [ 99 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:199.12-199.16"
|
|
}
|
|
},
|
|
"DO14": {
|
|
"hide_name": 0,
|
|
"bits": [ 98 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:198.12-198.16"
|
|
}
|
|
},
|
|
"DO15": {
|
|
"hide_name": 0,
|
|
"bits": [ 97 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:197.12-197.16"
|
|
}
|
|
},
|
|
"DO16": {
|
|
"hide_name": 0,
|
|
"bits": [ 96 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:196.12-196.16"
|
|
}
|
|
},
|
|
"DO17": {
|
|
"hide_name": 0,
|
|
"bits": [ 95 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:195.12-195.16"
|
|
}
|
|
},
|
|
"DO18": {
|
|
"hide_name": 0,
|
|
"bits": [ 94 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:194.12-194.16"
|
|
}
|
|
},
|
|
"DO19": {
|
|
"hide_name": 0,
|
|
"bits": [ 93 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:193.12-193.16"
|
|
}
|
|
},
|
|
"DO2": {
|
|
"hide_name": 0,
|
|
"bits": [ 110 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:210.12-210.15"
|
|
}
|
|
},
|
|
"DO20": {
|
|
"hide_name": 0,
|
|
"bits": [ 92 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:192.12-192.16"
|
|
}
|
|
},
|
|
"DO21": {
|
|
"hide_name": 0,
|
|
"bits": [ 91 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:191.12-191.16"
|
|
}
|
|
},
|
|
"DO22": {
|
|
"hide_name": 0,
|
|
"bits": [ 90 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:190.12-190.16"
|
|
}
|
|
},
|
|
"DO23": {
|
|
"hide_name": 0,
|
|
"bits": [ 89 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:189.12-189.16"
|
|
}
|
|
},
|
|
"DO24": {
|
|
"hide_name": 0,
|
|
"bits": [ 88 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:188.12-188.16"
|
|
}
|
|
},
|
|
"DO25": {
|
|
"hide_name": 0,
|
|
"bits": [ 87 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:187.12-187.16"
|
|
}
|
|
},
|
|
"DO26": {
|
|
"hide_name": 0,
|
|
"bits": [ 86 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:186.12-186.16"
|
|
}
|
|
},
|
|
"DO27": {
|
|
"hide_name": 0,
|
|
"bits": [ 85 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:185.12-185.16"
|
|
}
|
|
},
|
|
"DO28": {
|
|
"hide_name": 0,
|
|
"bits": [ 84 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:184.12-184.16"
|
|
}
|
|
},
|
|
"DO29": {
|
|
"hide_name": 0,
|
|
"bits": [ 83 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:183.12-183.16"
|
|
}
|
|
},
|
|
"DO3": {
|
|
"hide_name": 0,
|
|
"bits": [ 109 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:209.12-209.15"
|
|
}
|
|
},
|
|
"DO30": {
|
|
"hide_name": 0,
|
|
"bits": [ 82 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:182.12-182.16"
|
|
}
|
|
},
|
|
"DO31": {
|
|
"hide_name": 0,
|
|
"bits": [ 81 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:181.12-181.16"
|
|
}
|
|
},
|
|
"DO32": {
|
|
"hide_name": 0,
|
|
"bits": [ 80 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:180.12-180.16"
|
|
}
|
|
},
|
|
"DO33": {
|
|
"hide_name": 0,
|
|
"bits": [ 79 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:179.12-179.16"
|
|
}
|
|
},
|
|
"DO34": {
|
|
"hide_name": 0,
|
|
"bits": [ 78 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:178.12-178.16"
|
|
}
|
|
},
|
|
"DO35": {
|
|
"hide_name": 0,
|
|
"bits": [ 77 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:177.12-177.16"
|
|
}
|
|
},
|
|
"DO4": {
|
|
"hide_name": 0,
|
|
"bits": [ 108 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:208.12-208.15"
|
|
}
|
|
},
|
|
"DO5": {
|
|
"hide_name": 0,
|
|
"bits": [ 107 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:207.12-207.15"
|
|
}
|
|
},
|
|
"DO6": {
|
|
"hide_name": 0,
|
|
"bits": [ 106 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:206.12-206.15"
|
|
}
|
|
},
|
|
"DO7": {
|
|
"hide_name": 0,
|
|
"bits": [ 105 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:205.12-205.15"
|
|
}
|
|
},
|
|
"DO8": {
|
|
"hide_name": 0,
|
|
"bits": [ 104 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:204.12-204.15"
|
|
}
|
|
},
|
|
"DO9": {
|
|
"hide_name": 0,
|
|
"bits": [ 103 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:203.12-203.15"
|
|
}
|
|
},
|
|
"OCER": {
|
|
"hide_name": 0,
|
|
"bits": [ 71 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:171.11-171.15"
|
|
}
|
|
},
|
|
"RST": {
|
|
"hide_name": 0,
|
|
"bits": [ 76 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:176.11-176.14"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"PFUMX": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"abc9_box": "00000000000000000000000000000001",
|
|
"abc9_box_id": "00000000000000000000000000001000",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:117.1-124.10"
|
|
},
|
|
"ports": {
|
|
"ALUT": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"BLUT": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"C0": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"Z": {
|
|
"direction": "output",
|
|
"bits": [ 5 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"ALUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:117.21-117.25"
|
|
}
|
|
},
|
|
"BLUT": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:117.27-117.31"
|
|
}
|
|
},
|
|
"C0": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:117.33-117.35"
|
|
}
|
|
},
|
|
"Z": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:117.44-117.45"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"PUR": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:9.1-12.10"
|
|
},
|
|
"parameter_default_values": {
|
|
"RST_PULSE": "00000000000000000000000000000001"
|
|
},
|
|
"ports": {
|
|
"PUR": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"PUR": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:11.11-11.14"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"SGSR": {
|
|
"attributes": {
|
|
"keep": "00000000000000000000000000000001",
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:15.1-18.10"
|
|
},
|
|
"ports": {
|
|
"GSR": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"CLK": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"CLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:17.11-17.14"
|
|
}
|
|
},
|
|
"GSR": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:16.11-16.14"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"TRELLIS_COMB": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:354.1-395.10"
|
|
},
|
|
"parameter_default_values": {
|
|
"CCU2_INJECT1": "NO",
|
|
"INITVAL": "0000000000000000",
|
|
"IS_Z1": "0",
|
|
"MODE": "LOGIC",
|
|
"WREMUX": "WRE"
|
|
},
|
|
"ports": {
|
|
"A": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"B": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"C": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"D": {
|
|
"direction": "input",
|
|
"bits": [ 5 ]
|
|
},
|
|
"M": {
|
|
"direction": "input",
|
|
"bits": [ 6 ]
|
|
},
|
|
"FCI": {
|
|
"direction": "input",
|
|
"bits": [ 7 ]
|
|
},
|
|
"F1": {
|
|
"direction": "input",
|
|
"bits": [ 8 ]
|
|
},
|
|
"FXA": {
|
|
"direction": "input",
|
|
"bits": [ 9 ]
|
|
},
|
|
"FXB": {
|
|
"direction": "input",
|
|
"bits": [ 10 ]
|
|
},
|
|
"WD": {
|
|
"direction": "input",
|
|
"bits": [ 11 ]
|
|
},
|
|
"WAD0": {
|
|
"direction": "input",
|
|
"bits": [ 12 ]
|
|
},
|
|
"WAD1": {
|
|
"direction": "input",
|
|
"bits": [ 13 ]
|
|
},
|
|
"WAD2": {
|
|
"direction": "input",
|
|
"bits": [ 14 ]
|
|
},
|
|
"WAD3": {
|
|
"direction": "input",
|
|
"bits": [ 15 ]
|
|
},
|
|
"WRE": {
|
|
"direction": "input",
|
|
"bits": [ 16 ]
|
|
},
|
|
"WCK": {
|
|
"direction": "input",
|
|
"bits": [ 17 ]
|
|
},
|
|
"F": {
|
|
"direction": "output",
|
|
"bits": [ 18 ]
|
|
},
|
|
"FCO": {
|
|
"direction": "output",
|
|
"bits": [ 19 ]
|
|
},
|
|
"OFX": {
|
|
"direction": "output",
|
|
"bits": [ 20 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"A": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:355.8-355.9"
|
|
}
|
|
},
|
|
"B": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:355.11-355.12"
|
|
}
|
|
},
|
|
"C": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:355.14-355.15"
|
|
}
|
|
},
|
|
"D": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:355.17-355.18"
|
|
}
|
|
},
|
|
"F": {
|
|
"hide_name": 0,
|
|
"bits": [ 18 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:360.9-360.10"
|
|
}
|
|
},
|
|
"F1": {
|
|
"hide_name": 0,
|
|
"bits": [ 8 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:356.13-356.15"
|
|
}
|
|
},
|
|
"FCI": {
|
|
"hide_name": 0,
|
|
"bits": [ 7 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:356.8-356.11"
|
|
}
|
|
},
|
|
"FCO": {
|
|
"hide_name": 0,
|
|
"bits": [ 19 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:360.12-360.15"
|
|
}
|
|
},
|
|
"FXA": {
|
|
"hide_name": 0,
|
|
"bits": [ 9 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:356.17-356.20"
|
|
}
|
|
},
|
|
"FXB": {
|
|
"hide_name": 0,
|
|
"bits": [ 10 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:356.22-356.25"
|
|
}
|
|
},
|
|
"M": {
|
|
"hide_name": 0,
|
|
"bits": [ 6 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:355.20-355.21"
|
|
}
|
|
},
|
|
"OFX": {
|
|
"hide_name": 0,
|
|
"bits": [ 20 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:360.17-360.20"
|
|
}
|
|
},
|
|
"WAD0": {
|
|
"hide_name": 0,
|
|
"bits": [ 12 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:358.8-358.12"
|
|
}
|
|
},
|
|
"WAD1": {
|
|
"hide_name": 0,
|
|
"bits": [ 13 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:358.14-358.18"
|
|
}
|
|
},
|
|
"WAD2": {
|
|
"hide_name": 0,
|
|
"bits": [ 14 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:358.20-358.24"
|
|
}
|
|
},
|
|
"WAD3": {
|
|
"hide_name": 0,
|
|
"bits": [ 15 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:358.26-358.30"
|
|
}
|
|
},
|
|
"WCK": {
|
|
"hide_name": 0,
|
|
"bits": [ 17 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:359.13-359.16"
|
|
}
|
|
},
|
|
"WD": {
|
|
"hide_name": 0,
|
|
"bits": [ 11 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:357.8-357.10"
|
|
}
|
|
},
|
|
"WRE": {
|
|
"hide_name": 0,
|
|
"bits": [ 16 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:359.8-359.11"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"TRELLIS_DPR16X4": {
|
|
"attributes": {
|
|
"abc9_box_id": "00000000000000000000000000000111",
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"abc9_box": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:128.1-169.10"
|
|
},
|
|
"parameter_default_values": {
|
|
"INITVAL": "0000000000000000000000000000000000000000000000000000000000000000",
|
|
"WCKMUX": "WCK",
|
|
"WREMUX": "WRE"
|
|
},
|
|
"ports": {
|
|
"DI": {
|
|
"direction": "input",
|
|
"bits": [ 2, 3, 4, 5 ]
|
|
},
|
|
"WAD": {
|
|
"direction": "input",
|
|
"bits": [ 6, 7, 8, 9 ]
|
|
},
|
|
"WRE": {
|
|
"direction": "input",
|
|
"bits": [ 10 ]
|
|
},
|
|
"WCK": {
|
|
"direction": "input",
|
|
"bits": [ 11 ]
|
|
},
|
|
"RAD": {
|
|
"direction": "input",
|
|
"bits": [ 12, 13, 14, 15 ]
|
|
},
|
|
"DO": {
|
|
"direction": "output",
|
|
"bits": [ 16, 17, 18, 19 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"DI": {
|
|
"hide_name": 0,
|
|
"bits": [ 2, 3, 4, 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:129.15-129.17"
|
|
}
|
|
},
|
|
"DO": {
|
|
"hide_name": 0,
|
|
"bits": [ 16, 17, 18, 19 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:134.15-134.17"
|
|
}
|
|
},
|
|
"RAD": {
|
|
"hide_name": 0,
|
|
"bits": [ 12, 13, 14, 15 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:133.15-133.18"
|
|
}
|
|
},
|
|
"WAD": {
|
|
"hide_name": 0,
|
|
"bits": [ 6, 7, 8, 9 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:130.15-130.18"
|
|
}
|
|
},
|
|
"WCK": {
|
|
"hide_name": 0,
|
|
"bits": [ 11 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:132.15-132.18"
|
|
}
|
|
},
|
|
"WRE": {
|
|
"hide_name": 0,
|
|
"bits": [ 10 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:131.15-131.18"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"TRELLIS_FF": {
|
|
"attributes": {
|
|
"abc9_flop": "1",
|
|
"abc9_box": "0",
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:249.1-314.10"
|
|
},
|
|
"parameter_default_values": {
|
|
"CEMUX": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000110001",
|
|
"CLKMUX": "CLK",
|
|
"GSR": "ENABLED",
|
|
"LSRMODE": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010011000101001101010010",
|
|
"LSRMUX": "LSR",
|
|
"REGSET": "RESET",
|
|
"SRMODE": "LSR_OVER_CE"
|
|
},
|
|
"ports": {
|
|
"CLK": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"LSR": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"CE": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"DI": {
|
|
"direction": "input",
|
|
"bits": [ 5 ]
|
|
},
|
|
"M": {
|
|
"direction": "input",
|
|
"bits": [ 6 ]
|
|
},
|
|
"Q": {
|
|
"direction": "output",
|
|
"bits": [ 7 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"CE": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:249.35-249.37"
|
|
}
|
|
},
|
|
"CLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:249.25-249.28"
|
|
}
|
|
},
|
|
"DI": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:249.39-249.41"
|
|
}
|
|
},
|
|
"LSR": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:249.30-249.33"
|
|
}
|
|
},
|
|
"M": {
|
|
"hide_name": 0,
|
|
"bits": [ 6 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:249.43-249.44"
|
|
}
|
|
},
|
|
"Q": {
|
|
"hide_name": 0,
|
|
"bits": [ 7 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:249.57-249.58"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"TRELLIS_IO": {
|
|
"attributes": {
|
|
"keep": "00000000000000000000000000000001",
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:318.1-344.10"
|
|
},
|
|
"parameter_default_values": {
|
|
"DIR": "INPUT"
|
|
},
|
|
"ports": {
|
|
"B": {
|
|
"direction": "inout",
|
|
"bits": [ 2 ]
|
|
},
|
|
"I": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"T": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"O": {
|
|
"direction": "output",
|
|
"bits": [ 5 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"B": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"iopad_external_pin": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:320.8-320.9"
|
|
}
|
|
},
|
|
"I": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:321.8-321.9"
|
|
}
|
|
},
|
|
"O": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:323.9-323.10"
|
|
}
|
|
},
|
|
"T": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:322.8-322.9"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"TRELLIS_RAM16X2": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:76.1-113.10"
|
|
},
|
|
"parameter_default_values": {
|
|
"INITVAL_0": "0000000000000000",
|
|
"INITVAL_1": "0000000000000000",
|
|
"WCKMUX": "WCK",
|
|
"WREMUX": "WRE"
|
|
},
|
|
"ports": {
|
|
"DI0": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"DI1": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"WAD0": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"WAD1": {
|
|
"direction": "input",
|
|
"bits": [ 5 ]
|
|
},
|
|
"WAD2": {
|
|
"direction": "input",
|
|
"bits": [ 6 ]
|
|
},
|
|
"WAD3": {
|
|
"direction": "input",
|
|
"bits": [ 7 ]
|
|
},
|
|
"WRE": {
|
|
"direction": "input",
|
|
"bits": [ 8 ]
|
|
},
|
|
"WCK": {
|
|
"direction": "input",
|
|
"bits": [ 9 ]
|
|
},
|
|
"RAD0": {
|
|
"direction": "input",
|
|
"bits": [ 10 ]
|
|
},
|
|
"RAD1": {
|
|
"direction": "input",
|
|
"bits": [ 11 ]
|
|
},
|
|
"RAD2": {
|
|
"direction": "input",
|
|
"bits": [ 12 ]
|
|
},
|
|
"RAD3": {
|
|
"direction": "input",
|
|
"bits": [ 13 ]
|
|
},
|
|
"DO0": {
|
|
"direction": "output",
|
|
"bits": [ 14 ]
|
|
},
|
|
"DO1": {
|
|
"direction": "output",
|
|
"bits": [ 15 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"DI0": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:77.8-77.11"
|
|
}
|
|
},
|
|
"DI1": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:77.13-77.16"
|
|
}
|
|
},
|
|
"DO0": {
|
|
"hide_name": 0,
|
|
"bits": [ 14 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:81.9-81.12"
|
|
}
|
|
},
|
|
"DO1": {
|
|
"hide_name": 0,
|
|
"bits": [ 15 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:81.14-81.17"
|
|
}
|
|
},
|
|
"RAD0": {
|
|
"hide_name": 0,
|
|
"bits": [ 10 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:80.8-80.12"
|
|
}
|
|
},
|
|
"RAD1": {
|
|
"hide_name": 0,
|
|
"bits": [ 11 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:80.14-80.18"
|
|
}
|
|
},
|
|
"RAD2": {
|
|
"hide_name": 0,
|
|
"bits": [ 12 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:80.20-80.24"
|
|
}
|
|
},
|
|
"RAD3": {
|
|
"hide_name": 0,
|
|
"bits": [ 13 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:80.26-80.30"
|
|
}
|
|
},
|
|
"WAD0": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:78.8-78.12"
|
|
}
|
|
},
|
|
"WAD1": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:78.14-78.18"
|
|
}
|
|
},
|
|
"WAD2": {
|
|
"hide_name": 0,
|
|
"bits": [ 6 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:78.20-78.24"
|
|
}
|
|
},
|
|
"WAD3": {
|
|
"hide_name": 0,
|
|
"bits": [ 7 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:78.26-78.30"
|
|
}
|
|
},
|
|
"WCK": {
|
|
"hide_name": 0,
|
|
"bits": [ 9 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:79.13-79.16"
|
|
}
|
|
},
|
|
"WRE": {
|
|
"hide_name": 0,
|
|
"bits": [ 8 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:79.8-79.11"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"TSHX2DQA": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1282.1-1292.10"
|
|
},
|
|
"parameter_default_values": {
|
|
"GSR": "ENABLED",
|
|
"REGSET": "SET"
|
|
},
|
|
"ports": {
|
|
"T1": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"T0": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"SCLK": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"ECLK": {
|
|
"direction": "input",
|
|
"bits": [ 5 ]
|
|
},
|
|
"DQSW270": {
|
|
"direction": "input",
|
|
"bits": [ 6 ]
|
|
},
|
|
"RST": {
|
|
"direction": "input",
|
|
"bits": [ 7 ]
|
|
},
|
|
"Q": {
|
|
"direction": "output",
|
|
"bits": [ 8 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"DQSW270": {
|
|
"hide_name": 0,
|
|
"bits": [ 6 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1289.11-1289.18"
|
|
}
|
|
},
|
|
"ECLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1288.11-1288.15"
|
|
}
|
|
},
|
|
"Q": {
|
|
"hide_name": 0,
|
|
"bits": [ 8 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1291.12-1291.13"
|
|
}
|
|
},
|
|
"RST": {
|
|
"hide_name": 0,
|
|
"bits": [ 7 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1290.11-1290.14"
|
|
}
|
|
},
|
|
"SCLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1287.11-1287.15"
|
|
}
|
|
},
|
|
"T0": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1286.11-1286.13"
|
|
}
|
|
},
|
|
"T1": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1285.11-1285.13"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"TSHX2DQSA": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1295.1-1305.10"
|
|
},
|
|
"parameter_default_values": {
|
|
"GSR": "ENABLED",
|
|
"REGSET": "SET"
|
|
},
|
|
"ports": {
|
|
"T1": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"T0": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
},
|
|
"SCLK": {
|
|
"direction": "input",
|
|
"bits": [ 4 ]
|
|
},
|
|
"ECLK": {
|
|
"direction": "input",
|
|
"bits": [ 5 ]
|
|
},
|
|
"DQSW": {
|
|
"direction": "input",
|
|
"bits": [ 6 ]
|
|
},
|
|
"RST": {
|
|
"direction": "input",
|
|
"bits": [ 7 ]
|
|
},
|
|
"Q": {
|
|
"direction": "output",
|
|
"bits": [ 8 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"DQSW": {
|
|
"hide_name": 0,
|
|
"bits": [ 6 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1302.11-1302.15"
|
|
}
|
|
},
|
|
"ECLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 5 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1301.11-1301.15"
|
|
}
|
|
},
|
|
"Q": {
|
|
"hide_name": 0,
|
|
"bits": [ 8 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1304.12-1304.13"
|
|
}
|
|
},
|
|
"RST": {
|
|
"hide_name": 0,
|
|
"bits": [ 7 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1303.11-1303.14"
|
|
}
|
|
},
|
|
"SCLK": {
|
|
"hide_name": 0,
|
|
"bits": [ 4 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1300.11-1300.15"
|
|
}
|
|
},
|
|
"T0": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1299.11-1299.13"
|
|
}
|
|
},
|
|
"T1": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1298.11-1298.13"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"USRMCLK": {
|
|
"attributes": {
|
|
"keep": "00000000000000000000000000000001",
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1085.1-1088.10"
|
|
},
|
|
"ports": {
|
|
"USRMCLKI": {
|
|
"direction": "input",
|
|
"bits": [ 2 ]
|
|
},
|
|
"USRMCLKTS": {
|
|
"direction": "input",
|
|
"bits": [ 3 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"USRMCLKI": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1086.11-1086.19"
|
|
}
|
|
},
|
|
"USRMCLKTS": {
|
|
"hide_name": 0,
|
|
"bits": [ 3 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/cells_bb_ecp5.v:1087.11-1087.20"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"VHI": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:402.1-404.10"
|
|
},
|
|
"ports": {
|
|
"Z": {
|
|
"direction": "output",
|
|
"bits": [ 2 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"Z": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:402.19-402.20"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"VLO": {
|
|
"attributes": {
|
|
"blackbox": "00000000000000000000000000000001",
|
|
"cells_not_processed": "00000000000000000000000000000001",
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:398.1-400.10"
|
|
},
|
|
"ports": {
|
|
"Z": {
|
|
"direction": "output",
|
|
"bits": [ 2 ]
|
|
}
|
|
},
|
|
"cells": {
|
|
},
|
|
"netnames": {
|
|
"Z": {
|
|
"hide_name": 0,
|
|
"bits": [ 2 ],
|
|
"attributes": {
|
|
"src": "/opt/homebrew/bin/../share/yosys/lattice/common_sim.vh:398.19-398.20"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|