File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ The host CPU reads the generated garbled tables and executes Yao's protocol with
13
13
- Set up the host CPU.
14
14
- Set up the Vivado project for ` GarbledCircuit ` inside the [ Vivado] ( /Vivado ) directory.
15
15
```
16
- cd XilinxIPs/
17
- tar -xvzf IPs.tar.gz
18
- cd ../Vivado/GarbledCircuit/
19
- vivado [-mode tcl]
20
- source GarbledCircuit.tcl
16
+ $ cd XilinxIPs/
17
+ $ tar -xvzf IPs.tar.gz
18
+ $ cd ../Vivado/GarbledCircuit/
19
+ $ vivado [-mode tcl]
20
+ Vivado% source GarbledCircuit.tcl
21
21
```
22
22
23
23
## Steps to securely evaluate a function through FASE (through Vivado Simulation)
@@ -30,11 +30,11 @@ are located at the same level; update the relative location if needed).
30
30
This will generate the garbled tables for the given function
31
31
inside the directory of the HSCD file set at the previous step.
32
32
```
33
- cd Vivado/GarbledCircuit/
34
- vivado [-mode tcl]
35
- open_project GarbledCircuit.xpr
36
- launch_simulation
37
- run all
33
+ $ cd Vivado/GarbledCircuit/
34
+ $ vivado [-mode tcl]
35
+ Vivado% open_project GarbledCircuit.xpr
36
+ Vivado% launch_simulation
37
+ Vivado% run all
38
38
```
39
39
40
40
3 . Execute Yao's protocol between Alice and Bob
You can’t perform that action at this time.
0 commit comments