Skip to content

Commit e2d0014

Browse files
committed
2 parents 949e9a4 + 3d0cca9 commit e2d0014

File tree

4 files changed

+558
-554
lines changed

4 files changed

+558
-554
lines changed

libs/libarchfpga/src/physical_types.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1323,8 +1323,6 @@ class t_pb_graph_node {
13231323

13241324
int total_pb_pins; /* only valid for top-level */
13251325

1326-
void* temp_scratch_pad; /* temporary data, useful for keeping track of things when traversing data structure */
1327-
13281326
int* input_pin_class_size; /* Stores the number of pins that belong to a particular input pin class */
13291327
int num_input_pin_class; /* number of input pin classes that this pb_graph_node has */
13301328
int* output_pin_class_size; /* Stores the number of pins that belong to a particular output pin class */
@@ -1390,8 +1388,6 @@ class t_pb_graph_pin {
13901388
t_pb_graph_node* parent_node = nullptr;
13911389
int pin_count_in_cluster = 0;
13921390

1393-
int scratch_pad = 0; /* temporary data structure useful to store traversal info */
1394-
13951391
enum e_pb_graph_pin_type type = PB_PIN_NORMAL; /* The type of this pin (sequential, i/o etc.) */
13961392

13971393
/* sequential timing information */

0 commit comments

Comments
 (0)