optimizing bitstream storage

This commit is contained in:
tangxifan 2020-07-02 19:33:53 -06:00
parent dee4be96af
commit 9799fea48f
1 changed files with 1 additions and 1 deletions

View File

@ -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<ConfigBlockId, uint8_t> block_path_ids_;
vtr::vector<ConfigBlockId, short> block_path_ids_;
/* Net ids that are mapped to inputs and outputs of this block
*