ucb-art / BAG2_cds_ff_mpt

BAG2 workspace for fake PDK (cds_ff_mpt)
BSD 3-Clause "New" or "Revised" License
52 stars 28 forks source link

Issues plotting data in flow demo #1

Closed prjwlk closed 5 years ago

prjwlk commented 5 years ago

running simulation Running tasks, Press Ctrl-C to cancel. simulation done, load results all simulation done loading simulation data for AMP_CS_tb_dc loading simulation data for AMP_CS_tb_ac_tran finish loading data BAG2_cds_ff_mpt/BAG_XBase_demo/xbase_demo/core.py in split_data_by_sweep(results, var_list) 203 204 def split_data_by_sweep(results, var_list): --> 205 sweep_names = results['sweep_params'][var_list[0]][:-1] 206 combo_list = [] 207 for name in sweep_names:

KeyError: 'vin'

sbuchbinder commented 5 years ago

Can you run

git submodule status

in BAG2_cds_ff_mpt?

We had to force-push to some of these repos, so the histories have diverged. If you haven't already, can you try creating a brand new BAG2_cds_ff_mpt workspace, and run again in there. That way we can at least be sure that we are running the same versions of everything.

prjwlk commented 5 years ago

I Fixed this issue.. I had to set up corners_setup.sdb file correctly