From 9799fea48f19b6472009c349c2ec10dea36b1bc9 Mon Sep 17 00:00:00 2001 From: tangxifan Date: Thu, 2 Jul 2020 19:33:53 -0600 Subject: [PATCH] optimizing bitstream storage --- libopenfpga/libfpgabitstream/src/bitstream_manager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libopenfpga/libfpgabitstream/src/bitstream_manager.h b/libopenfpga/libfpgabitstream/src/bitstream_manager.h index 9a7575383..13e3f47a6 100644 --- a/libopenfpga/libfpgabitstream/src/bitstream_manager.h +++ b/libopenfpga/libfpgabitstream/src/bitstream_manager.h @@ -226,7 +226,7 @@ class BitstreamManager { * -Bitstream manager will NOT check if the id is good for bitstream builders * It just store the results */ - vtr::vector block_path_ids_; + vtr::vector block_path_ids_; /* Net ids that are mapped to inputs and outputs of this block *