tpb has quit [Remote host closed the connection]
tpb has joined #symbiflow
rj has quit [Ping timeout: 268 seconds]
rj has joined #symbiflow
rj has quit [Ping timeout: 268 seconds]
craigo has joined #symbiflow
nickoe_ has joined #symbiflow
gruetze_ has joined #symbiflow
shivampotdar has quit [*.net *.split]
Evidlo has quit [*.net *.split]
nickoe has quit [*.net *.split]
gruetzkopf has quit [*.net *.split]
daniellimws_ is now known as daniellimws
<daniellimws> testing
<daniellimws> sry wrong channel
shivampotdar has joined #symbiflow
Evidlo has joined #symbiflow
Degi_ has joined #symbiflow
Degi has quit [Ping timeout: 265 seconds]
Degi_ is now known as Degi
rvalles_ has joined #symbiflow
rvalles has quit [Ping timeout: 260 seconds]
epony has quit [Ping timeout: 240 seconds]
epony has joined #symbiflow
Asha has joined #symbiflow
Asha has quit [Quit: Connection closed]
kraiskil has joined #symbiflow
harshcasper has joined #symbiflow
kraiskil has quit [Ping timeout: 245 seconds]
<harshcasper> Hello Everyone,
<harshcasper> I am Harsh and I'm a Junior Year Student majoring in Computer Science and Engineering from Chennai, India. I'm looking forward to take part in Google Summer of Code 2021 with Symbiflow, and I'm interested in the project titled "FPGA Tool Performance Results Visualization". While the basic gist of the project has been captured, I'm at a loss of the
<harshcasper> desired technology stack that the project proposes which is a blocker, I face in preparation of my rough proposal. I would like to get in touch with the Project Mentor, Sir Alessandro Comodi, so that I can have a discussion with him and work on the deliverables as part of the project proposal. Thanks for having me here and looking forward to a
<harshcasper> positive response.
<harshcasper> Note: This is the first time I'm sending a message on an IRC Network, so please be kind to me if I make any mishaps:)
harshcasper has quit [Quit: Connection closed]
harshcasper has joined #symbiflow
kgugala_ has joined #symbiflow
kgugala has quit [Ping timeout: 245 seconds]
harshcasper has quit [Quit: Connection closed]
<sf-slack4> <kgugala> Hi @harshscraper thanks for reaching out. I think you can have chat with @acomodi about the project
Aadreesh has joined #symbiflow
<Aadreesh> Hello everyone. I am completely new to Symbiflow. Can anyone suggest how to get started?
<Aadreesh> I am well acquainted with verilog and C++
<sf-slack4> <kgugala> there is a lot of things you can grab, as a starter you can check how the whole flow works by following the docs in examples repo https://github.com/SymbiFlow/symbiflow-examples
<Aadreesh> Thanks a lot for sharing the valuable information
<sf-slack4> <acomodi> Hi @harshcasper. the project is mainly concerned with front-end technologies, but at the moment there is no strongly desired technology stack to use, it should be the best which fits to reach the final results
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #symbiflow
Aadreesh has quit [Ping timeout: 240 seconds]
shivampotdar has quit [Quit: Bridge terminating on SIGTERM]
promach3 has quit [Quit: Bridge terminating on SIGTERM]
unrznbl[m] has quit [Quit: Bridge terminating on SIGTERM]
xobs has quit [Quit: Bridge terminating on SIGTERM]
Evidlo has quit [Quit: Bridge terminating on SIGTERM]
lopsided98_ has quit [Ping timeout: 240 seconds]
lopsided98 has joined #symbiflow
xobs has joined #symbiflow
Raito_Bezarius has quit [Ping timeout: 240 seconds]
Evidlo has joined #symbiflow
shivampotdar has joined #symbiflow
promach3 has joined #symbiflow
unrznbl[m] has joined #symbiflow
Raito_Bezarius has joined #symbiflow
harshcasper has joined #symbiflow
harshcasper has quit [Client Quit]
harshcasper has joined #symbiflow
kraiskil has joined #symbiflow
<harshcasper> Hi @acomodi
<harshcasper> Thanks for the kind response!
<harshcasper> I have worked on a similar project, albeit of a different nature during my Software Engineering Internship at QA/QE Startup based in India. I engineered a Full Stack Service that allows the company employees to better respond to specific questions about the work culture and the things they are doing/learning. I believe I can take on this project
<harshcasper> with a similar undertaking and deliver the results.
<harshcasper> Since we don't have a hard and fast technology requirement, I would like to propose my own tools of choosing for the purpose:
<harshcasper> - Frontend Library: ReactJS (We can use the default Create-React-App or use a full-fledged framework like NextJS)
<harshcasper> - Server-Side Framework: Flask/FastAPI (We can use either to follow a RESTful Architecture where data can be communicated on the Client-Side)
<harshcasper> - DevOps: Docker, Github Actions
<harshcasper> As of now, I would like to break the whole ideation process into these parts:
<harshcasper> - Strategic Analysis: To brainstorm on the specifics that we are looking for in the Web Components.
<harshcasper> - Information Architecture: Planning on how accessible the information should be to the Users
<harshcasper> - Wireframing: Using a prototyping tool (Adobe XD/Figma) to come up with simple wireframes and communicate the overall idea and aesthetics of the UI
<harshcasper> - Technical System Design: Decide the Tech Stack, workflow and integration
<harshcasper> While this ideation process can be done when the Coding Period would officially start, I would like to complete as much as possible during the proposal process, so that I can get cracking on the project really fast.
<harshcasper> I would love to gain a perspective on my understanding so far and would like to know what we can go ahead with next. Apart from the same, if possible, can we connect on Mail or personally through IRC (I don't how that works but would figure out). I loose a lot of messages here and need to check the logs if there is something for me. Looking forward
<harshcasper> for a positive response:)
harshcasper has quit [Quit: Connection closed]
<sf-slack4> <acomodi> Ok, so, to make things clearer, the current way of visualizing results of FPGA-tool-perf is a python-based Colab page. It uses a visualization library, which relies on pandas Dataframes, to deal with the data produced by CI (accessible through GCS APIs). The idea is to move from colab to something like gh-pages, so probably React might be a good choice here. Therefore, I'd say that the Server-side part of the project
<sf-slack4> is minimal, as data is already available on GCS (there might be the need of adjusting its format though).
pruh7120 has joined #symbiflow
pruh7120 has quit [Client Quit]
pruh7120 has joined #symbiflow
pruh7120 has quit [Quit: Connection closed]
harshcasper has joined #symbiflow
<harshcasper> Hi @acomodi
<harshcasper> Thanks for the clear up! I have actually gone through the Colab Code and run it myself and got a fair understanding of how it works and what exactly can we go ahead with it. Coming to the part about adapting the Data from the GCS APIs, we can use a minimalistic backend that can actually fetch the data and reformat and adjust it according to what we
<harshcasper> are looking for.
<harshcasper> Can you please let me know what are the next steps I should work on from a proposal perspective? I feel that the above points I mentioned, about deciding the UI/UX of the Frontend Application and doing a strategic analysis would be good. I would be happy to work on any deliverable prior to submitting my application for the same.
<harshcasper> Apart from the same, would it be possible to connect through Mails or private IRC to discuss more about the plans and proposals, so that I can get cracking on the same. Thanks!
adityasaini has joined #symbiflow
adityasaini27 has joined #symbiflow
adityasaini27 has quit [Client Quit]
rj has joined #symbiflow
acomodi has joined #symbiflow
<sf-slack4> <acomodi> Given that FPGA-tool-perf itself produces data, I think that (if needed) we can already generate data accordingly to what the frontend requires. Regarding private IRC, my name is acomodi as well
Aadreesh has joined #symbiflow
adityasaini has quit [Quit: Connection closed]
harshcasper has quit [Quit: Connection closed]
harshcasper has joined #symbiflow
harshcasper85 has joined #symbiflow
harshcasper85 has quit [Client Quit]
harshcasper67 has joined #symbiflow
harshcasper has quit [Client Quit]
harshcasper67 has quit [Client Quit]
b33p[m] has joined #symbiflow
Aadreesh has quit [Ping timeout: 240 seconds]
kraiskil has quit [Ping timeout: 245 seconds]
rj has quit [Ping timeout: 268 seconds]
kraiskil has joined #symbiflow
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #symbiflow
kraiskil has quit [Ping timeout: 260 seconds]
omkar45 has joined #symbiflow
<omkar45> Where I can find symbiflow gsoc ideas list?
<sf-slack4> <kgugala> omkar45: you can find a link in SymbiFlow's gsoc page https://summerofcode.withgoogle.com/organizations/5137353372336128/
<sf-slack4> <kgugala> under the logo you have "VIEW IDEAS LIST"
<tpb> Title: SymbiFlow Project Google Summer of Code 2021 - Student Project Ideas List - Google Docs (at docs.google.com)
<tpb> Title: SparkFun Thing Plus - QuickLogic EOS S3 | Crowd Supply (at www.crowdsupply.com)
omkar45 has quit [Quit: Connection closed]
kraiskil has joined #symbiflow
kraiskil has quit [Ping timeout: 245 seconds]
kraiskil has joined #symbiflow
craigo has quit [Ping timeout: 265 seconds]
kraiskil has quit [Ping timeout: 265 seconds]
kraiskil has joined #symbiflow
epony has quit [Ping timeout: 240 seconds]
rj has joined #symbiflow
kraiskil has quit [Ping timeout: 265 seconds]
kraiskil has joined #symbiflow
kraiskil has quit [Read error: Connection reset by peer]
kraiskil has joined #symbiflow
rj has quit [Ping timeout: 268 seconds]
rj has joined #symbiflow
epony has joined #symbiflow
BonusPlay0 has joined #symbiflow
join_sub1ine has joined #symbiflow
ZipCPU_ has joined #symbiflow
maartenBE_ has joined #symbiflow
rvalles_ has quit [*.net *.split]
maartenBE has quit [*.net *.split]
BonusPlay has quit [*.net *.split]
ZipCPU has quit [*.net *.split]
join_subline has quit [*.net *.split]
BonusPlay0 is now known as BonusPlay
rvalles_ has joined #symbiflow
gruetze_ is now known as gruetzkopf
rj has quit [Ping timeout: 268 seconds]
rj has joined #symbiflow
rj has quit [Ping timeout: 268 seconds]
rj has joined #symbiflow
rj has quit [Ping timeout: 268 seconds]
rj has joined #symbiflow
rj has quit [Ping timeout: 268 seconds]
rj has joined #symbiflow
kraiskil has quit [Ping timeout: 246 seconds]
curtosis has joined #symbiflow
curtosis is now known as curtosis[away]
acomodi has quit [Quit: Connection closed for inactivity]
rj has quit [Ping timeout: 268 seconds]
ZipCPU_ is now known as ZipCPU
curtosis[away] has quit [Quit: My Mac Mini has gone to sleep. ZZZzzz…]
Hari has joined #symbiflow
Hari has quit [Client Quit]