-
Notifications
You must be signed in to change notification settings - Fork 6
/
DAC_DSLX_auto.sh
executable file
·45 lines (37 loc) · 10.9 KB
/
DAC_DSLX_auto.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#!/bin/bash
timeout 4000 poetry run hdlagent/cli_agent.py bench --llm=gpt-4-1106-preview --skip_successful --skip_completed --lang=DSLX --w_dir=../DAC_results/gpt-4-1106-preview/VerilogEval2-comb/DSLX/simple --lec_limit=1 --comp_limit=1 hdeval:VerilogEval2-comb
timeout 4000 poetry run hdlagent/cli_agent.py bench --llm=gpt-4-1106-preview --skip_successful --skip_completed --lang=DSLX --w_dir=../DAC_results/gpt-4-1106-preview/VerilogEval2-comb/DSLX/few_shot --lec_limit=1 --comp_limit=1 --init_context hdlagent/resources/DSLX/DSLX_examples.md hdeval:VerilogEval2-comb
timeout 4000 poetry run hdlagent/cli_agent.py bench --llm=gpt-4-1106-preview --skip_successful --skip_completed --lang=DSLX --w_dir=../DAC_results/gpt-4-1106-preview/VerilogEval2-comb/DSLX/init --lec_limit=1 --comp_limit=8 --init_context hdlagent/resources/DSLX/dslx_reference_sum2_gemini.md hdeval:VerilogEval2-comb
timeout 4000 poetry run hdlagent/cli_agent.py bench --llm=gpt-4-1106-preview --skip_successful --skip_completed --lang=DSLX --w_dir=../DAC_results/gpt-4-1106-preview/VerilogEval2-comb/DSLX/supp --lec_limit=1 --comp_limit=8 --init_context hdlagent/resources/DSLX/dslx_reference_sum2_gemini.md --supp_context hdeval:VerilogEval2-comb
timeout 4000 poetry run hdlagent/cli_agent.py bench --llm=gpt-3.5-turbo-0125 --skip_successful --skip_completed --lang=DSLX --w_dir=../DAC_results/gpt-3.5-turbo-0125/VerilogEval2-comb/DSLX/simple --lec_limit=1 --comp_limit=1 hdeval:VerilogEval2-comb
timeout 4000 poetry run hdlagent/cli_agent.py bench --llm=gpt-3.5-turbo-0125 --skip_successful --skip_completed --lang=DSLX --w_dir=../DAC_results/gpt-3.5-turbo-0125/VerilogEval2-comb/DSLX/few_shot --lec_limit=1 --comp_limit=1 --init_context hdlagent/resources/DSLX/DSLX_examples.md hdeval:VerilogEval2-comb
timeout 4000 poetry run hdlagent/cli_agent.py bench --llm=gpt-3.5-turbo-0125 --skip_successful --skip_completed --lang=DSLX --w_dir=../DAC_results/gpt-3.5-turbo-0125/VerilogEval2-comb/DSLX/init --lec_limit=1 --comp_limit=8 --init_context hdlagent/resources/DSLX/dslx_reference_sum2_gemini.md hdeval:VerilogEval2-comb
timeout 4000 poetry run hdlagent/cli_agent.py bench --llm=gpt-3.5-turbo-0125 --skip_successful --skip_completed --lang=DSLX --w_dir=../DAC_results/gpt-3.5-turbo-0125/VerilogEval2-comb/DSLX/supp --lec_limit=1 --comp_limit=8 --init_context hdlagent/resources/DSLX/dslx_reference_sum2_gemini.md --supp_context hdeval:VerilogEval2-comb
timeout 4000 poetry run hdlagent/cli_agent.py bench --llm=gpt-3.5-turbo-1106 --skip_successful --skip_completed --lang=DSLX --w_dir=../DAC_results/gpt-3.5-turbo-1106/VerilogEval2-comb/DSLX/simple --lec_limit=1 --comp_limit=1 hdeval:VerilogEval2-comb
timeout 4000 poetry run hdlagent/cli_agent.py bench --llm=gpt-3.5-turbo-1106 --skip_successful --skip_completed --lang=DSLX --w_dir=../DAC_results/gpt-3.5-turbo-1106/VerilogEval2-comb/DSLX/few_shot --lec_limit=1 --comp_limit=1 --init_context hdlagent/resources/DSLX/DSLX_examples.md hdeval:VerilogEval2-comb
timeout 4000 poetry run hdlagent/cli_agent.py bench --llm=gpt-3.5-turbo-1106 --skip_successful --skip_completed --lang=DSLX --w_dir=../DAC_results/gpt-3.5-turbo-1106/VerilogEval2-comb/DSLX/init --lec_limit=1 --comp_limit=8 --init_context hdlagent/resources/DSLX/dslx_reference_sum2_gemini.md hdeval:VerilogEval2-comb
timeout 4000 poetry run hdlagent/cli_agent.py bench --llm=gpt-3.5-turbo-1106 --skip_successful --skip_completed --lang=DSLX --w_dir=../DAC_results/gpt-3.5-turbo-1106/VerilogEval2-comb/DSLX/supp --lec_limit=1 --comp_limit=8 --init_context hdlagent/resources/DSLX/dslx_reference_sum2_gemini.md --supp_context hdeval:VerilogEval2-comb
timeout 4000 poetry run hdlagent/cli_agent.py bench --llm=gemini-1.5-flash-002 --skip_successful --skip_completed --lang=DSLX --w_dir=../DAC_results/gemini-1.5-flash-002/HDLEval-comb/DSLX/simple --lec_limit=1 --comp_limit=1 hdeval:24a --top_k=10
timeout 4000 poetry run hdlagent/cli_agent.py bench --llm=gemini-1.5-flash-002 --skip_successful --skip_completed --lang=DSLX --w_dir=../DAC_results/gemini-1.5-flash-002/HDLEval-comb/DSLX/few_shot --lec_limit=1 --comp_limit=1 --init_context hdlagent/resources/DSLX/DSLX_examples.md hdeval:24a --top_k=10
timeout 4000 poetry run hdlagent/cli_agent.py bench --llm=gemini-1.5-flash-002 --skip_successful --skip_completed --lang=DSLX --w_dir=../DAC_results/gemini-1.5-flash-002/HDLEval-comb/DSLX/init --lec_limit=1 --comp_limit=8 --init_context hdlagent/resources/DSLX/dslx_reference_sum2_gemini.md hdeval:24a --top_k=10
timeout 4000 poetry run hdlagent/cli_agent.py bench --llm=gemini-1.5-flash-002 --skip_successful --skip_completed --lang=DSLX --w_dir=../DAC_results/gemini-1.5-flash-002/HDLEval-comb/DSLX/supp --lec_limit=1 --comp_limit=8 --init_context hdlagent/resources/DSLX/dslx_reference_sum2_gemini.md --supp_context hdeval:24a --top_k=10
timeout 4000 poetry run hdlagent/cli_agent.py bench --llm=gemini-1.5-flash-002 --skip_successful --skip_completed --lang=DSLX --w_dir=../DAC_results/gemini-1.5-flash-002/VerilogEval2-comb/DSLX/simple --lec_limit=1 --comp_limit=1 hdeval:VerilogEval2-comb
timeout 4000 poetry run hdlagent/cli_agent.py bench --llm=gemini-1.5-flash-002 --skip_successful --skip_completed --lang=DSLX --w_dir=../DAC_results/gemini-1.5-flash-002/VerilogEval2-comb/DSLX/few_shot --lec_limit=1 --comp_limit=1 --init_context hdlagent/resources/DSLX/DSLX_examples.md hdeval:VerilogEval2-comb
timeout 4000 poetry run hdlagent/cli_agent.py bench --llm=gemini-1.5-flash-002 --skip_successful --skip_completed --lang=DSLX --w_dir=../DAC_results/gemini-1.5-flash-002/VerilogEval2-comb/DSLX/init --lec_limit=1 --comp_limit=8 --init_context hdlagent/resources/DSLX/dslx_reference_sum2_gemini.md hdeval:VerilogEval2-comb
timeout 4000 poetry run hdlagent/cli_agent.py bench --llm=gemini-1.5-flash-002 --skip_successful --skip_completed --lang=DSLX --w_dir=../DAC_results/gemini-1.5-flash-002/VerilogEval2-comb/DSLX/supp --lec_limit=1 --comp_limit=8 --init_context hdlagent/resources/DSLX/dslx_reference_sum2_gemini.md --supp_context hdeval:VerilogEval2-comb
timeout 4000 poetry run hdlagent/cli_agent.py bench --llm=Meta-Llama-3.1-70B-Instruct --skip_successful --skip_completed --lang=DSLX --w_dir=../DAC_results/Meta-Llama-3.1-70B-Instruct/HDLEval-comb/DSLX/simple --lec_limit=1 --comp_limit=1 hdeval:24a --top_k=10
timeout 4000 poetry run hdlagent/cli_agent.py bench --llm=Meta-Llama-3.1-70B-Instruct --skip_successful --skip_completed --lang=DSLX --w_dir=../DAC_results/Meta-Llama-3.1-70B-Instruct/HDLEval-comb/DSLX/few_shot --lec_limit=1 --comp_limit=1 --init_context hdlagent/resources/DSLX/DSLX_examples.md hdeval:24a --top_k=10
timeout 4000 poetry run hdlagent/cli_agent.py bench --llm=Meta-Llama-3.1-70B-Instruct --skip_successful --skip_completed --lang=DSLX --w_dir=../DAC_results/Meta-Llama-3.1-70B-Instruct/HDLEval-comb/DSLX/init --lec_limit=1 --comp_limit=8 --init_context hdlagent/resources/DSLX/dslx_reference_sum2_gemini.md hdeval:24a --top_k=10
timeout 4000 poetry run hdlagent/cli_agent.py bench --llm=Meta-Llama-3.1-70B-Instruct --skip_successful --skip_completed --lang=DSLX --w_dir=../DAC_results/Meta-Llama-3.1-70B-Instruct/HDLEval-comb/DSLX/supp --lec_limit=1 --comp_limit=8 --init_context hdlagent/resources/DSLX/dslx_reference_sum2_gemini.md --supp_context hdeval:24a --top_k=10
timeout 4000 poetry run hdlagent/cli_agent.py bench --llm=Meta-Llama-3.1-70B-Instruct --skip_successful --skip_completed --lang=DSLX --w_dir=../DAC_results/Meta-Llama-3.1-70B-Instruct/VerilogEval2-comb/DSLX/simple --lec_limit=1 --comp_limit=1 hdeval:VerilogEval2-comb
timeout 4000 poetry run hdlagent/cli_agent.py bench --llm=Meta-Llama-3.1-70B-Instruct --skip_successful --skip_completed --lang=DSLX --w_dir=../DAC_results/Meta-Llama-3.1-70B-Instruct/VerilogEval2-comb/DSLX/few_shot --lec_limit=1 --comp_limit=1 --init_context hdlagent/resources/DSLX/DSLX_examples.md hdeval:VerilogEval2-comb
timeout 4000 poetry run hdlagent/cli_agent.py bench --llm=Meta-Llama-3.1-70B-Instruct --skip_successful --skip_completed --lang=DSLX --w_dir=../DAC_results/Meta-Llama-3.1-70B-Instruct/VerilogEval2-comb/DSLX/init --lec_limit=1 --comp_limit=8 --init_context hdlagent/resources/DSLX/dslx_reference_sum2_gemini.md hdeval:VerilogEval2-comb
timeout 4000 poetry run hdlagent/cli_agent.py bench --llm=Meta-Llama-3.1-70B-Instruct --skip_successful --skip_completed --lang=DSLX --w_dir=../DAC_results/Meta-Llama-3.1-70B-Instruct/VerilogEval2-comb/DSLX/supp --lec_limit=1 --comp_limit=8 --init_context hdlagent/resources/DSLX/dslx_reference_sum2_gemini.md --supp_context hdeval:VerilogEval2-comb
timeout 4000 poetry run hdlagent/cli_agent.py bench --llm=Meta-Llama-3.1-405B-Instruct --skip_successful --skip_completed --lang=DSLX --w_dir=../DAC_results/Meta-Llama-3.1-405B-Instruct/HDLEval-comb/DSLX/simple --lec_limit=1 --comp_limit=1 hdeval:24a --top_k=10
timeout 4000 poetry run hdlagent/cli_agent.py bench --llm=Meta-Llama-3.1-405B-Instruct --skip_successful --skip_completed --lang=DSLX --w_dir=../DAC_results/Meta-Llama-3.1-405B-Instruct/HDLEval-comb/DSLX/few_shot --lec_limit=1 --comp_limit=1 --init_context hdlagent/resources/DSLX/DSLX_examples.md hdeval:24a --top_k=10
timeout 4000 poetry run hdlagent/cli_agent.py bench --llm=Meta-Llama-3.1-405B-Instruct --skip_successful --skip_completed --lang=DSLX --w_dir=../DAC_results/Meta-Llama-3.1-405B-Instruct/HDLEval-comb/DSLX/init --lec_limit=1 --comp_limit=8 --init_context hdlagent/resources/DSLX/dslx_reference_sum2_gemini.md hdeval:24a --top_k=10
timeout 4000 poetry run hdlagent/cli_agent.py bench --llm=Meta-Llama-3.1-405B-Instruct --skip_successful --skip_completed --lang=DSLX --w_dir=../DAC_results/Meta-Llama-3.1-405B-Instruct/HDLEval-comb/DSLX/supp --lec_limit=1 --comp_limit=8 --init_context hdlagent/resources/DSLX/dslx_reference_sum2_gemini.md --supp_context hdeval:24a --top_k=10
timeout 4000 poetry run hdlagent/cli_agent.py bench --llm=Meta-Llama-3.1-405B-Instruct --skip_successful --skip_completed --lang=DSLX --w_dir=../DAC_results/Meta-Llama-3.1-405B-Instruct/VerilogEval2-comb/DSLX/simple --lec_limit=1 --comp_limit=1 hdeval:VerilogEval2-comb
timeout 4000 poetry run hdlagent/cli_agent.py bench --llm=Meta-Llama-3.1-405B-Instruct --skip_successful --skip_completed --lang=DSLX --w_dir=../DAC_results/Meta-Llama-3.1-405B-Instruct/VerilogEval2-comb/DSLX/few_shot --lec_limit=1 --comp_limit=1 --init_context hdlagent/resources/DSLX/DSLX_examples.md hdeval:VerilogEval2-comb
timeout 4000 poetry run hdlagent/cli_agent.py bench --llm=Meta-Llama-3.1-405B-Instruct --skip_successful --skip_completed --lang=DSLX --w_dir=../DAC_results/Meta-Llama-3.1-405B-Instruct/VerilogEval2-comb/DSLX/init --lec_limit=1 --comp_limit=8 --init_context hdlagent/resources/DSLX/dslx_reference_sum2_gemini.md hdeval:VerilogEval2-comb
timeout 4000 poetry run hdlagent/cli_agent.py bench --llm=Meta-Llama-3.1-405B-Instruct --skip_successful --skip_completed --lang=DSLX --w_dir=../DAC_results/Meta-Llama-3.1-405B-Instruct/VerilogEval2-comb/DSLX/supp --lec_limit=1 --comp_limit=8 --init_context hdlagent/resources/DSLX/dslx_reference_sum2_gemini.md --supp_context hdeval:VerilogEval2-comb