sheldonucr / ucr-eecs168-lab

The lab schedules for EECS168 at UC Riverside
494 stars 32 forks source link

[Lab04] Error with gui_start #79

Open adrianmoo2 opened 5 years ago

adrianmoo2 commented 5 years ago

Hi,

I'm having a strange error while trying to run gui_start. Here is a screenshot of the error:

image

I don't know if it matters, but I'm initializing dc_shell in the lab4-rt1 directory. I tried initializing it in the other directories as well, but received the same error.

psythefirst commented 5 years ago

If you are using Windows, you didn't open putty with x11 set up or did not open xming. If you are using macos, you didn't do ssh -X

adrianmoo2 commented 5 years ago

It was the xming. Thank you

adrianmoo2 commented 5 years ago

Hi,

My final layout in the Figure 49 differs slightly from the one in the lab tutorial. Just want to make sure this is ok:

image

psythefirst commented 5 years ago

No problem

On Sat, Mar 9, 2019, 11:49 PM Adrian Tran notifications@github.com wrote:

Hi,

My final layout in the Figure 49 differs slightly from the one in the lab tutorial. Just want to make sure this is ok:

[image: image] https://user-images.githubusercontent.com/14877762/54082152-ffda5500-42c5-11e9-91fd-d55de574c762.png

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/sheldonucr/ucr-eecs168-lab/issues/79#issuecomment-471255628, or mute the thread https://github.com/notifications/unsubscribe-auth/AVD5AwbPkkEiqilEa2CW1DQJU8oEZk0_ks5vVLkYgaJpZM4bnF2Q .

adrianmoo2 commented 5 years ago

Hi,

I am receiving this error when trying to generate clock tree:

image

I've tried redoing the ICC portion of the lab several times now, but keep running into the same error. Do you suggest that I just redo from the beginning @ the dc_shell porting for GCD?

psythefirst commented 5 years ago

Maybe you did not load the sdc file. I would suggest redoing from beginning.

On Sun, Mar 10, 2019, 1:10 AM Adrian Tran notifications@github.com wrote:

Hi,

I am receiving this error when trying to generate clock tree:

[image: image] https://user-images.githubusercontent.com/14877762/54082895-2fdb2580-42d1-11e9-9b82-18543532ef00.png

I've tried redoing the ICC portion of the lab several times now, but keep running into the same error. Do you suggest that I just redo from the beginning @ the dc_shell porting for GCD?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/sheldonucr/ucr-eecs168-lab/issues/79#issuecomment-471270252, or mute the thread https://github.com/notifications/unsubscribe-auth/AVD5A60GZfEF22hLs166-ZS1kdcBK47Mks5vVMv2gaJpZM4bnF2Q .

adrianmoo2 commented 5 years ago

Figured it out. I messed up in Figure 35 by not switching "Create Port" from "None" to "Top." Thanks for your help! :)