Skip to content

Commit c4de1dc

Browse files
author
Siam Umar Hussain
authored
Update README.md
1 parent 3139aae commit c4de1dc

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ The host CPU reads the generated garbled tables and executes Yao's protocol with
1313
- Set up the host CPU.
1414
- Set up the Vivado project for `GarbledCircuit` inside the [Vivado](/Vivado) directory.
1515
```
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
2121
```
2222

2323
## 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).
3030
This will generate the garbled tables for the given function
3131
inside the directory of the HSCD file set at the previous step.
3232
```
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
3838
```
3939

4040
3. Execute Yao's protocol between Alice and Bob

0 commit comments

Comments
 (0)