You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While running mcts_agent_training.sh script,:
In log_alu2run15001.log file at /home/sun/Desktop/ABC-RL/ABC-RL_ICLR/dump/test_TTSPLIT5001_replayMem_320_BS320_run15001,
The issue is coming from reading a line to be treated as comment. However, Lines 5-7 show that yosys was able to map the cells onto the design otherwise it would have failed.
We performed cec (manually as verification) to check if functionality wasn't corrupted and it was not. So, I ignored the entry of failing to parse. It can be taken care of by removing the comment from the lib file.
Hello!
While running
mcts_agent_training.sh
script,:In
log_alu2run15001.log
file at/home/sun/Desktop/ABC-RL/ABC-RL_ICLR/dump/test_TTSPLIT5001_replayMem_320_BS320_run15001
,It seems that code can' t parse
7nm.lib
file:The same arror also occured in all of the running results.
The text was updated successfully, but these errors were encountered: