From 3f4831016874d3520911411b037715c8760da432 Mon Sep 17 00:00:00 2001 From: Shashank Obla Date: Tue, 2 Nov 2021 20:56:56 -0400 Subject: [PATCH] Update GitHub Clone path in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1d09a2..1947d29 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Pigasus has a hardware component, that runs on an FPGA, and a software component To start, clone this repository: ```bash -git clone https://github.com/cmu-snap/pigasus.git +git clone https://github.com/crossroadsfpga/pigasus.git ``` If you just want to do RTL simulation, please jump to [Developing Pigasus](#developing-pigasus). The [Software Configuration](#software-configuration) is only necessary for running Pigasus in a real system.