forked from UTulsa-Research/ag_gen
12 lines
763 B
Bash
Executable File
12 lines
763 B
Bash
Executable File
sudo -u postgres -i sh -c "dropdb ag_gen" || true
|
|
sudo -u postgres -i sh -c "createdb ag_gen ag_gen"
|
|
psql ag_gen < schema.sql
|
|
#./ag_gen -n ../car_examples/generic_timeline_maintenance.nm -x ../car_examples/tmp.xp -g DOTFILE.dot -t 1 -q 1
|
|
#./ag_gen -n ../car_examples/generic_maintenance.nm -x ../car_examples/generic_maintenance.xp -g DOTFILE.dot -t 1 -q 1
|
|
./serialize -n ../fpga_examples/Network_5/car_network5.nm -x ../fpga_examples/Network_5/car_network5.xp -g DOTFILE.dot -t 1 -q 1 -p -a .20
|
|
#./ag_gen -n ../car_examples/generic_timeline_maintenance.nm -x ../car_examples/sync_timeline_maintenance.xp -g DOTFILE.dot -t 1 -q 1
|
|
|
|
# python3 ../tools/color_code.py ../build/states.txt DOTFILE.dot new.dot
|
|
#dot -Tsvg new.dot > ag.svg
|
|
dot -Tsvg DOTFILE.dot > ag.svg
|